[llvm-branch-commits] [llvm] [libsycl] add sycl::event and wait functionality to event & queue (PR #188793)

Yury Plyakhin via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 27 09:39:07 PDT 2026


================
@@ -21,14 +21,17 @@ namespace detail {
 
 class ContextImpl;
 class DeviceImpl;
+class EventImpl;
+
+using EventImplPtr = std::shared_ptr<EventImpl>;
----------------
YuriPlyakhin wrote:

Not used anywhere in this PR. Remove?

https://github.com/llvm/llvm-project/pull/188793


More information about the llvm-branch-commits mailing list