vecmem
1.18.0
Loading...
Searching...
No Matches
cuda
src
utils
get_device_name.hpp
1
/*
2
* VecMem project, part of the ACTS project (R&D line)
3
*
4
* (c) 2022-2025 CERN for the benefit of the ACTS project
5
*
6
* Mozilla Public License Version 2.0
7
*/
8
#pragma once
9
10
// System include(s).
11
#include <string>
12
13
namespace
vecmem::cuda::details {
14
23
std::string get_device_name(
int
device);
24
25
}
// namespace vecmem::cuda::details
Generated by
1.9.8