vecmem 1.14.0
Loading...
Searching...
No Matches
select_device.hpp
1/* VecMem project, part of the ACTS project (R&D line)
2 *
3 * (c) 2021-2025 CERN for the benefit of the ACTS project
4 *
5 * Mozilla Public License Version 2.0
6 */
7#pragma once
8
9namespace vecmem::hip::details {
10
26
27public:
35
41
45 int device() const;
46
47private:
52 int m_device;
53
54}; // class select_device
55
56} // namespace vecmem::hip::details
Class with RAII mechanism for selecting a HIP device.
Definition select_device.hpp:25
int device() const
Identifier for the device being seleced.
Definition select_device.cpp:30
~select_device()
Deconstructs the object, returning to the device that was selected before constructing this object.
Definition select_device.cpp:25
Namespace for types that should not be used directly by clients.
Definition get_device.cpp:17