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
5
6#include <string>
7#include <vector>
8
9namespace alpaka
10{
11
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
The alpaka accelerator library.
std::vector< std::size_t > warpSizes