alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::DeviceProperties Struct Reference

#include <DeviceProperties.hpp>

Public Attributes

std::string name
 
std::size_t preferredWarpSize
 
std::size_t totalGlobalMem
 
std::vector< std::size_t > warpSizes
 

Detailed Description

Definition at line 12 of file DeviceProperties.hpp.

Member Data Documentation

◆ name

std::string alpaka::DeviceProperties::name

Definition at line 14 of file DeviceProperties.hpp.

◆ preferredWarpSize

std::size_t alpaka::DeviceProperties::preferredWarpSize

Definition at line 17 of file DeviceProperties.hpp.

◆ totalGlobalMem

std::size_t alpaka::DeviceProperties::totalGlobalMem

Definition at line 15 of file DeviceProperties.hpp.

◆ warpSizes

std::vector<std::size_t> alpaka::DeviceProperties::warpSizes

Definition at line 16 of file DeviceProperties.hpp.


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