cuda::experimental::grid_level

Defined in /home/runner/work/cccl/cccl/cudax/include/cuda/experimental/__hierarchy/hierarchy_levels.cuh

struct grid_level : public cuda::experimental::hierarchy_level, public cuda::experimental::detail::dimensions_query<grid_level>

Type representing the grid level in CUDA thread hierarchy.

This type can be used in hierarchy queries to refer to the grid level or to get that level from the hierarchy. There is a constexpr variable of this type available for convenience named grid.

Public Types

using product_type = unsigned long long
using allowed_above = allowed_levels<>
using allowed_below = allowed_levels<block_level, cluster_level>