DPC++ Runtime
Runtime libraries for oneAPI DPC++
backend_types.hpp File Reference
#include <sycl/detail/defines.hpp>
#include <sycl/detail/iostream_proxy.hpp>
#include <fstream>
#include <istream>
#include <string>
Include dependency graph for backend_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::backend_traits< Backend >
 

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 

Enumerations

enum  sycl::_V1::backend : char {
  sycl::_V1::backend::__SYCL2020_DEPRECATED =("'host' backend is no longer supported") = 0, sycl::_V1::backend::opencl = 1, sycl::_V1::backend::ext_oneapi_level_zero = 2, sycl::_V1::backend::__SYCL2020_DEPRECATED,
  sycl::_V1::backend::ext_oneapi_cuda = 3, sycl::_V1::backend::__SYCL2020_DEPRECATED =("use 'ext_oneapi_cuda' instead") = ext_oneapi_cuda, sycl::_V1::backend::all = 4, sycl::_V1::backend::ext_intel_esimd_emulator = 5,
  sycl::_V1::backend::__SYCL2020_DEPRECATED, sycl::_V1::backend::ext_oneapi_hip = 6, sycl::_V1::backend::__SYCL2020_DEPRECATED =("use 'ext_oneapi_hip' instead") = ext_oneapi_hip, sycl::_V1::backend::ext_oneapi_unified_runtime = 7
}
 

Functions

std::ostream & sycl::_V1::operator<< (std::ostream &Out, backend be)