oneapi-src/SYCLomatic

The call to cudaStreamQuery was replaced with 0 because SYCL currently does not support query operations on queues.

Closed this issue · 3 comments

The tool may offer some suggestion on the migration though it is not supported.

@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.

Thanks.

@jinz2014 The implementing PR #1787 has been merged