命名空间 | 函数
traits.cuh 文件参考
#include <cudf/types.hpp>
#include <cudf/utilities/type_dispatcher.hpp>
#include <cuda/std/atomic>

前往此文件的源代码。

命名空间

 cudf
 cuDF 接口
 

函数

template<typename T >
constexpr bool cudf::has_atomic_support ()
 指示类型 T 是否支持原子操作。更多...
 
constexpr bool cudf::has_atomic_support (data_type type)
 指示 type 是否支持原子操作。更多...