4#include <hip/hip_runtime.h> 
    8#define HIP_CHECK(err) hip_check(__FILE__, __LINE__, err) 
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
 
void hip_check(const char *fname, const int line, const hipError_t err)