Searched refs:pointwise_add (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() function153 pointwise_add<<<blocks, threads, 0, stream>>>(res, op1, op2, count); in add()