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