[llvm] [OFFLOAD][L0] Use counter-based events for inorder queues (PR #202301)

Alex Duran via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 09:03:10 PDT 2026


================
@@ -33,9 +33,10 @@ class L0EventTy {
   ze_event_handle_t getZeEvent() const { return ZeEvent; }
   L0QueueTy *getQueue() const { return Queue; }
 
-  Error reset() {
+  Error reset(bool SkipEventReset) {
----------------
adurang wrote:

Yes, but I don't think it's worth it here.

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


More information about the llvm-commits mailing list