[llvm-branch-commits] [llvm] [libsycl] add sycl::event and wait functionality to event & queue (PR #188793)
Kseniya Tikhomirova via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 30 06:53:34 PDT 2026
================
@@ -33,4 +33,6 @@ device queue::get_device() const {
bool queue::is_in_order() const { return impl->isInOrder(); }
+void queue::wait() { return impl->wait(); }
----------------
KseniyaTikhomirova wrote:
https://github.com/llvm/llvm-project/pull/188793/changes/468de5c542a16f81a27980e8f7cfca9d51925240
https://github.com/llvm/llvm-project/pull/188793
More information about the llvm-branch-commits
mailing list