| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir] Add config for PDL (#69927) Make it so that PDL in pattern rewrites can be optionally disabled. PDL is still enabled by default and not optional bazel. So this should be a NOP for most folks, while enabling other to disable. This only works with tests disabled. With tests enabled this still compiles but tests fail as there is no lit config to disable tests that depend on PDL rewrites yet. | 2 年前 | |
[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENTS (#168407) Fixes https://github.com/llvm/llvm-project/issues/168393. Also adds top-level MLIR_PYTHON_STUBGEN_ENABLED CMake option. | 8 个月前 | |
[mlir] Use llvm accumulate wrappers. NFCI. (#162957) Use wrappers around std::accumulate to make the code more concise and less bug-prone: https://github.com/llvm/llvm-project/pull/162129. With std::accumulate, it's the initial value that determines the accumulator type. llvm::sum_of and llvm::product_of pick the right accumulator type based on the range element type. Found some funny bugs like a local accumulate helper that calculated a sum with initial value of 1 -- we didn't hit the bug because the code was actually dead... | 9 个月前 | |
[mlir] Reland Move InitAll*** implementation into static library (#151150) Reland https://github.com/llvm/llvm-project/pull/150805 Shared libs build was broken. Add ${dialect_libs} and ${conversion_libs} to MLIRRegisterAllExtensions because it depends on registerConvert***ToLLVMInterface functions. | 1 年前 | |
[MLIR] Migrate some "transform dialect" source to use the standard LDBG macro (NFC) (#150695) | 1 年前 | |
[mlir] add an example of using transform dialect standalone (#82623) Transform dialect interpreter is designed to be usable outside of the pass pipeline, as the main program transformation driver, e.g., for languages with explicit schedules. Provide an example of such usage with a couple of tests. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 8 个月前 | ||
| 9 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 |