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

Guray Ozen llvmlistbot at llvm.org
Fri Mar 21 06:10:37 PDT 2025


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

I add a test for every code I write, so I probably added these test automatically :) 

This is a CUDA integration test. Perhaps we don't run CUDA integration tests in release mode?

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


More information about the Mlir-commits mailing list