Device-side type traits for querying atomic operation support on cudf column types. More...
Go to the source code of this file.
Namespaces | |
| cudf | |
| cuDF interfaces | |
Functions | |
| template<typename T > | |
| constexpr bool | cudf::has_atomic_support () |
Indicates whether the type T has support for atomics. More... | |
| constexpr bool | cudf::has_atomic_support (data_type type) |
Indicates whether type has support for atomics. More... | |
Device-side type traits for querying atomic operation support on cudf column types.
Definition in file traits.cuh.