OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
vt_cuda_runtime_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_RUNTIME_API_H
14
#define _VT_CUDA_RUNTIME_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_runtime_api.h"
22
23
#endif
/* _VT_CUDA_RUNTIME_API_H */
ompi
contrib
vt
vt
vtlib
vt_cuda_runtime_api.h
Generated on Wed Dec 24 2014 12:05:18 for OpenMPI by
1.8.8