| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[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][NFC] update mlir/examples create APIs (31/n) (#150652) See https://github.com/llvm/llvm-project/pull/147168 for more info. | 1 年前 | |
mlir/LogicalResult: move into llvm (#97309) This patch is part of a project to move the Presburger library into LLVM. | 2 年前 | |
[mlir][doc] fixup code block (#153977) This fixes a small typo in the toy tutorial. A code block was not correctly terminated, causing it to run into the subsequent block. | 11 个月前 | |
[mlir][toy] Update dialect conversion example (#150826) The Toy tutorial used outdated API. Update the example to: * Use the OpAdaptor in all places. * Do not mix RewritePattern and ConversionPattern. This cannot always be done safely and should not be advertised in the example code. | 1 年前 | |
[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245) This patch fixes a documentation typo in the MLIR Toy tutorial (Ch6). The tutorial currently refers to examples/toy/Ch6/toy.cpp, but the correct file name is examples/toy/Ch6/toyc.cpp. | 9 个月前 | |
[mlir][NFC] update mlir/examples create APIs (31/n) (#150652) See https://github.com/llvm/llvm-project/pull/147168 for more info. | 1 年前 | |
[mlir][doc] Fix links and references in documentation of Tutorials This patch is the third in a series of patches fixing markdown links and references inside the mlir documentation. This patch addresses all broken references to other markdown files and sections inside the Tutorials folder. Differential Revision: https://reviews.llvm.org/D103017 | 5 年前 |