12#define CL_CHECK(err) opencl_check(__FILE__, __LINE__, err)
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
void opencl_check(const char *fname, const int line, const cl_int err)