alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::onHost::trait::GetMaxThreadsPerBlock Struct Reference

#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 >

Detailed Description

Definition at line 124 of file trait.hpp.


The documentation for this struct was generated from the following file: