文件 | 函数
默认流

文件

文件  default_stream.hpp
 

函数

rmm::cuda_stream_view const cudf::get_default_stream ()
 获取当前的默认流。 更多...
 
bool cudf::is_ptds_enabled ()
 检查是否启用了每线程默认流。 更多...
 

详细描述

函数文档

◆ get_default_stream()

rmm::cuda_stream_view const cudf::get_default_stream ( )

获取当前的默认流。

返回值
当前的默认流。

◆ is_ptds_enabled()

bool cudf::is_ptds_enabled ( )

检查是否启用了每线程默认流。

返回值
如果启用了 PTDS 则为 true,否则为 false。