Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>
#include <stdio.h>
#include <device/device_config.h>
#include <device/opencl/jit.h>
#include <device/opencl/prgm_lib.h>
#include <device/opencl/check.h>
#include "ax_helm_kernel.cl.h"
Go to the source code of this file.
Macros | |
#define | STR(X) #X |
#define | CASE(LX) |
Functions | |
void | opencl_ax_helm (void *w, void *u, void *dx, void *dy, void *dz, void *dxt, void *dyt, void *dzt, void *h1, void *g11, void *g22, void *g33, void *g12, void *g13, void *g23, int *nelv, int *lx) |