| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][Toy] Remove unnecessary transpose from chapter 1 example The call to 'multiply_transpose' in the initialization of the variable 'f' was intended to have a shape mismatch. However the variable 'a' has shape <2, 3> and the variable 'c' has shape <3, 2>, so the arguments 'transpose(a)' and 'c' have in fact compatible shapes (<3, 2> both), the opposite of what is wanted here. This commit removes the transpose so that arguments 'a' and 'c' have incompatible shapes <2, 3> and <3, 2>, respectively. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D151897 | 3 年前 | |
[mlir][transform][tutorial] Fix typo in inline code snippet. (NFC) Reviewed By: ingomueller-net Differential Revision: https://reviews.llvm.org/D154828 | 2 年前 | |
[mlir][docs] Group the docs for defining dialect components This moves the documentation for defining dialects, attributes/types, and operations into a new DefiningDialects folder. This helps to keep the documentation grouped together, making it easier to find related documentation. Differential Revision: https://reviews.llvm.org/D137594 | 3 年前 | |
[mlir][NFC] Replace references to Identifier with StringAttr This is part of the replacement of Identifier with StringAttr. Differential Revision: https://reviews.llvm.org/D113953 | 4 年前 | |
[mlir][docs] Group the docs for defining dialect components This moves the documentation for defining dialects, attributes/types, and operations into a new DefiningDialects folder. This helps to keep the documentation grouped together, making it easier to find related documentation. Differential Revision: https://reviews.llvm.org/D137594 | 3 年前 | |
[mlir][docs] Add missing parentheses in example code on walkers. getFunction was missing parentheses. Reviewed By: ftynse, mehdi_amini Differential Revision: https://reviews.llvm.org/D123999 | 4 年前 | |
[mlir] add initial chapters of the transform dialect tutorial The transform dialect has been around for a while and is sufficiently stable at this point. Add the first three chapters of the tutorial describing its usage and extension. Reviewed By: springerm Differential Revision: https://reviews.llvm.org/D151491 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 3 年前 |