35#include <hip/hip_runtime.h>
48 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
52 (
int *) msk, (
real *)
x, *m);
63 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
__global__ void const T *__restrict__ x
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
void hip_no_slip_wall_apply_vector(void *msk, void *x, void *y, void *z, int *m)
void hip_no_slip_wall_apply_scalar(void *msk, void *x, int *m)