[all-commits] [llvm/llvm-project] 0d0371: [mlir][OpDSL] Fix OpDSL tests after https://review...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Nov 30 00:58:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d0371f58ff0e4289bdff9ef70f7f6fb0277c3d0
https://github.com/llvm/llvm-project/commit/0d0371f58ff0e4289bdff9ef70f7f6fb0277c3d0
Author: gysit <gysit at google.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
A mlir/test/python/dialects/linalg/opdsl/emit_convolution.py
A mlir/test/python/dialects/linalg/opdsl/emit_matmul.py
A mlir/test/python/dialects/linalg/opdsl/emit_misc.py
A mlir/test/python/dialects/linalg/opdsl/emit_pooling.py
R mlir/test/python/dialects/linalg/opdsl/emit_structured_generic.py
Log Message:
-----------
[mlir][OpDSL] Fix OpDSL tests after https://reviews.llvm.org/D114680.
Update the shapes of the convolution / pooling tests that where detected after enabling verification during printing (https://reviews.llvm.org/D114680). Also split the emit_structured_generic.py file that previously contained all tests into multiple separate files to simplify debugging.
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D114731
More information about the All-commits
mailing list