|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <device/device_config.h>#include <device/opencl/jit.h>#include <device/opencl/prgm_lib.h>#include <device/opencl/check.h>#include <common/neko_log.h>#include "conv1_kernel.cl.h"
Go to the source code of this file.
Macros | |
| #define | STR(X) #X |
| #define | CASE_1D(LX, QUEUE, EVENT) |
| #define | CASE_KSTEP(LX, QUEUE, EVENT) |
| #define | CASE(LX) |
| #define | CASE_LARGE(LX) |
Functions | |
| void | opencl_conv1 (void *du, void *u, void *vx, void *vy, void *vz, void *dx, void *dy, void *dz, void *drdx, void *dsdx, void *dtdx, void *drdy, void *dsdy, void *dtdy, void *drdz, void *dsdz, void *dtdz, void *jacinv, int *nel, int *gdim, int *lx) |
Variables | |
| int * | autotune_conv1 = NULL |
| void opencl_conv1 | ( | void * | du, |
| void * | u, | ||
| void * | vx, | ||
| void * | vy, | ||
| void * | vz, | ||
| void * | dx, | ||
| void * | dy, | ||
| void * | dz, | ||
| void * | drdx, | ||
| void * | dsdx, | ||
| void * | dtdx, | ||
| void * | drdy, | ||
| void * | dsdy, | ||
| void * | dtdy, | ||
| void * | drdz, | ||
| void * | dsdz, | ||
| void * | dtdz, | ||
| void * | jacinv, | ||
| int * | nel, | ||
| int * | gdim, | ||
| int * | lx | ||
| ) |
Fortran wrapper for device OpenCL convective terms
Definition at line 57 of file opr_conv1.c.


Definition at line 52 of file opr_conv1.c.