Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir][vector] Add tests for scalable vectors
Adds tests for scalable vectors in: * vector-contract-to-outerproduct-transforms.mlir Every existing test is duplicated with (fixed-width vectors are replaced with scalable vectors). One test required a fix in * LowerVectorContract.cpp. This change is a part of a larger effort to enable scalable vectorisation in Linalg. See this RFC for more context: * https://discourse.llvm.org/t/rfc-scalable-vectorisation-in-linalg/ Fixes llvm#67804
- Loading branch information