Searched refs:d_op1 (Results 1 – 1 of 1) sorted by relevance
131 __global__ void pointwise_add(float *d_res, const float *d_op1, const float *d_op2, const int len) in pointwise_add() argument137 d_res[pos] = d_op1[pos] + d_op2[pos]; in pointwise_add()