alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::layer Namespace Reference

Namespaces

namespace  trait

Classes

struct  Block
struct  Thread

Functions

 ALPAKA_TAG (dynShared)
 ALPAKA_TAG (shared)

Variables

constexpr auto block = Block{}
template<typename T_Layer>
constexpr bool isLayer_v = trait::IsLayer<T_Layer>::value
constexpr auto thread = Thread{}

Function Documentation

◆ ALPAKA_TAG() [1/2]

alpaka::layer::ALPAKA_TAG ( dynShared )

◆ ALPAKA_TAG() [2/2]

alpaka::layer::ALPAKA_TAG ( shared )

Variable Documentation

◆ block

auto alpaka::layer::block = Block{}
constexpr

Definition at line 259 of file tag.hpp.

◆ isLayer_v

template<typename T_Layer>
bool alpaka::layer::isLayer_v = trait::IsLayer<T_Layer>::value
constexpr

Definition at line 232 of file tag.hpp.

◆ thread

auto alpaka::layer::thread = Thread{}
constexpr

Definition at line 253 of file tag.hpp.