alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::concepts::GpuType Concept Reference

Concept to check if the given type is a GPU DeviceKind. More...

#include <concepts.hpp>

Concept definition

template<typename T>
Concept to check if something is a device kind.
Definition tag.hpp:145
Concept to check if the given type is a GPU DeviceKind.
Definition concepts.hpp:48
constexpr auto intelGpu
Definition tag.hpp:208
constexpr auto amdGpu
Definition tag.hpp:188
constexpr auto nvidiaGpu
Definition tag.hpp:198

Detailed Description

Concept to check if the given type is a GPU DeviceKind.

Definition at line 47 of file concepts.hpp.