alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::IsSingleThreadAcc< TAcc, TSfinae > Struct Template Reference

The single thread accelerator trait. More...

#include <Traits.hpp>

+ Inheritance diagram for alpaka::trait::IsSingleThreadAcc< TAcc, TSfinae >:

Detailed Description

template<typename TAcc, typename TSfinae = void>
struct alpaka::trait::IsSingleThreadAcc< TAcc, TSfinae >

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.


The documentation for this struct was generated from the following file: