alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The single thread accelerator trait. More...
#include <Traits.hpp>
The single thread accelerator trait.
If TAcc is an accelerator that supports only a single thread per block, inherit from std::true_type. If TAcc is not an accelerator, or an accelerator that supports multiple threads per block, inherit from std::false_type.
Definition at line 45 of file Traits.hpp.