[all-commits] [llvm/llvm-project] 689096: [mlir][Linalg] Conv ops lowering to std calls added.
Jakub Lichman via All-commits
all-commits at lists.llvm.org
Tue Aug 4 00:15:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 689096965d9af1b00cd90f117c57fd9e7d07a479
https://github.com/llvm/llvm-project/commit/689096965d9af1b00cd90f117c57fd9e7d07a479
Author: Jakub Lichman <limo at google.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
Log Message:
-----------
[mlir][Linalg] Conv ops lowering to std calls added.
Lowering of newly defined Conv ops in TC syntax to standard
dialect is not supported and therefore this commit adds support
for it.
Differential Revision: https://reviews.llvm.org/D84840
More information about the All-commits
mailing list