[Mlir-commits] [mlir] [MLIR][NVVM] Add support for nvvm.breakpoint Op (PR #107193)

Guray Ozen llvmlistbot at llvm.org
Sat Sep 7 07:03:23 PDT 2024


================
@@ -2101,6 +2101,23 @@ def NVVM_WgmmaMmaAsyncOp : NVVM_Op<"wgmma.mma_async",
   }];
 }
 
+//===----------------------------------------------------------------------===//
+// NVVM breakpoint Op
+//===----------------------------------------------------------------------===//
+
+def NVVM_Breakpoint : NVVM_Op<"breakpoint"> {
+  let summary = "Breakpoint Op";
+  let description = [{
+    breakpoint suspends execution of the program for debugging.
----------------
grypp wrote:

Nit: use capital character 

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


More information about the Mlir-commits mailing list