| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir] Expose simplifyAffineExpr through python api (#133926) | 1 年前 | |
Move from llvm::makeArrayRef to ArrayRef deduction guides - last part This is a follow-up to https://reviews.llvm.org/D140896, split into several parts as it touches a lot of files. Differential Revision: https://reviews.llvm.org/D141298 | 3 年前 | |
| 1 年前 | ||
[mlir] Use llvm::copy (NFC) (#168213) Identified with llvm-use-ranges. | 8 个月前 | |
Plumb write_bytecode to the Python API This adds a write_bytecode method to the Operation class. The method takes a file handle and writes the binary blob to it. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D133210 | 3 年前 | |
[mlir] Move diagnostic handlers instead of copying This also allows using unique_ptr instead of shared_ptr for the CAPI user data. NFCI. | 4 年前 | |
[mlir][capi] Add DialectRegistry to MLIR C-API Exposes mlir::DialectRegistry to the C API as MlirDialectRegistry along with helper functions. A hook has been added to MlirDialectHandle that inserts the dialect into a registry. A future possible change is removing mlirDialectHandleRegisterDialect in favor of using mlirDialectHandleInsertDialect, which it is now implemented with. Differential Revision: https://reviews.llvm.org/D118293 | 4 年前 | |
[mlir][py][c] Enable setting block arg locations. (#169033) This enables changing the location of a block argument. Follows the approach for updating type of block arg. | 8 个月前 | |
Move from llvm::makeArrayRef to ArrayRef deduction guides - last part This is a follow-up to https://reviews.llvm.org/D140896, split into several parts as it touches a lot of files. Differential Revision: https://reviews.llvm.org/D141298 | 3 年前 | |
[MLIR][Python] Expose PassManager::enableStatistics to CAPI and Python (#162591) PassManager::enableStatistics seems currently missing in both C API and Python bindings. So here we added them in this PR, which includes the PassDisplayMode enum type and the EnableStatistics method. | 10 个月前 | |
Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702) The base class llvm::ThreadPoolInterface will be renamed llvm::ThreadPool in a subsequent commit. This is a breaking change: clients who use to create a ThreadPool must now create a DefaultThreadPool instead. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 10 个月前 | ||
| 2 年前 |