alpaka
Abstraction Library for Parallel Kernel Acceleration
ExampleDefaultAcc.hpp File Reference
#include "alpaka/alpaka.hpp"

Go to the source code of this file.

Namespaces

 alpaka
 The alpaka accelerator library.
 

Typedefs

template<class TDim , class TIdx >
using alpaka::ExampleDefaultAcc = alpaka::AccGpuCudaRt< TDim, TIdx >
 Alias for the default accelerator used by examples. From a list of all accelerators the first one which is enabled is chosen. AccCpuSerial is selected last. More...