#include <rmm/detail/export.hpp>#include <rmm/detail/thrust_namespace.h>#include <rmm/mr/device/thrust_allocator_adaptor.hpp>#include <thrust/device_vector.h>
Go to the source code of this file.
Typedefs | |
| 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. | |