[Mlir-commits] [mlir] [mlir][spirv] Fix `fp8` and `bf16` leaking into unsupported ops (PR #199102)

Igor Wodiany llvmlistbot at llvm.org
Thu Jun 18 07:52:02 PDT 2026


IgWod wrote:

It looks like `VectorInsertDynamic` slipped through cracks when this change went in. Indeed it's a composite op and should allow bf16 as per the extension spec. It looks like this op should use `SPIRV_ExtendedFloatVector` instead of `SPIRV_Vector`. There may be some other composite ops that also need to updated.

@d-smirnov Would you be happy to submit this change? The change is fairly trivial it just needs tests adding (for both bf16 and fp8).

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


More information about the Mlir-commits mailing list