48 void *
x,
void *y,
void *z,
49 int *m,
int *n,
int *l) {
52 const dim3 nthrds(1024, 1, 1);
53 const dim3 nblcks(((max_len) + 1024 - 1)/ 1024, 1, 1);
55 symmetry_apply_vector_kernel<real>
56 <<<nblcks, nthrds, 0, (cudaStream_t)
glb_cmd_queue>>>((
int *) xmsk,
__global__ void const T *__restrict__ x
void cuda_symmetry_apply_vector(void *xmsk, void *ymsk, void *zmsk, void *x, void *y, void *z, int *m, int *n, int *l)