vecmem 1.14.0
Loading...
Searching...
No Matches
get_device.hpp
1/* VecMem project, part of the ACTS project (R&D line)
2 *
3 * (c) 2021 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
16int get_device();
17
18} // namespace vecmem::hip::details
Namespace for types that should not be used directly by clients.
Definition get_device.cpp:17
int get_device()
Helper function for determining the "currently active device".
Definition get_device.cpp:19