![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <DeviceProperties.hpp>
Public Attributes | |
std::string | name |
std::size_t | preferredWarpSize |
std::size_t | totalGlobalMem |
std::vector< std::size_t > | warpSizes |
Definition at line 12 of file DeviceProperties.hpp.
std::string alpaka::DeviceProperties::name |
Definition at line 14 of file DeviceProperties.hpp.
std::size_t alpaka::DeviceProperties::preferredWarpSize |
Definition at line 17 of file DeviceProperties.hpp.
std::size_t alpaka::DeviceProperties::totalGlobalMem |
Definition at line 15 of file DeviceProperties.hpp.
std::vector<std::size_t> alpaka::DeviceProperties::warpSizes |
Definition at line 16 of file DeviceProperties.hpp.