[Mlir-commits] [mlir] [mlir][spirv] Add OpExtension "SPV_INTEL_tensor_float32_conversion " (PR #151337)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Aug 1 08:09:46 PDT 2025


YixingZhang007 wrote:

> > It'd be nice to submit the change to `SPIRV_VectorOf` as a separate PR
> 
> This is true and landing it separately would be safer / easier to revert. We could land a PR like this very quickly if @YixingZhang007 or any of the reviewers want to prepare one -- the test changes are mechanical.

This is a good point! I’ve reverted the changes to `SPIRV_VectorOf` and its associated tests. Currently, vector scalability isn’t enforced for any extensions, including `SPV_INTEL_tensor_float32_conversion`. I will create a PR for enforcing fixed-size vectors once this PR is merged.

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


More information about the Mlir-commits mailing list