vecmem 1.14.0
Loading...
Searching...
No Matches
device_address_space.hpp
1/* VecMem project, part of the ACTS project (R&D line)
2 *
3 * (c) 2022-2024 CERN for the benefit of the ACTS project
4 *
5 * Mozilla Public License Version 2.0
6 */
7#pragma once
8
9namespace vecmem {
10
12enum class device_address_space { global = 0, local = 1 };
13
14} // namespace vecmem
Main namespace for the vecmem classes/functions.
Definition atomic_ref.hpp:16
device_address_space
Custom definition for the device memory adress space.
Definition device_address_space.hpp:12