一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
cuda.hpp
Go to the documentation of this file.
1#pragma once
2
13#include "common.hpp"
14
21
56#ifdef __CUDACC__
57#define ein_host __host__
58#define ein_device __device__
59#define ein_global __global__
60#else
61#define ein_host
62#define ein_device
63#define ein_global
64#endif
65
66#define ein_hd ein_host ein_device
67