1. 21ee08f [MLIR][Python] Add support of the walk pattern rewrite driver (#173562) by Twice · 82 minutes ago main master
  2. e0bba1e [mlir] Emit an error when dense i1 array values are not `true` or `false` (#173533) by Longsheng Mou · 8 hours ago
  3. fdda806 [mlir][acc] Add ACCIfClauseLowering pass (#173573) by Razvan Lupusoru · 14 hours ago
  4. 44f6b2b [mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passe… (#173527) by Razvan Lupusoru · 18 hours ago
  5. 9c9f234 Revert "[mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and CollapseShapeOp (#173356)" by Emilio Cota · 30 hours ago
  6. e24fd93 Revert "[mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passes (#173407)" by Emilio Cota · 30 hours ago
  7. f698ba6 Revert "[mlir][acc] Add ACCIfClauseLowering pass (#173447)" by Emilio Cota · 30 hours ago
  8. 561c459 [mlir][acc] Add ACCIfClauseLowering pass (#173447) by Razvan Lupusoru · 2 days ago
  9. 98f264c [mlir][scf] Fold away `scf.for` iter args cycles (#173436) by Ivan Butygin · 2 days ago
  10. 9b3cea0 [MLIR] quick fix errors introduced in #173228 (#173474) by Sergio Sánchez Ramírez · 2 days ago
  11. 6bb7b96 [mlir] Using `getDefiningOp<OpTy>()` instead of `dyn_cast_or_null<OpTy>(getDefiningOp())` (NFC) (#173445) by Longsheng Mou · 2 days ago
  12. 820bf5e [mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and CollapseShapeOp (#173356) by Zhewen Yu · 2 days ago
  13. 7aa5482 [mlir][Transforms][NFC] Improve debug output of `-remove-dead-values` (#173468) by Matthias Springer · 2 days ago
  14. 219f31f [MLIR] add C-API bindings for complex dialect (#173228) by Sergio Sánchez Ramírez · 2 days ago
  15. 992ca93 [NFC][MLIR][NVVM] Add class for Ops which lower to LLVM intrinsics (#172649) by Srinivasa Ravi · 2 days ago
  16. deac94b [mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passes (#173407) by Razvan Lupusoru · 2 days ago
  17. 6eb81e6 [mlir][amdgpu] Fix `gather_to_lds` for 0d memrefs (#173421) by Ivan Butygin · 2 days ago
  18. afc0775 [MLIR][Linalg] Use Top-Down traversal to safely optimize multi-use producer fusion (#172216) by Miloš Poletanović · 3 days ago
  19. 4e06708 [mlir][acc] Add utilities for converting acc.loop to scf (#172953) by Razvan Lupusoru · 3 days ago
  20. 8abe1d3 [MLIR][NVVM][Tests]: Update FileCheck primitives (#173252) by Durgadoss R · 4 days ago
  21. 399a791 [mlir][dataflow] Use member initializer list in ProgramPoint class's constructor (NFC) (#173281) by lonely eagle · 4 days ago
  22. d387d62 [mlir][memref] memref.view canonicalizations fixes (#173237) by Ivan Butygin · 4 days ago
  23. f218749 [mlir][affine] Add unroll-factor description for loop unroll pass (#172791) by lonely eagle · 4 days ago
  24. f959601 [mlir][scf] Use getConstantIntValue instead of casting to ConstantOp (NFC) (#171242) by lonely eagle · 4 days ago
  25. 98b353e [MLIR][Transform] Safely erase transform ops by collecting first (#172016) by Miloš Poletanović · 4 days ago
  26. 363fdd7 [mlir] fix the Disambiguate NoneType in OpDefinitionsGen (#172923) by Abhishek Bagusetty · 4 days ago
  27. 26267cd [mlir] Enable perfect forwarding for `addWithLabel` and `insert` (NFC) (#172939) by Longsheng Mou · 4 days ago
  28. 11b9788 [MLIR][NVPTX] Add intrinsics and Ops to read smem-sizes (#173089) by Durgadoss R · 5 days ago
  29. 35d97f0 [MLIR][Python] Update the scf.if interface to be consistent with affine.if (#173171) by Hongzheng Chen · 5 days ago
  30. 8ae91e2 [mlir] [irdl] Fix order of emitted cpp namespace closing comments (#172035) by Robert Konicar · 6 days ago
  31. 62f1514 [mlir][bytecode] fix on macos after #172901 (#173084) by Maksim Levental · 7 days ago
  32. 36eb613 [acc] add RegionBranchOpInterface to acc.loop (#172940) by Susan Tan (ス-ザン タン) · 7 days ago
  33. a76c8df [MLIR][LLVM] Fix uses of LLVM's visibility attr (#173024) by Asher Mancinelli · 7 days ago
  34. 83b35db [MLIR][Python] remove pybind11 support (#172581) by Maksim Levental · 7 days ago
  35. 710d06b [MLIR] Fix GPU integration tests for SYCL and LevelZero runtime. (#171718) by Sang Ik Lee · 7 days ago
  36. d8baebd [mlir][tosa] Add add/sub/mul/div_floor/div_ceil_shape ops (#169321) by Luke Hutton · 7 days ago
  37. edc93fc [mlir][IR] Fix `RewriterBase::replaceUsesWithIf(ValueRange)` in dialect conversion (#172883) by Babak · 7 days ago
  38. 9460bea [MLIR] fix name of APFloat helper (#173029) by Maksim Levental · 7 days ago
  39. 4479abf [mlir][Presburger] make IntegerRelation::iterVarKind const (#172958) by Jeremy Kun · 7 days ago
  40. cb4ef98 [mlir][bytecode] Add support for deferred attribute/type parsing (#172901) by Jacques Pienaar · 7 days ago
  41. 167ff01 [mlir][math] Propagate fast math attrs in AlgebraicSimplification (#166802) by Aleksei Nurmukhametov · 7 days ago
  42. df01792 [mlir] [docs] fix toy readme (#172262) by hellozmz · 7 days ago
  43. 55a1007 [Linalg] Add *Pooling* matchers (#172351) by Abhishek Varma · 7 days ago
  44. fc295cc [MLIR] Add DefaultValuedEnumAttr decorator (#172916) by Henrich Lauko · 7 days ago
  45. 2ab4674 [mlir][amdgpu] implement amdgpu.sparse_mfma wrapper for smfmac instructions (#171968) by Eric Feng · 7 days ago
  46. cc92373 [NVPTX] Add support for barrier.cta.red.* instructions (#172541) by Alex MacLean · 7 days ago
  47. fb31653 [MLIR] Enable dylib init/deinit in execution engine on AArch64 platform (#172833) by Giacomo Castiglioni · 7 days ago
  48. 331cbac [mlir][rocdl] Add `s_nop` intrinsic (#172918) by Ivan Butygin · 7 days ago
  49. 4d2b2d7 [mlir][NFC] Document rationale, style for AMD dialects (#172703) by Krzysztof Drewniak · 8 days ago
  50. c64e219 [MLIR] Vector to XeGPU conversion: Use proper source variant for create_nd_tdesc op creation. (#171216) by Sang Ik Lee · 8 days ago
  51. 099f072 [mlir] Use SymbolOpInterface to implement operateOnSymbol in test-symbol-uses pass (#172675) by lonely eagle · 8 days ago
  52. 15df144 [mlir][Linalg] Allow more control in drop unit dims (#171796) by Lukas Sommer · 8 days ago
  53. 31aa166 Fix variable only used by assert in #172716. (#172788) by Yi Zhang · 8 days ago
  54. 22d3213 Reapply "[mlir][math] Add FP software implementation lowering pass: math-to-apfloat" (#172714) (#172716) by Maksim Levental · 8 days ago
  55. 33a4290 [MLIR] Fix AsmPrinter alias uniqueness check (#172734) by Billy Zhu · 8 days ago
  56. 357810c [MLIR][Transform] Fix transform.smt.constrain_params's verifier (#172753) by Rolf Morel · 8 days ago
  57. cf4c83d [MLIR][XeGPU] Fix the test issue brought by PR172125 (#172742) by Jianhui Li · 8 days ago
  58. d9f78c4 [MLIR][XeGPU] Refactor Layout access interface (#172125) by Jianhui Li · 9 days ago
  59. d234165 [MLIR] Apply clang-tidy fixes for llvm-qualified-auto in TransformInterfaces.cpp (NFC) by Mehdi Amini · 4 months ago
  60. 32545d8 [MLIR] Add non-regression bytecode test for #170993 by Mehdi Amini · 9 days ago
  61. 719b574 Revert "[mlir][bytecode] Add support for deferred attribute/type parsing. (#170993)" by Mehdi Amini · 9 days ago
  62. a7ffbf5 [MLIR] Apply clang-tidy fixes for modernize-use-equals-default in TestXeGPUTransforms.cpp (NFC) by Mehdi Amini · 4 months ago
  63. e0628d2 [MLIR] Apply clang-tidy fixes for readability-identifier-naming in MemRefOps.cpp (NFC) by Mehdi Amini · 4 months ago
  64. b8b9564 Revert "[mlir][math] Add FP software implementation lowering pass: math-to-apfloat" (#172714) by Maksim Levental · 9 days ago
  65. fa9c3fe [mlir][math] Add FP software implementation lowering pass: math-to-apfloat (#171221) by Maksim Levental · 9 days ago
  66. a9acad7 [mlir][amdgpu] Add tensor load store operations (#172686) by Erick Ochoa Lopez · 9 days ago
  67. 6500069 [MLIR][GPUToLLVMSPV] Use global & local memory scope for GPUBarrierConversion (#169026) by Tomek Kuczyński · 9 days ago
  68. 80e2a3b Revert "[mlir][amdgpu] Add tensor load store operations (#170918)" (#172671) by Erick Ochoa Lopez · 9 days ago
  69. 088ccbf [MLIR] Extend the extractvalue fold method (#172297) by Vadim Curcă · 9 days ago
  70. 694ba5a Reland [mlir][gpu] Use `SmallString`, `FailureOr` and `StringRef` in `module-to-binary` infra (NFC) (#172390) by Ivan Butygin · 9 days ago
  71. 7fe44a1 [mlir][x86vector] Lower BF16 vector.contract to FMA using AVX2 BF16 packed ops. (#170267) by Arun Thangamani · 9 days ago
  72. d17134a [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in SparseTensorDialect.cpp (NFC) by Mehdi Amini · 4 months ago
  73. ebdadf1 [MLIR] Apply clang-tidy fixes for bugprone-argument-comment in SparseTensorDescriptor.cpp (NFC) by Mehdi Amini · 4 months ago
  74. 4255cab [MLIR] Fix clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in AMDGPUToROCDL.cpp (NFC) by Mehdi Amini · 4 months ago
  75. e1a76a0 Revert "[mlir][amdgpu] Expose waitcnt bitpacking infra (#172313)" (#172636) by Ivan Butygin · 9 days ago
  76. ad79e1a [mlir][amdgpu] Expose waitcnt bitpacking infra (#172313) by Ivan Butygin · 9 days ago
  77. 06d991e [MLIR][NFC] Fix the pass description to describe what it actually does. (#172306) by Petr Kurapov · 9 days ago
  78. c5f5ddb [MLIR][XeGPU] Add sg layout propagation (#170879) by Artem Kroviakov · 9 days ago
  79. 2bc9f20 [MLIR][NVVM] Fix the lowering of legacy mbar.arrive (#172476) by Durgadoss R · 9 days ago
  80. 2ae59ea [MLIR][XeGPU] Add handling for unit-dim expansion in ShapeCast workgroup-to-subgroup distribution (#171758) by Jianhui Li · 10 days ago
  81. e3757d0 [ROCDL] Added s_wakeup_barrier (GFX1250) (#172320) by Ravil Dorozhinskii · 10 days ago
  82. 4b6e25a [MLIR][Vector] Add distribution pattern for `vector::ConstantMaskOp` (#172268) by Artem Kroviakov · 10 days ago
  83. 84ca857 [mlir][Transforms] Legalize nested operations (#172158) by Matthias Springer · 10 days ago
  84. 6966700 [mlir][amdgpu] Add tensor load store operations (#170918) by Erick Ochoa Lopez · 10 days ago
  85. 59056a6 [mlir][amdgpu] Add Python bindings for TDM types (#172309) by Tim Gymnich · 10 days ago
  86. 134a0f7 [mlir] Clean up leftovers from moving linalg::Expand/CollapseShapeOp to memref dialect (#172448) by Maya Amrami · 10 days ago
  87. 9c71195 [mlir][tosa] Extend narrowing pass (#170712) by Vitalii Shutov · 10 days ago
  88. 29220fc Revert "[mlir][gpu] Use `SmallString`, `FailureOr` and `StringRef` in `module-to-binary` infra (NFC) (#172284)" (#172386) by Ivan Butygin · 10 days ago
  89. d31b58d [mlir][AMDGPU] Add scaled wmma ops for gfx1250 (#169854) by Justin Rosner · 10 days ago
  90. c22d1cf [mlir][gpu] Use `SmallString`, `FailureOr` and `StringRef` in `module-to-binary` infra (NFC) (#172284) by Ivan Butygin · 10 days ago
  91. 870db46 [mlir][tosa] Allow dynamic dims in `--tosa-validate` pass (#171463) by Luke Hutton · 11 days ago
  92. 33b1485 [NFC][Linalg] Remove redundant doc comments from Conv matchers (#172344) by Abhishek Varma · 11 days ago
  93. ac469c9 [mlir][linalg] Clarify comments and remove outdated TODO (nfc) (#171695) by Andrzej Warzyński · 11 days ago
  94. a179583 [mlir][amdgpu] Lower make_gather_dma_descriptor. (#172083) by Erick Ochoa Lopez · 11 days ago
  95. 46f9178 [Linalg] Add *Conv3D* matchers (#172141) by Abhishek Varma · 11 days ago
  96. b818be4 [mlir][gpu] Expose some utility functions from `gpu-to-binary` infra (#172205) by Ivan Butygin · 11 days ago
  97. ae0788a [mlir][ExecutionEngine] Remove stderr printing when propagating errors (#171997) by Shenghang Tsai · 11 days ago
  98. 7fc3e93 [MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (#172228) by Rolf Morel · 11 days ago
  99. e4d168a Revert "[MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews" (#172225) by Mehdi Amini · 12 days ago
  100. 9c58de1 [MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (#171544) by Rolf Morel · 12 days ago