| 函数 | 变量
cuda_stream_view.hpp 文件参考
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <cuda/stream_ref>
#include <cuda_runtime_api.h>
#include <cstddef>
cuda_stream_view.hpp 的包含依赖图
此图显示了哪些文件直接或间接包含此文件

转到此文件的源代码。

class  rmm::cuda_stream_view
 带有默认构造函数的强类型非拥有 CUDA 流包装器。 更多...
 

函数

bool rmm::operator== (cuda_stream_view lhs, cuda_stream_view rhs)
 流的相等比较运算符。 更多...
 
bool rmm::operator!= (cuda_stream_view lhs, cuda_stream_view rhs)
 流的不相等比较运算符。 更多...
 
std::ostream & rmm::operator<< (std::ostream &os, cuda_stream_view stream)
 用于打印/日志记录流的输出流运算符。 更多...
 

变量

static constexpr cuda_stream_view rmm::cuda_stream_default {}
 默认流(流 0)的静态 cuda_stream_view,以便使用。
 
static const cuda_stream_view rmm::cuda_stream_legacy
 cudaStreamLegacy 的静态 cuda_stream_view,以便使用。 更多...
 
static const cuda_stream_view rmm::cuda_stream_per_thread
 cudaStreamPerThread 的静态 cuda_stream_view,以便使用。 更多...