#include <rmm/cuda_device.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/error.hpp>
#include <cuda/std/span>
#include <cuda/stream>
Go to the source code of this file.
|
| | rmm |
| | The top-level namespace containing all RMM functionality.
|
| |
|
| void | rmm::prefetch (void const *ptr, std::size_t size, rmm::cuda_device_id device, cuda::stream_ref 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, cuda::stream_ref stream) |
| | Prefetch a span of memory to the specified device on the specified stream. More...
|
| |