35 #include <hip/hip_runtime.h>
46 void *
x,
void *y,
void *z,
47 void *
u,
void *
v,
void *
w,
48 void *nx,
void * ny,
void *nz,
49 void *area,
int *lx,
int *m) {
51 const dim3 nthrds(1024, 1, 1);
52 const dim3 nblcks(((*m) + 1024 - 1)/ 1024, 1, 1);
54 hipLaunchKernelGGL(HIP_KERNEL_NAME(facet_normal_apply_surfvec_kernel<real>),
56 (
int *) msk, (
int *) facet,
60 (
real *) area, *lx, *m);
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ w
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ u
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ const T *__restrict__ v
__global__ void const T *__restrict__ x
void hip_facet_normal_apply_surfvec(void *msk, void *facet, void *x, void *y, void *z, void *u, void *v, void *w, void *nx, void *ny, void *nz, void *area, int *lx, int *m)