9 #include <rmm/detail/error.hpp>
10 #include <rmm/detail/export.hpp>
11 #include <rmm/error.hpp>
13 #include <cuda/std/span>
14 #include <cuda/stream>
40 cuda::stream_ref stream);
56 prefetch(data.data(), data.size_bytes(), device, stream);
void prefetch(cuda::std::span< T const > data, rmm::cuda_device_id device, cuda::stream_ref stream)
Prefetch a span of memory to the specified device on the specified stream.
Definition: prefetch.hpp:54
Strong type for a CUDA device identifier.
Definition: cuda_device.hpp:27