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

Concept to check if something is a device. More...

#include <Device.hpp>

Concept definition

template<typename T_Device>
Validates if T is a specialization of the unspecialized template type U.
Definition utility.hpp:118
Concept to check if something is a device.
Definition Device.hpp:161

Detailed Description

Concept to check if something is a device.

This concept checks for specializations of alpaka::onHost::Device. For more information on devices in alpaka, refer to the class documentation.

Definition at line 161 of file Device.hpp.