[Mlir-commits] [mlir] [mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (PR #66220)
Guray Ozen
llvmlistbot at llvm.org
Wed Sep 13 13:36:17 PDT 2023
grypp wrote:
I haven't looked at the code carefully, I will do that on my tomorrow, but adding JIT sounds great.
>Is there a preference to which option to use by default?
Would it be okay if we didn't do this for default behaviour?
Nvidia's state-of-art compiler is `nvcc` and it uses `ptxas`, not JIT. When comparing the performance of MLIR, it gives sanity to use same toolchain as `nvcc`. I had problems using the driver for JIT, which produced different SASS code from the exact same PTX, even though it was the same version with ptxas.
https://github.com/llvm/llvm-project/pull/66220
More information about the Mlir-commits
mailing list