[Mlir-commits] [mlir] [MLIR][NVVM] Print ptxas path in debug output for "serialize-to-binary" (PR #132373)

Guray Ozen llvmlistbot at llvm.org
Mon Mar 24 01:07:46 PDT 2025


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

I removed from this PR. 
I have written other tests as well for debug runs. let me put a new PR that removes them all.  

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


More information about the Mlir-commits mailing list