The Gaudi Framework
master (37c0b60a)
|
Namespaces | |
Detail | |
Classes | |
class | DeviceArray |
struct | DeviceArrayGlobalTag_t |
class | Stream |
Variables | |
template<class T > | |
concept | TriviallyCopyable = std::is_trivially_copyable<T>::value |
Ensure type is trivially copyable (conceptization of std::is_trivially_copyable) More... | |
template<class R , class T > | |
concept | HostRange |
Constrain ranges that can represent host memory compatible with this array. More... | |
concept Gaudi::CUDA::HostRange |
Constrain ranges that can represent host memory compatible with this array.
Definition at line 27 of file CUDADeviceArray.h.
concept Gaudi::CUDA::TriviallyCopyable = std::is_trivially_copyable<T>::value |
Ensure type is trivially copyable (conceptization of std::is_trivially_copyable)
Definition at line 23 of file CUDADeviceArray.h.