16 template<
typename TDim,
typename TIdx>
20 sizeof(TIdx) >=
sizeof(
int),
21 "Index type is not supported, consider using int or a larger type.");
The alpaka accelerator library.
The acceleration properties on a device.
TIdx m_gridBlockCountMax
The maximum number of blocks in a grid.
Vec< TDim, TIdx > m_gridBlockExtentMax
The maximum number of blocks in each dimension of the grid.
TIdx m_threadElemCountMax
The maximum number of elements in a threads.
size_t m_globalMemSizeBytes
The size of global memory.
Vec< TDim, TIdx > m_blockThreadExtentMax
The maximum number of threads in each dimension of a block.
Vec< TDim, TIdx > m_threadElemExtentMax
The maximum number of elements in each dimension of a thread.
size_t m_sharedMemSizeBytes
The size of shared memory per block.
TIdx m_blockThreadCountMax
The maximum number of threads in a block.
TIdx m_multiProcessorCount
The number of multiprocessors.