#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <cuda/stream_ref>
#include <cuda_runtime_api.h>
#include <cstddef>
类 | |
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,以便使用。 更多... | |