[all-commits] [llvm/llvm-project] 046ebe: [mlir][linalg] Relax convolution vectorization to ...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Jun 16 09:36:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 046ebeb60504abfb053c24c1ee5ab6747cfa5a08
https://github.com/llvm/llvm-project/commit/046ebeb60504abfb053c24c1ee5ab6747cfa5a08
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorize-convolution.mlir
Log Message:
-----------
[mlir][linalg] Relax convolution vectorization to support mixed types
Support the case where convolution does float extension of the inputs.
Differential Revision: https://reviews.llvm.org/D127925
More information about the All-commits
mailing list