1#ifndef included_AMP_Backend
2#define included_AMP_Backend
4#include "AMP/AMP_TPLs.h"
5#include "AMP/utils/Memory.h"
Backend
Enum to store the backend used for gpu acceleration.
ExecutionSpace getDefaultExecutionSpace(const MemoryType memory_location)
Backend backendFromString(const std::string_view name)
Backend getDefaultBackend(const MemoryType memory_location)
ExecutionSpace executionSpaceFromString(const std::string_view name)
std::string_view getString(const ExecutionSpace exec_space)
MemoryType
Enum to store pointer type.