[Mlir-commits] [mlir] [MLIR][NVVM] Print ptxas path (PR #132373)

Mehdi Amini llvmlistbot at llvm.org
Fri Mar 21 04:59:57 PDT 2025


================
@@ -16,6 +16,7 @@ func.func @host_function(%arg0 : f32, %arg1 : memref<?xf32>) {
     return
 }
 
+// CHECK: ptxas executable:
----------------
joker-eph wrote:

I'm puzzled that we have this test in-tree, in general we never test debug output, and I don't understand how is this test passing in release mode?

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


More information about the Mlir-commits mailing list