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
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 
 sycl::_V1::detail
 
 std
 

Macros

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

Functions

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

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS   1

Definition at line 31 of file queue.hpp.

◆ __SYCL_USE_FALLBACK_ASSERT

#define __SYCL_USE_FALLBACK_ASSERT   0

Definition at line 54 of file queue.hpp.

◆ _KERNELFUNCPARAM

#define _KERNELFUNCPARAM (   a)    KernelType a

Definition at line 44 of file queue.hpp.