函数
prefetch.hpp 文件参考
#include <rmm/cuda_device.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/error.hpp>
#include <cuda/std/span>
prefetch.hpp 的包含依赖图
此图显示了哪些文件直接或间接包含此文件

转到此文件的源代码。

函数

void rmm::prefetch (void const *ptr, std::size_t size, rmm::cuda_device_id device, rmm::cuda_stream_view stream)
 在指定的流上将内存预取到指定的设备。 更多...
 
template<typename T >
void rmm::prefetch (cuda::std::span< T const > data, rmm::cuda_device_id device, rmm::cuda_stream_view stream)
 在指定的流上将一段跨度内存预取到指定的设备。 更多...