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

Pradeep Kumar llvmlistbot at llvm.org
Mon Sep 9 06:05:50 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.
----------------
schwarzschild-radius wrote:

Fixed in the latest revision of the PR

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


More information about the Mlir-commits mailing list