14#include "arccore/common/accelerator/Memory.h"
37 return "PreferredLocationDevice";
39 return "PreferredLocationHost";
41 return "AccessedByDevice";
43 return "AccessedByHost";
49extern "C++" ARCCORE_COMMON_EXPORT std::ostream&
Namespace for accelerator usage.
eMemoryAdvice
Memory management advice.
@ AccessedByHost
Indicates that the memory region is accessed by the host.
@ PreferredLocationDevice
Prefers memory placement on the accelerator.
@ MostlyRead
Indicates that the memory region is primarily read-only.
@ PreferredLocationHost
Prefers memory placement on the host.
@ AccessedByDevice
Indicates that the memory region is accessed by the device.