[Mlir-commits] [mlir] [MLIR][NVVM] Add pmevent (PR #152509)
Durgadoss R
llvmlistbot at llvm.org
Fri Aug 8 06:02:01 PDT 2025
================
@@ -401,6 +401,44 @@ def NVVM_ReduxOp :
}];
}
+//===----------------------------------------------------------------------===//
+// NVVM Performance Monitor events
+//===----------------------------------------------------------------------===//
+
+def NVVM_PMEventOp : NVVM_PTXBuilder_Op<"pmevent">,
+ Arguments<(ins OptionalAttr<I16Attr>:$maskedEventId,
+ OptionalAttr<I32Attr>:$eventId)> {
----------------
durga4github wrote:
ah, this was an ask for the "naming" and not for keeping them together.
Resolving this,
https://github.com/llvm/llvm-project/pull/152509
More information about the Mlir-commits
mailing list