[mlir][Linalg] Conv ops lowering to std calls added.
authorJakub Lichman <limo@google.com>
Mon, 3 Aug 2020 07:57:06 +0000 (07:57 +0000)
committerJakub Lichman <limo@google.com>
Tue, 4 Aug 2020 07:12:58 +0000 (07:12 +0000)
commit689096965d9af1b00cd90f117c57fd9e7d07a479
tree1eb521448648b184ef9145e4586ef79141e66f48
parent4ede3968498174f35f8456cd4bf95d14811d40d1
[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
mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp