Neko
0.9.0
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 "fdm_kernel.cl.h"
Go to the source code of this file.
Macros | |
#define | STR(X) #X |
#define | CASE(NL) |
Functions | |
void | opencl_fdm_do_fast (void *e, void *r, void *s, void *d, int *nl, int *nel, cl_command_queue cmd_queue) |
#define CASE | ( | NL | ) |
#define STR | ( | X | ) | #X |