1. ba03ba3 [MLIR][TOSA] Update IfOp print/parse to support ranked condition tens… (#149791) by Yuvaraj Venkatesh · 2 hours ago main master
  2. 961d306 [mlir][tosa] Allow scalar int8 tensors to be unranked (#150731) by Yi-Chi Lee · 2 hours ago
  3. b2c232d [mlir][memref] Support test-compose-subview dynamic size (#146881) by lonely eagle · 2 hours ago
  4. 456bcdd [mlir] Nominate MLIR Egress category maintainers (#149487) by Oleksandr "Alex" Zinenko · 3 hours ago
  5. 93fd94b [mlir] Nominate Tensor Compiler maintainers (#149488) by Oleksandr "Alex" Zinenko · 3 hours ago
  6. e9c252a [mlir][linalg][nfc] Clean-up leftover code post #149156 (#150602) by Andrzej Warzyński · 3 hours ago
  7. c1d294f [mlir] Nominate MLIR Core category maintainers (#149485) by Oleksandr "Alex" Zinenko · 3 hours ago
  8. 16f4297 [MLIR] Fix release build: reference to NDEBUG guarded function (NFC) by Mehdi Amini · 15 hours ago
  9. 299f409 [mlir][toy] Update dialect conversion example (#150826) by Matthias Springer · 15 hours ago
  10. dec68cf [MLIR] Update MLIR tutorial to use LDBG() macro (#150763) by Mehdi Amini · 17 hours ago
  11. e6f690f [MLIR] Remove overly verbose Debug for TypeID checks (NFC) (#150751) by Mehdi Amini · 17 hours ago
  12. 62450f3 Migrate more of DataFlow framework to LDBG (NFC) (#150752) by Mehdi Amini · 17 hours ago
  13. 8bb8662 [MLIR] Update Inliner.cpp to use LDBG() for logging (NFC) (#150762) by Mehdi Amini · 17 hours ago
  14. 23c2435 [MLIR] Migrate some "transform dialect" source to use the standard LDBG macro (NFC) (#150695) by Mehdi Amini · 17 hours ago
  15. 27d17f7 Revert "[OMPIRBuilder] Don't use invalid debug loc in reduction functions." (#150832) by Abid Qadeer · 20 hours ago
  16. 3902e76 [mlir][Transforms] Dialect Conversion: Fix folder implementation (#150775) by Matthias Springer · 25 hours ago
  17. 109665b [mlir][IR] Set insertion point when erasing an operation (#146955) by Matthias Springer · 27 hours ago
  18. 4bf375e [mlir] Fix a warning by Kazu Hirata · 27 hours ago
  19. 942aef5 [mlir][test] Turn `test-legalize-mode` into a pass option (#150767) by Matthias Springer · 2 days ago
  20. ba6cc16 [mlir][Transforms][NFC] Dialect Conversion: Improve `insert` callbacks (#150753) by Matthias Springer · 2 days ago
  21. 8d31cbf [mlir][Transforms] Dialect Conversion: check for "failure" after modification (#150748) by Matthias Springer · 2 days ago
  22. 23ad310 [MLIR] Remove unused DBGS macro (NFC) by Mehdi Amini · 2 days ago
  23. aac48de [mlir][Transforms][NFC] Dialect Conversion: Move `lookup` functions (#150743) by Matthias Springer · 2 days ago
  24. 9b3b877 [mlir][SCF] Do not access erased operation in `scf.while` lowering (#150741) by Matthias Springer · 2 days ago
  25. c2b3670 [mlir][doc] Fix transform dialect tutorial ch3 (#150456) by lonely eagle · 2 days ago
  26. ce36851 [MLIR] Remove uses of %T from lit tests (#150725) by Aiden Grossman · 2 days ago
  27. 02d20b7 [MLIR] Remove unused DBGS macro (NFC) by Mehdi Amini · 2 days ago
  28. db828d9 [mlir][NFC] update `mlir/lib` create APIs (35/n) (#150708) by Maksim Levental · 2 days ago
  29. fbac3c3 [MLIR] Fix release build: the definition for the FULL_LDBG macro was incorrect by Mehdi Amini · 3 days ago
  30. 529b390 [MLIR] Fix release build: FULL_LDBG macro was incorrect when NDEBUG is defined (#150698) by Benoit Jacob · 3 days ago
  31. b5dcbac [mlir][LLVM] Remove `llvm` deps from the LLVM dialect (#150692) by Fabian Mora · 3 days ago
  32. be24e5f [mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652) by Maksim Levental · 3 days ago
  33. ade5533 [mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659) by Maksim Levental · 3 days ago
  34. 8d54f67 [MLIR] Migrate PatternLoggingListener to the standard LDBG output (#150686) by Mehdi Amini · 3 days ago
  35. 174713b [MLIR] Add a OpWithFlags class that acts as a "stream modifier" to customize Operation streaming (#150636) by Mehdi Amini · 3 days ago
  36. 5165340 [mlir][NFC] update `mlir/Dialect` create APIs (32/n) (#150657) by Maksim Levental · 3 days ago
  37. 9ecd375 Revert "[mlir][linalg] Restrict linalg.pack to not have artificial padding." (#150675) by Han-Chung Wang · 3 days ago
  38. 2550243 [mlir][linalg] Restrict linalg.pack to not have artificial padding. (#150522) by Han-Chung Wang · 3 days ago
  39. ac58f1f [MLIR] Add missing includes to NVVM/Target.cpp (fix build) (#150637) by Mehdi Amini · 3 days ago
  40. bc5c81e [mlir][NFC] update `mlir` create APIs (34/n) (#150660) by Maksim Levental · 3 days ago
  41. adcd071 [mlir][NFC] update `mlir/Dialect` create APIs (27/n) (#150638) by Maksim Levental · 3 days ago
  42. da8eeb2 [mlir][NFC] update `mlir/Dialect` create APIs (30/n) (#150643) by Maksim Levental · 3 days ago
  43. 2ecc132 [mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641) by Maksim Levental · 3 days ago
  44. febd147 [mlir][NFC] update `mlir/Dialect` create APIs (29/n) (#150642) by Maksim Levental · 3 days ago
  45. d40ff2e [mlir][EmitC]Remove the Unused Option in the `wrap-emitc-func-in-class` Pass (#150577) by Jaden Angella · 3 days ago
  46. 2cbea18 [mlir] Switch to new LDBG macro (#150616) by Jacques Pienaar · 3 days ago
  47. 07cd750 [NFC][mlir][mesh,shard] Fixing misnomers in mesh dialect, renaming 'mesh' dialect to 'shard' (#150177) by Frank Schlimbach · 3 days ago
  48. f3d592c [mlir][python] fix PyDenseResourceElementsAttribute finalizer (#150561) by Maksim Levental · 3 days ago
  49. cb1f9a4 [mlir][amd] fix LLVM::InsertValueOp::create failure to disambiguate (#150605) by Maksim Levental · 3 days ago
  50. 4eed193 [mlir] fix transform dialect doc includes (#150408) by Oleksandr "Alex" Zinenko · 3 days ago
  51. 4ded125 [mlir][vector] Add a check to ensure input vector rank equals target shape rank (#149239) by Longsheng Mou · 3 days ago
  52. 4ff989b [mlir][NFC] Use `getDefiningOp<OpTy>()` instead of `dyn_cast<OpTy>(getDefiningOp())` (#150428) by Longsheng Mou · 3 days ago
  53. 5efad3d [MLIR][EmitC][NFC] Use `llvm::function_ref<>` instead of `std::optional<llvm::function_ref<>>` (#146478) by Yanzuo Liu · 3 days ago
  54. 622b3e8 [mlir][Transforms] Remove UB dialect dependency from Canonicalizer pass (#150555) by Hideto Ueno · 3 days ago
  55. cf3d912 Fix Bug in RemoveDeadValues Pass (#148437) by ronigoldman22 · 3 days ago
  56. 873dfed [mlir][AMDGPU] Add canonicalizer for folding casts into gather_to_lds (#150503) by Quinn Dawkins · 3 days ago
  57. d5ff296 [mlir][Bufferization] Fix to_buffer(tensor.cast) folder (#150511) by Quinn Dawkins · 4 days ago
  58. 434ce69 [mlir][linalg] Take artificial padding into account for pack/unpack folding. (#150272) by Han-Chung Wang · 4 days ago
  59. 9ac0293 Revert "[flang][flang-driver][mlir][OpenMP] atomic control support" (#150504) by Kiran Chandramohan · 4 days ago
  60. 3304f84 [mlir][NFC] update `mlir/Dialect` create APIs (18/n) (#149925) by Maksim Levental · 4 days ago
  61. 6d4c851 [mlir][NFC] update `mlir/Dialect` create APIs (17/n) (#149924) by Maksim Levental · 4 days ago
  62. 88d6fee [mlir][Tosa] Allow scalar tensors to be unranked in the TOSA dialect (#150399) by woruyu · 4 days ago
  63. ae3ba51 [mlir][NFC] update `mlir/Dialect` create APIs (15/n) (#149921) by Maksim Levental · 4 days ago
  64. 659fa25 [mlir-lsp] Fix window.workDoneProgress capability (#149905) by Lily Brown · 4 days ago
  65. ecba06f [mlir] Remove unused includes (NFC) (#150476) by Kazu Hirata · 4 days ago
  66. f634ee2 [MLIR] Improve tutorial to make it clear that `walk()` is visiting the root op (NFC) by Mehdi Amini · 4 days ago
  67. 155a69e [mlir][NFC] update `mlir/Dialect` create APIs (14/n) (#149920) by Maksim Levental · 4 days ago
  68. ece724b [mlir][ArithToAMDGPU] Use native packing support (#150342) by Krzysztof Drewniak · 4 days ago
  69. 0282b16 [mlir] Fix missing import (#150330) by Daniel Garvey · 4 days ago
  70. 4aba551 [flang][flang-driver][mlir][OpenMP] atomic control support (#143441) by Anchu Rajendran S · 4 days ago
  71. 70a6a10 [mlir][linalg] Drop unit dims on IndexingMapOpInterface (#150280) by Ian Wood · 4 days ago
  72. 3f95bca [mlir][tosa] Fix integer-to-boolean cast folder (#150370) by Longsheng Mou · 4 days ago
  73. 5e02b0f Reapply "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `amdgpu.gather_to_lds`" (#150334) by Alan Li · 4 days ago
  74. 4c464ef [mlir][spirv][nfc] Refactor member decorations in StructType (#150218) by Igor Wodiany · 4 days ago
  75. acc8289 [mlir][NFC] update `mlir/Dialect` create APIs (20/n) (#149927) by Maksim Levental · 4 days ago
  76. 77a0bcd [CMake]fix CUDAToolkit_LIBRARY_ROOT DEFINED check (#146472) by x12301450 · 4 days ago
  77. 3e0a359 [MLIR][Affine] Improve sibling fusion - handle memrefs from memref defining nodes (#149641) by Uday Bondhugula · 4 days ago
  78. 4a9d221 [mlir][NFC] Use `hasOneBlock` instead of `llvm::hasSingleElement(region)` (#149809) by Longsheng Mou · 4 days ago
  79. cbd5839 [mlir][docs] Fix broken links of LIFT (#150152) by Longsheng Mou · 4 days ago
  80. 0f55116 [mlir] Remove unused includes (NFC) (#150266) by Kazu Hirata · 5 days ago
  81. 11a596e [mlir] move if-condition propagation to a standalone pass (#150278) by Oleksandr "Alex" Zinenko · 5 days ago
  82. 968861d [MLIR][XeGPU] Add support for subgroup_id_range (#148661) by Nishant Patel · 5 days ago
  83. f197b1b [mlir][python,CAPI] expose Op::isBeforeInBlock (#150271) by Maksim Levental · 5 days ago
  84. aa3a8a6 [mlir][armsme][vector] Replace splat with broadcast (#148024) by James Newling · 5 days ago
  85. b869040 Revert "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` in… (#150256) by Alan Li · 5 days ago
  86. 4213f6a [mlir][xegpu] Add initial skeleton implementation for lowering ConvertLayoutOp (#146176) by Chao Chen · 5 days ago
  87. 85ab04e [MLIR][XeGPU] Add offset operands to load_nd/store_nd/prefetch_nd (#149424) by Jianhui Li · 5 days ago
  88. 8ff1bb1 [mlir][NFC] update `Conversion` create APIs (4/n) (#149879) by Maksim Levental · 5 days ago
  89. 621f5b4 [MLIR][XeGPU] Add transformation pattern for vector.broadcast in Wg to Sg pass (#144417) by Nishant Patel · 5 days ago
  90. 4a145a2 [AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `amdgpu.gather_to_lds` (#149851) by Alan Li · 5 days ago
  91. 6dcc6a1 [mlir][ArithToAMDGPU][NFC] Add PatternBenefit (#150091) by Krzysztof Drewniak · 5 days ago
  92. c63075b [mlir][NFC] update `mlir/Dialect` create APIs (23/n) (#149930) by Maksim Levental · 5 days ago
  93. 6369582 Reland "[mlir][vector] Use vector.broadcast in place of vector.splat" (#150138) by James Newling · 5 days ago
  94. 8fc424f [MLIR][AArch64] Lower vector.contract to Neon FEAT_BF16 operations (#148198) by Momchil Velikov · 5 days ago
  95. ea153be [mlir][mesh] removing partial/reduction axes from mesh.sharding (#149805) by Frank Schlimbach · 5 days ago
  96. 9b395ba [mlir][vector] Fix cast incompatible type bug in `ShuffleOp::fold` (#150037) by Longsheng Mou · 5 days ago
  97. ac758d5 [mlir][Arith] Prevent IR modification for non-matching pattern (#150103) by Krzysztof Drewniak · 6 days ago
  98. ebc0957 [mlir][amdgpu] Add `rocdl.s.waitcnt` wrapper (#149670) by Ivan Butygin · 6 days ago
  99. d86c3f9 [mlir][xegpu] cleanup the print format for TensorDesc (#149182) by Chao Chen · 6 days ago
  100. 2588858 [mlir][rocdl] Add more gfx12 wait intrinsics (#149984) by Ivan Butygin · 6 days ago