alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The trait for getting the warp size required by a kernel. More...
#include <Traits.hpp>
The trait for getting the warp size required by a kernel.
TKernelFnObj | The kernel function object. |
TAcc | The accelerator. |
The default implementation returns 0, which lets the accelerator compiler and runtime choose the warp size.
Definition at line 103 of file Traits.hpp.