![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/acc/AccCpuOmp2Blocks.hpp"#include "alpaka/acc/AccCpuOmp2Threads.hpp"#include "alpaka/acc/AccCpuSerial.hpp"#include "alpaka/acc/AccCpuSycl.hpp"#include "alpaka/acc/AccCpuTbbBlocks.hpp"#include "alpaka/acc/AccCpuThreads.hpp"#include "alpaka/acc/AccFpgaSyclIntel.hpp"#include "alpaka/acc/AccGpuCudaRt.hpp"#include "alpaka/acc/AccGpuHipRt.hpp"#include "alpaka/acc/Tag.hpp"#include "alpaka/dim/DimIntegralConst.hpp"#include "alpaka/meta/Filter.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| struct | alpaka::AccIsEnabled< TTag, typename > |
| check if the accelerator is enabled for a given tag More... | |
| struct | alpaka::AccIsEnabled< TTag, std::void_t< TagToAcc< TTag, alpaka::DimInt< 1 >, int > > > |
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
Typedefs | |
| using | alpaka::EnabledAccTags = alpaka::meta::Filter< AccTags, alpaka::AccIsEnabled > |
| list of all tags where the related accelerator is enabled | |