AAndrzej Warzynski[mlir][VectorType] Remove numScalableDims from the vector type
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][VectorType] Remove numScalableDims from the vector type This is a follow-up of https://reviews.llvm.org/D153372 in which numScalableDims (single integer) was effectively replaced with isScalableDim bitmask. 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/ Differential Revision: https://reviews.llvm.org/D153412 | 2 年前 | |
[mlir] (NFC) Clean up bazel and CMake target names All dialect targets in bazel have been named *Dialect and all dialect targets in CMake have been named MLIR*Dialect. | 4 年前 | |
[mlir][ArmSVE] Cleanup dialect registration ArmSVE dialect is behind the recent changes in how the Vector dialect interacts with backend vector dialects and the MLIR -> LLVM IR translation module. This patch cleans up ArmSVE initialization within Vector and removes the need for an LLVMArmSVE dialect. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D100171 | 5 年前 |