DPC++ Runtime
Runtime libraries for oneAPI DPC++
queue_impl.hpp File Reference
Include dependency graph for queue_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::detail::queue_impl
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::oneapi
 
 sycl::_V1::ext::oneapi::experimental
 
 sycl::_V1::ext::oneapi::experimental::detail
 
 sycl::_V1::detail
 

Enumerations

enum class  sycl::_V1::detail::CUDAContextT : char { sycl::_V1::detail::primary , sycl::_V1::detail::custom }
 Possible CUDA context types supported by PI CUDA backend TODO: Implement this as a property once there is an extension document. More...
 
enum  sycl::_V1::detail::QueueOrder { sycl::_V1::detail::Ordered , sycl::_V1::detail::OOO }
 

Variables

static constexpr size_t sycl::_V1::detail::MaxNumQueues = 256
 Sets max number of queues supported by FPGA RT. More...
 
constexpr CUDAContextT sycl::_V1::detail::DefaultContextType = CUDAContextT::custom
 Default context type created for CUDA backend. More...