[Mlir-commits] [mlir] [mlir][Vector] add vector.insert canonicalization pattern to convert a chain of insertions to vector.from_elements (PR #142944)

Yang Bai llvmlistbot at llvm.org
Thu Aug 21 07:55:35 PDT 2025


yangtetris wrote:

> Another issue I noticed is that apparently there are some GPU related tests that do not run by default which are still broken. These are the tests:
>
>mlir/test/Integration/GPU/CUDA/TensorCore/sm80/transform-mma-sync-matmul-f16-f16-accum.mlir
>mlir/test/Integration/GPU/CUDA/TensorCore/sm80/transform-mma-sync-matmul-f32.mlir
>
>Most likely the GPU related pipeline that they use needs some adjustment to handle vector::FromElementOp with rank > 1.

Thank you for the notification. I created this [PR](https://github.com/llvm/llvm-project/pull/154774) to fix these two tests. BTW, could you please let me know if we have an option to enable all tests in local environments?



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


More information about the Mlir-commits mailing list