cuda::experimental::cluster_dims
#
Overloads#
cluster_dims(noexcept)
#
-
template<size_t X, size_t Y = 1, size_t Z = 1>
constexpr auto cuda::experimental::cluster_dims( Creates an instance of level_dimensions describing cluster_level.
This function creates a statically sized level from up to three template arguments.
cluster_dims(noexcept)
#
-
template<typename T>
constexpr auto cuda::experimental::cluster_dims( - T t,
Creates an instance of level_dimensions describing cluster_level.
This function creates the level from an integral or dim3 argument.