Neko  0.8.1
A portable framework for high-order spectral element flow simulations
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 
14 extern void *glb_ctx;
15 extern void *glb_cmd_queue;
16 extern void *glb_device_id;
17 
18 #endif // __DEVICE_DEVICE_CONFIG__
double real
Definition: device_config.h:12
void * glb_cmd_queue
void * glb_ctx
void * glb_device_id