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