| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix MLIR Transform Tutorial Doc (#155285) Fixes a small issue I noticed while reading through the tutorial. | 10 个月前 | |
[mlir][transform] Fix transform dialect tutorial chapter 1 (#147983) In the transform dialect tutorial chapter 1, there were some errors that prevented the example from running. This PR fixes them. --------- Co-authored-by: Renato Golin <rengolin@systemcall.eu> | 1 年前 | |
[mlir][transform] Fix ch2 and additional documentation (#148407) Fixed error code in example.In addition to this, the content in the documentation has been improved by adding links to the code repository. | 1 年前 | |
[mlir][doc] Fix transform dialect tutorial ch3 (#150456) Fixed some bugs in documentation. Add CallOpInterfaceHandle to the arguments of ChangeCallTargetOp, after doing so the section described in the documentation works correctly, Otherwise the following code reports an error. // Cast to our new type. %casted = transform.cast %call : !transform.any_op to !transform.my.call_op_interface // Using our new operation. transform.my.change_call_target %casted, "microkernel" : !transform.my.call_op_interface | 1 年前 | |
[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][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] add a chapter on matchers to the transform dialect tutorial (#76725) These operations has been available for a while, but were not described in the tutorial. Add a new chapter on using and defining match operations. | 2 年前 |