|
template<typename T > |
host::impl::make_host_unique_selector< T >::non_array | cms::cuda::make_host_unique () |
|
template<typename T > |
host::impl::make_host_unique_selector< T >::unbounded_array | cms::cuda::make_host_unique (size_t n) |
|
template<typename T > |
host::impl::make_host_unique_selector< T >::non_array | cms::cuda::make_host_unique (cudaStream_t stream) |
|
template<typename T > |
host::impl::make_host_unique_selector< T >::unbounded_array | cms::cuda::make_host_unique (size_t n, cudaStream_t stream) |
|
template<typename T , typename... Args> |
host::impl::make_host_unique_selector< T >::bounded_array | cms::cuda::make_host_unique (Args &&...)=delete |
|
template<typename T > |
host::impl::make_host_unique_selector< T >::non_array | cms::cuda::make_host_unique_uninitialized (cudaStream_t stream) |
|
template<typename T > |
host::impl::make_host_unique_selector< T >::unbounded_array | cms::cuda::make_host_unique_uninitialized (size_t n, cudaStream_t stream) |
|
template<typename T , typename... Args> |
host::impl::make_host_unique_selector< T >::bounded_array | cms::cuda::make_host_unique_uninitialized (Args &&...)=delete |
|