36 #include <OpenCL/cl.h>
48#include "filter_kernels.cl.h"
71 const int nb = ((*n) + 256 - 1) / 256;
109 const int nb = ((*n) + 256 - 1) / 256;
142 const int nb = ((*n) + 256 - 1) / 256;
__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 opencl_step_function(void *x, real *edge, real *left, real *right, int *n)
void opencl_permeability(void *x, real *k_0, real *k_1, real *q, int *n)
void opencl_smooth_step(void *x, real *edge0, real *edge1, int *n)
void opencl_kernel_jit(const char *kernel, cl_program *program)