[all-commits] [llvm/llvm-project] 2a0089: [mlir][linalg] Fix linalg.conv vectorization for m...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Thu Jun 15 11:15:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a00891107bc08225d5ba5183a672436db929752
https://github.com/llvm/llvm-project/commit/2a00891107bc08225d5ba5183a672436db929752
Author: Rob Suderman <suderman at google.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorize-convolution.mlir
Log Message:
-----------
[mlir][linalg] Fix linalg.conv vectorization for mixed int-fp types
We always assume mixed same type values. Instead of ExtF or ExtSI, we
need SIToFp when the values must be promoted.
Reviewed By: dcaballe
Differential Revision: https://reviews.llvm.org/D152982
More information about the All-commits
mailing list