45 void *normal_y,
void *normal_z,
46 void *
u,
void *
v,
void *
w,
49 const dim3 nthrds(1024, 1, 1);
50 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
52 dong_outflow_apply_scalar_kernel<real>
53 <<<nblcks, nthrds, 0, (cudaStream_t)
glb_cmd_queue>>>((
int *) msk,
__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 cuda_dong_outflow_apply_scalar(void *msk, void *x, void *normal_x, void *normal_y, void *normal_z, void *u, void *v, void *w, real *uinf, real *delta, int *m)