1. b647f9b [mlir][docs] Add page for third-party tutorials (#188080) by dGinten · 2 hours ago main master
  2. 1f5cce6 [mlir][arith] Fix crash in ConstantOp range inference for zero-element constants (#204180) by shubhamnarlawar · 4 hours ago
  3. 9b11093 [MLIR][SCF] Support permutation-based parallel loop fusion (#203207) by Dmitriy Smirnov · 4 hours ago
  4. 0066796 [NFC][mlir][linalg] add `toContractionDimensions` for healthy code reuse (#203916) by Federico Bruzzone · 7 hours ago
  5. e91dfe8 [MLIR][EmitC] Allow lvalue operands in (member_)call_opaque arg_operands (#204112) by Alexander Viand · 9 hours ago
  6. b66ece0 [MLGO][EmitC] Scalarize single-element tensor returns (#199686) by ioana ghiban · 13 hours ago
  7. 326c322 [mlir][LLVM] Add the `byte` type to the LLVM dialect (#203795) by Markus Böck · 13 hours ago
  8. ca440a2 [MLIR][EmitC] Add optional pure attribute to CastOp (#202749) by Andrzej Warzyński · 13 hours ago
  9. a4c9ceb [mlir][emitc] Add a common type converter (#203763) by Gil Rapaport · 16 hours ago
  10. ff5ae37 [mlir][affine] Fix crash in `SplitDelinearizeSpanningLastLinearizeArg` (#201879) by Ege Beysel · 24 hours ago
  11. 6ddd9dd [ACCRecipeMaterialization] add tests for private/firstprivate destroy (#203990) by Scott Manley · 24 hours ago
  12. 9932289 [flang][acc] Add PointerLikeType API for MemRef type conversion (#203965) by Razvan Lupusoru · 26 hours ago
  13. 7ab3bf9 [mlir-tblgen] Render enum keyword alternatives in generated attr/type docs (#203677) by Maksim Levental · 26 hours ago
  14. b97e49d [mlir][python] Fix segfault at interpreter shutdown with entered contexts (#203826) by Maksim Levental · 26 hours ago
  15. 224a0f6 [ACCRecipeMaterialization] materialize destroy region for reductions (#203935) by Scott Manley · 29 hours ago
  16. b2040b8 [mlir][nfc] Fix typo in tcgen05.ld.red docs (#203630) by Asher Mancinelli · 31 hours ago
  17. a65b4b3 [mlir][linalg] Add maps-based inferConvolutionDims overload (#203323) by Pooja Hemashekar · 32 hours ago
  18. fc01fff [mlir] Use explicit op targets for region successors (#203552) by Mehdi Amini · 32 hours ago
  19. ae9b2da [mlir][emitc] Support member access for values (#203308) by Gil Rapaport · 32 hours ago
  20. a74ad57 [AMDGPU] Verify AMDGPU required workgroup size matches flat workgroup size (#200989) by Shilei Tian · 34 hours ago
  21. fab4e6b [mlir][CSE] fix use-after-free (#203849) by Stefan Schuermans · 34 hours ago
  22. c3216b2 [mlir][emitc] Remove deprecated apply op (#203712) by Gil Rapaport · 35 hours ago
  23. e94d23f Add missing newlines at EOF; NFC (#203483) by Sven van Haastregt · 2 days ago
  24. d67b37c [mlir][SPIR-V] Add OpenCL lowering path for index.min/max (#203493) by Arseniy Obolenskiy · 2 days ago
  25. 4252134 [mlir][SPIR-V] Enforce physical storage buffer pointer decorations on GlobalVariable (#203600) by Arseniy Obolenskiy · 2 days ago
  26. 201a3c4 [mlir][SPIR-V] Fix empty optional deref in spirv.Switch verifier (#203561) by Arseniy Obolenskiy · 2 days ago
  27. d1a301e [mlir][CSE] Remove the opsToErase container and immediately delete dead ops. (#203702) by lonely eagle · 2 days ago
  28. 67f8f58 [mlir][sparse_tensor] Fix out-of-bounds read in SparseAssembleOpConverter (#203289) by lijinpei-amd · 3 days ago
  29. f80eba9 [MLIR][SparseTensor] Added Sparse Outer Loop Ordering Strategy (#172198) by Govind Malasani · 3 days ago
  30. 2aaf57e QuantileType bytecode patch (#203495) by vsimion26 · 4 days ago
  31. 47222e3 [MLIR][XeVM] Add xevm.extf op as the inverse of xevm.truncf (#203124) by Sang Ik Lee · 4 days ago
  32. be6c189 [MLIR][XeGPU] Use context-aware type converter in WgToSgDistribute and Blocking pass (#194685) by Nishant Patel · 4 days ago
  33. d95ebc8 [mlir][LLVM][ROCDL] Add buffer oob mode module flags, flag interfaces (#202729) by Krzysztof Drewniak · 4 days ago
  34. 249a22c [MLIR][NVVM] Fix valid range of ord in tensormap.replace op (#202853) by Srinivasa Ravi · 4 days ago
  35. 219da2e [mlir][arith] Implement ValueBoundsOpInterface for min/max ops (#203269) by nirhersh · 4 days ago
  36. b0e1e6a [MLIR][XeGPU] Fix issue with expandDim (#203299) by Sang Ik Lee · 4 days ago
  37. bfde03b [mlir][SPIR-V] Collapse duplicated i1-extension patterns in ArithToSPIRV (NFC) (#203247) by Arseniy Obolenskiy · 4 days ago
  38. a0d0695 [mlir][SPIR-V] Guard UMod canonicalization against zero divisor (#203513) by Arseniy Obolenskiy · 4 days ago
  39. 6f2d44f [mlir] Check for argument uses in test-func-erase-arg pass (#203367) by lijinpei-amd · 4 days ago
  40. 8b014f4 [mlir][vector] extend `createReadOrMaskedRead`/`createWriteOrMaskedWrite` with permutation map support (#202766) by Federico Bruzzone · 4 days ago
  41. bedd14e [mlir][spirv] Lower mapped TOSA custom ops to ExperimentalML.Call (#202581) by Davide Grohmann · 5 days ago
  42. 3b3aeca [MLIR][NVVM] Preserve PTX special registers in inline_ptx lowering (#203251) by Bastian Hagedorn · 5 days ago
  43. 4e7bd60 [MLIR][NVVM] Update nvvm.barrier.arrive Op (#202608) by Srinivasa Ravi · 5 days ago
  44. fd219ee [mlir][vector][NFC] Document and simplify vector contract reshape helpers (#200544) by SeongJaePark · 5 days ago
  45. 26dc7fd [mlir][SPIR-V] Add GL atan2 op (#201927) by Arseniy Obolenskiy · 5 days ago
  46. a23eeee [MLIR][NVVM] Revert barrier aligned behaviour (#202996) by Guray Ozen · 5 days ago
  47. 0dfb7e8 Revert "[OpenMP] Use ext linkage for kernels handles and globals handles keep…" (#203327) by dpalermo · 5 days ago
  48. b8fcd7f [mlir][spirv] Account for undefined behaviour in GLSL ops (#203086) by Igor Wodiany · 5 days ago
  49. 326e31d [docs] try again to handle doxygen everywhere (#203081) by Jameson Nash · 5 days ago
  50. 61485e7 [mlir][LangRef] Clarify terminator continuations (#201111) by Mehdi Amini · 5 days ago
  51. 4534639 [mlir][SPIR-V] Convert complex.neg and complex.conj in ComplexToSPIRV (#202898) by Arseniy Obolenskiy · 6 days ago
  52. 00628ae Reland emitc lower multi return functions (#203026) by Gil Rapaport · 6 days ago
  53. 94ad42a [MLIR] Use internal shell for standalone tests (#203134) by Aiden Grossman · 6 days ago
  54. 19ec362 [MLIR][XeGPU] Support partial subgroup lane distribution (#201667) by Sang Ik Lee · 6 days ago
  55. 4c588c9 [MLIR][XeGPU] Extend 8-bit load_nd support in XeVM lowering (#201645) by Sang Ik Lee · 6 days ago
  56. b1b445c [MLIR][XeGPU] Enable peephole optimization for the CRI target (#201655) by Sang Ik Lee · 6 days ago
  57. a48b550 [mlir][ROCM] Disable integration tests on shared library builds (#203114) by Krzysztof Drewniak · 6 days ago
  58. b6dfd03 [MLIR][XeGPU] Use updated dpas_mx op print format. (#202700) by Sang Ik Lee · 6 days ago
  59. 72b78a4 [MLIR][ODS] Do not emit code when printing empty lists in Type/Attr assembly printer (NFC) (#201174) by crockeea · 6 days ago
  60. 0ebb949 [MLIR][XeGPU] Enable WG-level mxfp GEMM via generalized shape_cast collapse inference (#201496) by Jianhui Li · 6 days ago
  61. 4c4acf9 [OpenMP] Use ext linkage for kernels handles and globals handles keep… (#202827) by Johannes Doerfert · 6 days ago
  62. 945ad2d [mlir][linalg] Add inverse triag, log to elementwise ops (#202786) by Vinit Deodhar · 6 days ago
  63. fe8c67a [mlir][linalg] add more pattern to fold pack op padding_value. (#198468) by Jerry Shih · 6 days ago
  64. 6746905 [mlir][acc] Add acc.predicate_region for redundant/single semantics (#203011) by Razvan Lupusoru · 6 days ago
  65. 97c0059 [mlir][SPIR-V] Use converted vector type in VectorStoreOpConverter (#202962) by Arseniy Obolenskiy · 6 days ago
  66. 9976a61 [docs] update CI to use latest release of doxygen (#202420) by Jameson Nash · 6 days ago
  67. 637449f [mlir][acc] Add ignore-default-none option to ACCImplicitData (#202442) by Razvan Lupusoru · 6 days ago
  68. 64f33f5 [MLIR][Affine] Simplify affine.for bounds by pruning redundant expressions via ValueBoundsConstraintSet (#199032) by lonely eagle · 6 days ago
  69. 2f6e23a [mlir][SPIR-V] Fix swapped GL/CL SAbs ops in arith.remsi lowering (#202959) by Arseniy Obolenskiy · 6 days ago
  70. e823e2d [mlir][SPIR-V] Fix ConvertUToPtr verifier error message (NFC) (#202899) by Arseniy Obolenskiy · 6 days ago
  71. 6db5095 Revert "[mlir][emitc] Lower multiple results as a struct (#200659)" (#202911) by Gil Rapaport · 6 days ago
  72. 55ca656 [mlir][emitc] Lower multiple results as a struct (#200659) by Gil Rapaport · 7 days ago
  73. 807dc6b [mlir][SPIR-V] Serialize BufferBlock struct decoration (#202870) by Arseniy Obolenskiy · 7 days ago
  74. 0035d3e [mlir][mem2reg] fix 197158 by moving visitReplacedValues call (#198552) by jeanPerier · 7 days ago
  75. 4ccac07 [mlir][SPIR-V] Add WeakLinkageAMD capability for Weak linkage type (#202590) by Arseniy Obolenskiy · 7 days ago
  76. 590e6ee [mlir][SPIR-V] Enable spirv-val for OpDecorateId decoration tests (NFC) (#202591) by Arseniy Obolenskiy · 7 days ago
  77. 372b515 [mlir][acc] Offload verifier should print variable names (#202678) by Razvan Lupusoru · 7 days ago
  78. 0e5fc4b [mlir] Don't use shared_ptr reference. (#202703) by Weiwei C · 7 days ago
  79. c00453b [mlir][affine] emit `in_bounds` on `transfer_read`/`write` when statically provable in `affine-super-vectorize` (#201180) by Federico Bruzzone · 7 days ago
  80. 9aa11dd [MLIR][NVVM] Add explicit aligned attribute to nvvm.barrier and nvvm.barrier.reduction (#200745) by xys-syx · 7 days ago
  81. 60a56bb [mlir][linalg] Add sin, cos, tan to elementwise operations (#200950) by Vinit Deodhar · 7 days ago
  82. aac1ea0 [mlir][bufferization] Drop TensorLikeType::getBufferType() (#201350) by Andrei Golubev · 7 days ago
  83. 5699145 [mlir][Interfaces] Document completeness requirement of `RegionBranchOpInterface` (#202018) by Matthias Springer · 7 days ago
  84. 605752d [mlir][spirv] Add Arm.ExperimentalMLOperations.1 extended inst set (#202283) by Davide Grohmann · 7 days ago
  85. a49ddb5 [mlir][SPIR-V] Add SPIRVToLLVM direct conversions for cast, CL, GL and logical ops (#202506) by Arseniy Obolenskiy · 8 days ago
  86. d387f15 [MLIR][NVVM] Add support for narrow-fp to bf16x2 conversions (#200157) by Srinivasa Ravi · 8 days ago
  87. b4a11a7 [mlir][SPIR-V] Support floating-point atomic_rmw addf in MemRefToSPIRV (#202330) by Arseniy Obolenskiy · 8 days ago
  88. 817c7c0 [mlir][nvgpu] Add negative tests for warpgroup MMA accumulator ops (#202516) by Vaisman · 8 days ago
  89. 833f927 [MLIR][XeGPU] Add unrolling/blocking support for 3D+ batched operations (#201725) by Jianhui Li · 8 days ago
  90. f6791ee [MLIR][XeGPU] Update Wg dpas_mx integration test. (#201680) by Sang Ik Lee · 8 days ago
  91. 91778a5 [mlir][acc] Format consistency for reduction accumulate (#202414) by Razvan Lupusoru · 8 days ago
  92. dd5a02a [MLIR][XeGPU] Support transposed load_nd of sub-32-bit elements (#201636) by Sang Ik Lee · 8 days ago
  93. b52b8d8 Revert "[docs] update CI to use latest release of doxygen" (#202412) by Jameson Nash · 8 days ago
  94. 7bd5198 [mlir][OpenMP] Add iterator support to map/motion clause (#197047) by Chi-Chun, Chen · 8 days ago
  95. 0b5302c [docs] update CI to use latest release of doxygen (#191501) by Jameson Nash · 8 days ago
  96. 191a4e2 [OpenACC] Add an attribute to record number of loops collapsed. (#201969) by Moazin K. · 8 days ago
  97. 2fd9d8b [mlir][Arith][EmitC] Add tests for bail-out on arith.constant conversion (#201565) by ioana ghiban · 8 days ago
  98. be1f6d1 [mlir][acc] Add reduction accumulate operation (#201954) by Razvan Lupusoru · 8 days ago
  99. c0d76d6 [MLIR] Fix doc build by adding missing `-dialect=` (#202313) by Mehdi Amini · 8 days ago
  100. 11387f0 [mlir][SPIR-V] Convert math.sincos to SPIR-V sin/cos ops (#201926) by Arseniy Obolenskiy · 9 days ago