DPC++ Runtime
Runtime libraries for oneAPI DPC++
backend_types.hpp File Reference
#include <sycl/detail/defines_elementary.hpp>
#include <ostream>
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
 
 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::ext_oneapi_cuda = 3,
  sycl::_V1::backend::all = 4, sycl::_V1::backend::__SYCL_DEPRECATED, sycl::_V1::backend::ext_oneapi_hip = 6, sycl::_V1::backend::ext_native_cpu = 7
}
 

Functions

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