vecmem
1.14.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 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
{
14
namespace
cuda {
15
namespace
details {
16
25
std::string get_device_name(
int
device);
26
27
}
// namespace details
28
}
// namespace cuda
29
}
// namespace vecmem
vecmem
Main namespace for the vecmem classes/functions.
Definition
atomic_ref.hpp:16
Generated by
1.9.8