[Mlir-commits] [mlir] [mlir][Target] Make nvptxcompiler passed options high priority to keep consistent with ptxas behavior (PR #121036)

Guray Ozen llvmlistbot at llvm.org
Fri Jan 10 01:38:44 PST 2025


grypp wrote:

What happens if you "mlir-opt %s --gpu-module-to-binary="format=binary -debug-only=serialize-to-binary"? I think it should print args that we pass it nvptxcompiler? You write a "//CHECK: ..." on the result of debug-only=serialize-to-binary. 

We can add the test, but keep it disabled until we enable nvptxcompiler in the builtbit. 

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


More information about the Mlir-commits mailing list