![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <trait.hpp>
Classes | |
| struct | Op |
| struct | Op< api::Cuda, deviceKind::NvidiaGpu, exec::GpuCuda > |
| All modern NVIDIA GPUs support at least 1024 threads per block. More... | |
| struct | Op< api::Hip, deviceKind::AmdGpu, exec::GpuHip > |
| All modern AMD GPUs support at least 1024 threads per block. More... | |
| struct | Op< api::Host, T_DeviceKind, exec::CpuOmpBlocks > |
| struct | Op< api::Host, T_DeviceKind, exec::CpuSerial > |
| struct | Op< api::Host, T_DeviceKind, exec::CpuTbbBlocks > |