rocPRIM
Static Public Attributes | List of all members
detail::limit_block_size< MaxBlockSize, SharedMemoryPerThread, MinBlockSize, bool > Struct Template Reference

Static Public Attributes

static constexpr unsigned int value
 

Member Data Documentation

◆ value

template<unsigned int MaxBlockSize, unsigned int SharedMemoryPerThread, unsigned int MinBlockSize, bool = (MaxBlockSize * SharedMemoryPerThread <= (1u << 15))>
constexpr unsigned int detail::limit_block_size< MaxBlockSize, SharedMemoryPerThread, MinBlockSize, bool >::value
static
Initial value:
=
limit_block_size<
detail::next_power_of_two(MaxBlockSize) / 2,
SharedMemoryPerThread,
MinBlockSize
>::value

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