Neko 1.99.5
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
jit.h
Go to the documentation of this file.
1#ifndef __CL_JIT_H
2#define __CL_JIT_H
3
4#ifdef __APPLE__
5#include <OpenCL/cl.h>
6#else
7#include <CL/cl.h>
8#endif
9
10void opencl_kernel_jit(const char *kernel, cl_program *program);
11
12#endif
__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)
void opencl_kernel_jit(const char *kernel, cl_program *program)
Definition jit.c:50