| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir-reduce] Create MlirReduceLib Move the core reducer algorithm into a library so that it'll be easier for porting to different projects. Depends On D101046 Reviewed By: jpienaar, rriddle Differential Revision: https://reviews.llvm.org/D101607 | 5 年前 | |
[mlir] Ensure newline at the end of files (NFC) (#143155) | 1 年前 | |
[mlir] Remove unused includes (NFC) (#148872) These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures. | 1 年前 | |
[MLIR] Add reduction interface with tester to mlir-reduce (#166096) Currently, we don't have support for patterns that need access to a Tester instance in mlir-reduce. This PR adds DialectReductionPatternWithTesterInterface to the set of supported interfaces. Dialects can implement this interface to inject the tester into their pattern classes. | 8 个月前 | |
[mlir] Migrate away from std::nullopt (NFC) (#145842) ArrayRef has a constructor that accepts std::nullopt. This constructor dates back to the days when we still had llvm::Optional. Since the use of std::nullopt outside the context of std::optional is kind of abuse and not intuitive to new comers, I would like to move away from the constructor and eventually remove it. This patch replaces {} with std::nullopt. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 1 年前 |