Typedefs
device_vector.hpp File Reference
#include <rmm/mr/device/thrust_allocator_adaptor.hpp>
#include <rmm/detail/thrust_namespace.h>
#include <thrust/device_vector.h>
Include dependency graph for device_vector.hpp:
This graph shows which files directly or indirectly include this file:

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.