[all-commits] [llvm/llvm-project] b85830: [mlir] Only attempt to vectorize conv if conv.
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Oct 18 20:34:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b858309ddc977d5e70de54f3fa3888915b5fbc0c
https://github.com/llvm/llvm-project/commit/b858309ddc977d5e70de54f3fa3888915b5fbc0c
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
Log Message:
-----------
[mlir] Only attempt to vectorize conv if conv.
Avoids hitting assertions due to unsupported convolution patterns.
See https://github.com/openxla/iree/issues/15207#issuecomment-1767650797
More information about the All-commits
mailing list