Neko
1.99.6
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
device_config.h
Go to the documentation of this file.
1
#ifndef __DEVICE_DEVICE_CONFIG__
2
#define __DEVICE_DEVICE_CONFIG__
3
12
typedef
double
real
;
13
#ifdef __APPLE__
14
typedef
real
real_xp
;
15
#else
16
typedef
double
real_xp
;
17
#endif
18
extern
void
*
glb_ctx
;
19
extern
void
*
glb_cmd_queue
;
20
extern
void
*
glb_device_id
;
21
22
#ifdef HAVE_OPENCL
26
extern
void
*
prf_cmd_queue
;
27
#endif
28
29
#endif
// __DEVICE_DEVICE_CONFIG__
real
double real
Definition
device_config.h:12
glb_cmd_queue
void * glb_cmd_queue
prf_cmd_queue
void * prf_cmd_queue
glb_ctx
void * glb_ctx
glb_device_id
void * glb_device_id
real_xp
double real_xp
Definition
device_config.h:16
src
device
device_config.h
Generated on Mon Jul 27 2026 04:45:53 for Neko by
1.9.8