You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Add cuda event interop test and has_native_event (#1053)
This PR add testing of the CUDA backend experimental event interop and `has_native_event`.
It checks that valid types are returned and that the created SYCL objects can be used to do work.
Additionally it checks that `has_native_event` returns true for a SYCL kernel but false for a host_task.
Depends on: intel/llvm#6288
0 commit comments