47#include "facet_normal_kernel.cl.h"
53 void *
x,
void *y,
void *z,
54 void *
u,
void *
v,
void *
w,
55 void *nx,
void * ny,
void *nz,
56 void *area,
int *lx,
int *m,
65 "facet_normal_apply_surfvec_kernel", &
err);
83 const int nb = ((*m) + 256 - 1) / 256;
__global__ void ale_add_kinematics_kernel(const int n, T *__restrict__ wx, T *__restrict__ wy, T *__restrict__ wz, const T *__restrict__ x_ref, const T *__restrict__ y_ref, const T *__restrict__ z_ref, const T *__restrict__ phi, const T *__restrict__ x, const T *__restrict__ y, const T *__restrict__ z, const kinematics_params_t kin_params)
__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 opencl_facet_normal_apply_surfvec(void *msk, void *facet, void *x, void *y, void *z, void *u, void *v, void *w, void *nx, void *ny, void *nz, void *area, int *lx, int *m, cl_command_queue cmd_queue)
void opencl_kernel_jit(const char *kernel, cl_program *program)
void * facet_normal_program