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

Go to the source code of this file.

Classes

class  sycl::_V1::queue
 Encapsulates a single SYCL queue which schedules kernels on a SYCL device. More...
 
struct  std::hash< sycl::queue >
 

Namespaces

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

Macros

#define _KERNELFUNCPARAM(a)   KernelType a
 
#define __SYCL_USE_FALLBACK_ASSERT   0
 

Enumerations

enum  sycl::_V1::ext::oneapi::experimental::queue_state { sycl::_V1::ext::oneapi::experimental::queue_state::executing, sycl::_V1::ext::oneapi::experimental::queue_state::recording }
 

Functions

template<backend BackendName, class SyclObjectT >
auto sycl::_V1::get_native (const SyclObjectT &Obj) -> backend_return_t< BackendName, SyclObjectT >
 

Macro Definition Documentation

◆ __SYCL_USE_FALLBACK_ASSERT

#define __SYCL_USE_FALLBACK_ASSERT   0

Definition at line 73 of file queue.hpp.

◆ _KERNELFUNCPARAM

#define _KERNELFUNCPARAM (   a)    KernelType a

Definition at line 63 of file queue.hpp.