[all-commits] [llvm/llvm-project] bfc0b7: [mlir][linalg] Document ops not supported by the v...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Tue Feb 13 04:11:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfc0b7c6891896ee8e9818f22800472510093864
https://github.com/llvm/llvm-project/commit/bfc0b7c6891896ee8e9818f22800472510093864
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
A mlir/test/Dialect/Linalg/vectorization-unsupported.mlir
Log Message:
-----------
[mlir][linalg] Document ops not supported by the vectoriser (nfc) (#81500)
Adds a test to help document Linalg Ops that are currently not supported
by the vectoriser (i.e. the logic to vectorise these is missing). The
list is not exhaustive.
More information about the All-commits
mailing list