alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The threads accelerator index provider. More...
#include <IdxBtRefThreadIdMap.hpp>
Public Types | |
using | ThreadIdToIdxMap = std::map< std::thread::id, Vec< TDim, TIdx > > |
Public Member Functions | |
ALPAKA_FN_HOST | IdxBtRefThreadIdMap (IdxBtRefThreadIdMap const &)=delete |
ALPAKA_FN_HOST | IdxBtRefThreadIdMap (ThreadIdToIdxMap const &mThreadToIndices) |
ALPAKA_FN_HOST auto | operator= (IdxBtRefThreadIdMap const &) -> IdxBtRefThreadIdMap &=delete |
Public Attributes | |
ThreadIdToIdxMap const & | m_threadToIndexMap |
The mapping of thread id's to thread indices. More... | |
The threads accelerator index provider.
Definition at line 24 of file IdxBtRefThreadIdMap.hpp.
using alpaka::bt::IdxBtRefThreadIdMap< TDim, TIdx >::ThreadIdToIdxMap = std::map<std::thread::id, Vec<TDim, TIdx> > |
Definition at line 27 of file IdxBtRefThreadIdMap.hpp.
|
inline |
Definition at line 29 of file IdxBtRefThreadIdMap.hpp.
|
delete |
|
delete |
ThreadIdToIdxMap const& alpaka::bt::IdxBtRefThreadIdMap< TDim, TIdx >::m_threadToIndexMap |
The mapping of thread id's to thread indices.
Definition at line 38 of file IdxBtRefThreadIdMap.hpp.