![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Concept to check for APIs. More...
#include <api.hpp>
Concept to check for APIs.
This concept requires that the template is an API. An API in alpaka is the representation of a software library that can target one or multiple accelerators. Examples of APIs are alpaka::api::Cuda and alpaka::api::Host. An Api together with an alpaka::concepts::DeviceKind can make up an alpaka::onHost::Device.