|
template<typename T > |
using | rmm::device_vector = thrust::device_vector< T, rmm::mr::thrust_allocator< T > > |
| Alias for a thrust::device_vector that uses RMM for memory allocation.
|
|
using | rmm::thrust_exec_policy_t = thrust::detail::execute_with_allocator< mr::thrust_allocator< char >, thrust::cuda_cub::execute_on_stream_base > |
| Synchronous execution policy for allocations using Thrust.
|
|
using | rmm::thrust_exec_policy_nosync_t = thrust::detail::execute_with_allocator< mr::thrust_allocator< char >, thrust::cuda_cub::execute_on_stream_nosync_base > |
| Asynchronous execution policy for allocations using Thrust.
|
|