Neko
0.9.99
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
10
void
opencl_kernel_jit
(
const
char
*
kernel
,
cl_program
*
program
);
11
12
#endif
dirichlet_apply_scalar_kernel
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
Definition
dirichlet_kernel.h:42
opencl_kernel_jit
void opencl_kernel_jit(const char *kernel, cl_program *program)
Definition
jit.c:50
src
device
opencl
jit.h
Generated on Sun Dec 22 2024 03:38:31 for Neko by
1.9.8