cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
define_specifiers.hpp File Reference

Some functions need a specification of their appropriate execution space w.r.t. More...

Go to the source code of this file.

Macros

#define CUDA_FD   inline
 Shorthands for CUDA-specific function declaration decorations.
 
#define CUDA_FH   inline
 
#define CUDA_FHD   inline
 
#define CUDA_HD
 
#define CUDA_D
 
#define CUDA_H
 

Detailed Description

Some functions need a specification of their appropriate execution space w.r.t.

the CUDA device-vs-host-side side, as well as their inlining requirement. For brevity, we introduce shorthands for these, to be defined when opening the library's namespace.