vecmem
1.14.0
Loading...
Searching...
No Matches
core
include
vecmem
memory
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
9
namespace
vecmem
{
10
12
enum class
device_address_space
{ global = 0, local = 1 };
13
14
}
// namespace vecmem
vecmem
Main namespace for the vecmem classes/functions.
Definition
atomic_ref.hpp:16
vecmem::device_address_space
device_address_space
Custom definition for the device memory adress space.
Definition
device_address_space.hpp:12
Generated by
1.9.8