[Mlir-commits] [mlir] [mlir][GPUToNVVM] enable fallback to generic LLVM lowering for math dialect in convert-gpu-to-nvvm pass (PR #165728)

Fabian Mora llvmlistbot at llvm.org
Thu Oct 30 09:37:27 PDT 2025


fabianmcg wrote:

> Do we have the infra in convert-to-llvm to inject target-specific patterns (like NVVM) right now?

Yes: https://github.com/llvm/llvm-project/blob/main/mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm-target-attr.mlir

Though, It could use a small cleanup. (make dynamic by default and potentially remove the static version).

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


More information about the Mlir-commits mailing list