[Mlir-commits] [mlir] [AMD][ROCDL][AMDGPU] Support packed conversions fp8/bf8->bf16 and fp8/bf8->fp32 (PR #131850)
Yi Qian
llvmlistbot at llvm.org
Wed Mar 19 09:22:25 PDT 2025
yiqian1 wrote:
> > There are no ->bf16 instructions on gfx942. They're only available on gfx950.
>
> So where in the code do we prevent those instructions from being emitted on gfx942?
Hmm, I don't think we prevent it in the code.
https://github.com/llvm/llvm-project/pull/131850
More information about the Mlir-commits
mailing list