![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The trait for getting the warp size required by a kernel. More...
#include <Traits.hpp>
Inheritance diagram for alpaka::trait::WarpSize< TKernelFnObj, TAcc, TSfinae >: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 105 of file Traits.hpp.