hipCUB
UnitWord
IsMultiple
Public Types
|
List of all members
UnitWord< T >::IsMultiple< Unit > Struct Template Reference
Public Types
enum
{
UNIT_ALIGN_BYTES
= AlignBytes<Unit>::ALIGN_BYTES,
IS_MULTIPLE
= (sizeof(T) % sizeof(Unit) == 0) && (int(ALIGN_BYTES) % int(UNIT_ALIGN_BYTES) == 0) }
The documentation for this struct was generated from the following file:
hipcub/include/hipcub/backend/rocprim/
util_type.hpp
Generated by
1.8.13