The call to cudaStreamQuery was replaced with 0 because SYCL currently does not support query operations on queues.
Closed this issue · 3 comments
jinz2014 commented
The tool may offer some suggestion on the migration though it is not supported.
tomflinda commented
@jinz2014 Currently, ext_oneapi_empty() in https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_queue_empty.asciidoc can be mapped for this API, we will plan to implement it.
Thanks.
jinz2014 commented
Thanks.