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.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Enumerations

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

Functions

std::ostream & sycl::_V1::operator<< (std::ostream &Out, backend be)
 
std::string_view sycl::_V1::detail::get_backend_name_no_vendor (backend Backend)