1 #ifndef HeterogeneousCore_AlpakaInterface_interface_host_h 2 #define HeterogeneousCore_AlpakaInterface_interface_host_h 11 using Platform = alpaka::PltfCpu;
12 using Host = alpaka::DevCpu;
14 assert(alpaka::getDevCount<Platform>() == 1);
15 Host
host = alpaka::getDevByIdx<Platform>(0);
24 inline alpaka::DevCpu
const&
host() {
31 #endif // HeterogeneousCore_AlpakaInterface_interface_host_h