This diff fixes the fact that the method mlir::edsc::makeGenericLinalgOp
incorrectly adds 2 blocks to Linalg ops.
Tests are updated accordingly.
Paths
| Differential D72780
[mlir][Linalg] Fix Linalg EDSC builders ClosedPublic Authored by nicolasvasilache on Jan 15 2020, 9:24 AM.
Details Summary This diff fixes the fact that the method mlir::edsc::makeGenericLinalgOp Tests are updated accordingly.
Diff Detail
Event TimelineComment Actions Unit tests: pass. 61804 tests passed, 0 failed and 781 were skipped. clang-tidy: unknown. clang-format: pass. Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml This revision is now accepted and ready to land.Jan 15 2020, 11:24 AM nicolasvasilache added inline comments.
Closed by commit rG2b81d3c6c6fd: [mlir][Linalg] Fix Linalg EDSC builders (authored by nicolasvasilache). · Explain WhyJan 16 2020, 7:21 AM This revision was automatically updated to reflect the committed changes. Comment Actions Unit tests: pass. 61912 tests passed, 0 failed and 783 were skipped. clang-tidy: unknown. clang-format: pass. Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Revision Contents
Diff 238492 mlir/include/mlir/EDSC/Builders.h
mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
mlir/lib/EDSC/Builders.cpp
mlir/test/EDSC/builder-api-test.cpp
|