| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir] introduce debug transform dialect extension (#77595) Introduce a new extension for simple print-debugging of the transform dialect scripts. The initial version of this extension consists of two ops that are printing the payload objects associated with transform dialect values. Similar ops were already available in the test extenion and several downstream projects, and were extensively used for testing. | 2 年前 | |
[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082) RFC: https://discourse.llvm.org/t/rfc-deprecate-linalg-elemwise-unary-and-elemwise-binary/87144 Remove the two operations and fix the tests by: * Cleaning simple operation tests of the old ops * Changing linalg.elemwise_{u|bi}nary with linalg.{exp|add} on transform tests * Changing some of the tests with linalg.elementwise instead, to broaden test coverage * Surgically removing the elemwise_* part in the Python tests * Update MLIR transform examples (text and tests) with linalg.elementwise instead Nothing else changed. | 1 年前 | |
[mlir] generalize matchers to support batch matmul Mostly the same logic applies, with a different rank. Additionally expose the logic to do identify contraction dimensions and contraction-like bodies as independent transform ops. This allows us to recognize "generic" operations and not only the named ones. Rework the contraction body matching logic to no longer rely on contraction operations beign uniquely named. Reviewed By: springerm Differential Revision: https://reviews.llvm.org/D154498 | 3 年前 | |
[mlir] introduce debug transform dialect extension (#77595) Introduce a new extension for simple print-debugging of the transform dialect scripts. The initial version of this extension consists of two ops that are printing the payload objects associated with transform dialect values. Similar ops were already available in the test extenion and several downstream projects, and were extensively used for testing. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 2 年前 |