35 #include <hip/hip_runtime.h>
46 void *
x,
void *y,
void *z,
47 int *m,
int *n,
int *l) {
50 const dim3 nthrds(1024, 1, 1);
51 const dim3 nblcks(((max_len) + 1024 - 1)/ 1024, 1, 1);
53 hipLaunchKernelGGL(HIP_KERNEL_NAME(symmetry_apply_vector_kernel<real>),
55 (
int *) xmsk, (
int *) ymsk, (
int *) zmsk,
__global__ void const T *__restrict__ x
void hip_symmetry_apply_vector(void *xmsk, void *ymsk, void *zmsk, void *x, void *y, void *z, int *m, int *n, int *l)