[Mlir-commits] [mlir] [mlir][gpu] Add pass for emulating unsupported types. (PR #138087)

Md Abdullah Shahneous Bari llvmlistbot at llvm.org
Thu May 1 11:43:44 PDT 2025


mshahneo wrote:

> * I actually wanted use Emulation, but the Arith transform pass that extends and truncates the unsupported floats uses this name, I thought it may cause confusion as, this pass does something fundamentally different, although the end goal is similar. Hence, I chose the name **Imitation**. But I am open to change the name to emulation or any other suggestion the community has.

Hi Mehdi (@joker-eph ),

Thank you so much for your suggestion. I actually wanted to use Emulation, but the Arith transform pass that extends and truncates the unsupported floats uses this name, I thought it may cause confusion as, this pass does something fundamentally different, although the end goal is similar. Hence, I chose the name Imitation. But I am open to change the name to emulation or any other suggestion the community has.

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


More information about the Mlir-commits mailing list