dpctl.SyclEvent

class dpctl.SyclEvent

Python wrapper class for cl::sycl::event.

Public methods:

addressof_ref

Returns the address of the C API DPCTLSyclEventRef pointer as a size_t.

wait

Detail

dpctl.SyclEvent.addressof_ref()

Returns the address of the C API DPCTLSyclEventRef pointer as a size_t.

Returns

The address of the DPCTLSyclEventRef object used to create this SyclEvent cast to a size_t.

dpctl.SyclEvent.wait()