#include <HeterogeneousSoA.h>
|
template<typename T > |
using | unique_ptr = std::unique_ptr< T > |
|
Definition at line 116 of file HeterogeneousSoA.h.
◆ unique_ptr
◆ make_device_unique() [1/2]
template<typename T >
static auto cms::cudacompat::CPUTraits::make_device_unique |
( |
cudaStream_t |
| ) |
|
|
inlinestatic |
◆ make_device_unique() [2/2]
template<typename T >
static auto cms::cudacompat::CPUTraits::make_device_unique |
( |
size_t |
size, |
|
|
cudaStream_t |
|
|
) |
| |
|
inlinestatic |
◆ make_host_unique()
template<typename T >
static auto cms::cudacompat::CPUTraits::make_host_unique |
( |
cudaStream_t |
| ) |
|
|
inlinestatic |
◆ make_unique() [1/2]
template<typename T >
static auto cms::cudacompat::CPUTraits::make_unique |
( |
cudaStream_t |
| ) |
|
|
inlinestatic |
◆ make_unique() [2/2]
template<typename T >
static auto cms::cudacompat::CPUTraits::make_unique |
( |
size_t |
size, |
|
|
cudaStream_t |
|
|
) |
| |
|
inlinestatic |