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

The multi thread accelerator trait. More...

#include <Traits.hpp>

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

Detailed Description

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

The multi thread accelerator trait.

If TAcc is an accelerator that supports multiple threads per block, inherit from std::true_type. If TAcc is not an accelerator, or an accelerator that supports only a single thread per block, inherit from std::false_type.

Definition at line 55 of file Traits.hpp.


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