#include <rmm/cuda_device.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/error.hpp>
#include <cuda/std/span>
Go to the source code of this file.
Functions | |
void | rmm::prefetch (void const *ptr, std::size_t size, rmm::cuda_device_id device, rmm::cuda_stream_view stream) |
Prefetch memory to the specified device on the specified stream. More... | |
template<typename T > | |
void | rmm::prefetch (cuda::std::span< T const > data, rmm::cuda_device_id device, rmm::cuda_stream_view stream) |
Prefetch a span of memory to the specified device on the specified stream. More... | |