OpenMPI  0.1.1
vt_cuda_driver_api.h
1 /**
2  * VampirTrace
3  * http://www.tu-dresden.de/zih/vampirtrace
4  *
5  * Copyright (c) 2005-2012, ZIH, TU Dresden, Federal Republic of Germany
6  *
7  * Copyright (c) 1998-2005, Forschungszentrum Juelich, Juelich Supercomputing
8  * Centre, Federal Republic of Germany
9  *
10  * See the file COPYING in the package base directory for details
11  **/
12 
13 #ifndef _VT_CUDA_DRIVER_API_H
14 #define _VT_CUDA_DRIVER_API_H
15 
16 /* Disable all compiler warnings before including the actual
17  CUDA runtime header file. */
18 #ifdef __GNUC__
19 # pragma GCC system_header
20 #endif /* __GNUC__ */
21 #include "cuda.h"
22 
23 #endif /* _VT_CUDA_DRIVER_API_H */
Macros to help interaction between hwloc and the CUDA Driver API.