| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[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 年前 | |
[mlir] split transform interfaces into a separate library (#85221) Transform interfaces are implemented, direction or via extensions, in libraries belonging to multiple other dialects. Those dialects don't need to depend on the non-interface part of the transform dialect, which includes the growing number of ops and transitive dependency footprint. Split out the interfaces into a separate library. This in turn requires flipping the dependency from the interface on the dialect that has crept in because both co-existed in one library. The interface shouldn't depend on the transform dialect either. As a consequence of splitting, the capability of the interpreter to automatically walk the payload IR to identify payload ops of a certain kind based on the type used for the entry point symbol argument is disabled. This is a good move by itself as it simplifies the interpreter logic. This functionality can be trivially replaced by a transform.structured.match operation. | 2 年前 | |
[mlir] move MatchOpInterface under Transform/Interfaces (#86899) This is similar to the TransformOpInterface move. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |