RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Static Public Attributes | List of all members
RAJA::internal::expt::DivideRoundUp< N, D > Struct Template Reference

#include <TensorRegisterBase.hpp>

Static Public Attributes

static constexpr camp::idx_t value = (N % D) > 0 ? (1 + N / D) : (N / D)
 

Member Data Documentation

◆ value

template<camp::idx_t N, camp::idx_t D>
constexpr camp::idx_t RAJA::internal::expt::DivideRoundUp< N, D >::value = (N % D) > 0 ? (1 + N / D) : (N / D)
staticconstexpr

The documentation for this struct was generated from the following file: