alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
DeviceProperties.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
alpaka/dev/Traits.hpp
"
5
6
#include <string>
7
#include <vector>
8
9
namespace
alpaka
10
{
11
12
struct
DeviceProperties
13
{
14
std::string
name
;
15
std::size_t
totalGlobalMem
;
16
std::vector<std::size_t>
warpSizes
;
17
std::size_t
preferredWarpSize
;
18
};
19
}
// namespace alpaka
Traits.hpp
alpaka
The alpaka accelerator library.
Definition
AccCpuOmp2Blocks.hpp:49
alpaka::DeviceProperties
Definition
DeviceProperties.hpp:13
alpaka::DeviceProperties::warpSizes
std::vector< std::size_t > warpSizes
Definition
DeviceProperties.hpp:16
alpaka::DeviceProperties::name
std::string name
Definition
DeviceProperties.hpp:14
alpaka::DeviceProperties::totalGlobalMem
std::size_t totalGlobalMem
Definition
DeviceProperties.hpp:15
alpaka::DeviceProperties::preferredWarpSize
std::size_t preferredWarpSize
Definition
DeviceProperties.hpp:17
include
alpaka
dev
common
DeviceProperties.hpp
Generated on Wed Jun 4 2025 11:30:58 for alpaka by
1.9.8