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

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 08:23:02 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) {
----------------
sarnex wrote:

ok got it, in a totally overengineered wasting time world we could have two subclasses of the L0Event class to model the two different use cases but this seems fine, thanks

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


More information about the llvm-commits mailing list