Represents the dimensions of a CUDA block, in cases where this is constexpr. More...
#include <GridTraits.hpp>
Static Public Member Functions | |
constexpr static int | NumThreads () |
constexpr static int | NumWarps () |
Static Public Attributes | |
constexpr static int | Rank = sizeof...(Ds) |
static constexpr sp::Vec< int, Rank > | Dims {Ds...} |
Represents the dimensions of a CUDA block, in cases where this is constexpr.