[Mlir-commits] [mlir] [MLIR][NVVM] Add trap (PR #120247)
Guray Ozen
llvmlistbot at llvm.org
Wed Dec 18 04:21:26 PST 2024
================
@@ -2333,6 +2312,41 @@ def NVVM_Breakpoint : NVVM_Op<"breakpoint"> {
let assemblyFormat = "attr-dict";
}
+def NVVM_Trap : NVVM_Op<"trap"> {
----------------
grypp wrote:
Sure sounds good to me as well! I'll close the PR.
By the way, trap and debugpoint both generates the same PTX instruction. Is it expected?
https://github.com/llvm/llvm-project/pull/120247
More information about the Mlir-commits
mailing list