35 #include <hip/hip_runtime.h>
46 void *normal_y,
void *normal_z,
47 void *
u,
void *
v,
void *
w,
50 const dim3 nthrds(1024, 1, 1);
51 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
53 hipLaunchKernelGGL(HIP_KERNEL_NAME(dong_outflow_apply_scalar_kernel<real>),
55 (
int *) msk, (
real *)
x, (
real *) normal_x,
__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_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)