dpctl.SyclQueue¶
-
class
dpctl.
SyclQueue
¶ Python wrapper class for cl::sycl::queue.
-
addressof_ref
()¶ Returns the address of the C API DPCTLSyclQueueRef pointer as a size_t.
- Returns
The address of the DPCTLSyclQueueRef object used to create this SyclQueue cast to a size_t.
-
equals
()¶ Returns true if the SyclQueue argument has the same _queue_ref as this SyclQueue.
-
get_sycl_backend
()¶ Returns the Sycl backend associated with the queue.
-
get_sycl_context
()¶
-
get_sycl_device
()¶
-
mem_advise
()¶
-
memcpy
()¶
-
prefetch
()¶
-
submit
()¶
-
sycl_context
¶
-
sycl_device
¶
-
wait
()¶
-