![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Variables | |
| constexpr auto | allThreads = WorkerGroup{origin::thread, unit::threads} |
| Represent the identity of the executor thread. | |
| constexpr auto | blocksInGrid = WorkerGroup{origin::grid, unit::blocks} |
| constexpr auto | linearBlocksInGrid = WorkerGroup{origin::grid, unit::blocks, linearized} |
| constexpr auto | linearThreadsInBlock = WorkerGroup{origin::block, unit::threads, linearized} |
| constexpr auto | linearThreadsInGrid = WorkerGroup{origin::grid, unit::threads, linearized} |
| constexpr auto | linearThreadsInWarp = WorkerGroup{origin::warp, unit::threads} |
| Representation of all threads in a warp as a linearized worker group. | |
| constexpr auto | linearWarpsInBlock = WorkerGroup{origin::block, unit::warps} |
| Representation of all warps in a thread block as a linearized worker group. | |
| constexpr auto | linearWarpsInGrid = WorkerGroup{origin::grid, unit::warps} |
| Representation of all warps in the grid as a linearized worker group. | |
| constexpr auto | threadsInBlock = WorkerGroup{origin::block, unit::threads} |
| constexpr auto | threadsInGrid = WorkerGroup{origin::grid, unit::threads} |
|
constexpr |
Represent the identity of the executor thread.
All threads are in the same worker group. If used with onAcc::makeIdxMap(), any thread is getting all indices of the range.
Definition at line 134 of file WorkerGroup.hpp.
|
constexpr |
Definition at line 106 of file WorkerGroup.hpp.
|
constexpr |
Definition at line 127 of file WorkerGroup.hpp.
|
constexpr |
Definition at line 111 of file WorkerGroup.hpp.
|
constexpr |
Definition at line 112 of file WorkerGroup.hpp.
|
constexpr |
Representation of all threads in a warp as a linearized worker group.
Definition at line 110 of file WorkerGroup.hpp.
|
constexpr |
Representation of all warps in a thread block as a linearized worker group.
Definition at line 119 of file WorkerGroup.hpp.
|
constexpr |
Representation of all warps in the grid as a linearized worker group.
Definition at line 125 of file WorkerGroup.hpp.
|
constexpr |
Definition at line 107 of file WorkerGroup.hpp.
|
constexpr |
Definition at line 105 of file WorkerGroup.hpp.