1. ac3e5af [Codegen] Materialize encoding info for convolution with NCHWc layout (#24714) by Pooja Hemashekar · 2 days ago main
  2. e494511 [LinalgExt][Attention] Specialize generics to matmuls (#24668) by Kamil Karwacki · 2 days ago
  3. bc908fd [LLVMCPU][RISCV] Add RVV bf16 mmt4d ukernel using the Zvfbfwma widening MAC (bf16*bf16->f32) (#24695) by Zmicier Prybysh · 2 days ago
  4. e53a335 [LIT][LLVMCPU] fix failing rvv lowering strategy test (#24739) by Ege Beysel · 3 days ago latest-snapshot
  5. f9f4c9d [Codegen][LLVMCPU] fix tile size selection for consumer unpack ops (#24709) by Ege Beysel · 3 days ago
  6. adb2986 [DT][CPU]: scalable tile size selection for RVV (#24601) by Ege Beysel · 3 days ago
  7. d02dcc6 [CMake] Propagate WILL_FAIL through test rules (#24707) by Pan Zhang · 3 days ago
  8. d56cb80 Integrate LLVM to llvm/llvm-project@ae7f0db2a0d6 (#24733) by Maksymilian B. Knust · 3 days ago
  9. dc9601f [LinalgExt] Fix WinogradInputTransformOp::verify incorrect dim-1 dynamic check (#24679) by Eylon Eliyahu Krause · 4 days ago
  10. f2bcea1 [Util] Fix 32-bit wrap of util.string.format placeholder-count check (#24685) by Eylon Eliyahu Krause · 4 days ago
  11. e8ad3fa Drop CodegenPipelineOptLevel and use llvm::OptimizationLevel (#24728) by huang-me · 4 days ago
  12. b94a5a5 [DT][CPU]: RVV scalable encoding materialization (#24600) by Ege Beysel · 4 days ago
  13. 4cf1a7c [CPU] Vectorize parallel dims for non-AVX512 x86 matmul defaults (#24701) by pstarkcdpr · 4 days ago
  14. a869dc3 Integrate LLVM to llvm/llvm-project@4641f4879e47 (#24713) by juanigp · 7 days ago
  15. 9c7d2ae [DispatchCreation] Register enum literals for parsing data-tiling hint op types (#24711) by Pooja Hemashekar · 8 days ago
  16. 4b11e1d [LLVMCPU] Add SME lowering-strategy tests for f64 and unsupported i8 matmuls (#24656) by Federico Bruzzone · 8 days ago
  17. dd35052 [Stream] Deduplicate identical tensor import/export ops (#24655) by Lekkala_Sravya-mcw · 8 days ago
  18. 810db8e [Stream] Bounds-check tied operand index in verifyTiedOperandEncodings (#24686) by Eylon Eliyahu Krause · 8 days ago
  19. a73ba39 Integrate LLVM to llvm/llvm-project@abbcebe65284 (#24704) by juanigp · 10 days ago
  20. 5051d70 [CI] Split the welcome message workflow for issue/PR (#24705) by Artem Gindinson · 10 days ago
  21. 0893eac Fix compile error when hoisting constants. (#24672) by pstarkcdpr · 10 days ago
  22. ff836d7 [Docs][Github] Add initial automated first-time contributor message (#24702) by Artem Gindinson · 11 days ago
  23. 42ff6d7 [CI] Decomission amd gpu runners (#24703) by maxbartel · 11 days ago
  24. d495a53 [Torch] Support explicit scale values from `tm_tensor.attention` (#24566) by Artem Gindinson · 2 weeks ago
  25. 934cccb Integrate LLVM to llvm/llvm-project@c138fc9acfdd (#24699) by Maksymilian B. Knust · 2 weeks ago
  26. 774d7bf [GlobalOpt] Add pass to convert broadcast batch_matmul to matmul (#24670) by Roberto Laudani · 2 weeks ago
  27. 6caa917 Integrate Torch-MLIR to llvm/torch-mlir@1828c5053 (#24691) by Artem Gindinson · 2 weeks ago
  28. 39088ea [ROCDL] Set relaxed buffer OOB mode (#24692) by Krzysztof Drewniak · 2 weeks ago
  29. 4b23615 [Stream] Fix crash in ConvertSplatConstantsIntoSplats for dense_resource (#24683) by z combinator · 2 weeks ago
  30. 8234462 Integrate LLVM to llvm/llvm-project@fcd02ae7caf2 (#24690) by Maksymilian B. Knust · 2 weeks ago
  31. 481c3c1 [LLVMCPU] Fix ArmSME requiring classic SVE, breaking SME-only targets (e.g., Apple Silicon) (#24661) by Federico Bruzzone · 2 weeks ago
  32. 9080be2 [Flow][NFC] Optimize dispatch annotation type string generation (#24675) by Akun · 3 weeks ago
  33. a33484e [Runtime] Honor the base argument in atoi_int32_base (#24677) by Eylon Eliyahu Krause · 3 weeks ago
  34. 78aff2f [InputConversion][TOSA]: change TOSA level to none (#24667) by Christopher McGirr · 3 weeks ago
  35. 38afe0a Address crash in iree-reduce with complex tensors (#24674) by pstarkcdpr · 3 weeks ago
  36. 21a6748 Integrate LLVM to llvm/llvm-project@bb315b7e2953 (#24666) by Tobias Fuchs · 3 weeks ago
  37. 2ce6926 [Codegen][CPU] Fill in the bf16 and i8 ukernel bodies + e2e tests. (#24572) by Benoit Jacob · 3 weeks ago
  38. aab676a [NFC] Remove @bjacob from CODEOWNERS. (#24669) by Benoit Jacob · 3 weeks ago
  39. 07d4cd5 [Flow] Fold chained tensor.slice ops (#24628) by Lekkala_Sravya-mcw · 3 weeks ago
  40. 1e4c8a8 [ROCM] Validate that target triple is set in module and test for it (#24663) by Stefan Schuermans · 3 weeks ago
  41. 68206a1 Integrate LLVM to llvm/llvm-project@9c51ed38f1e2 (#24662) by Stefan Schuermans · 3 weeks ago
  42. 4d4e97d [StableHLO] Guard convolution widen operand fusion (#24424) by Yuwei Sun · 3 weeks ago
  43. af08a7c [DispatchCreation] Hoist scalar tensor.extract and tensor.extract_slice (#24552) by juanigp · 3 weeks ago
  44. be57650 [Codegen][CPU] Drop the ACC stride from the inner_tiled ukernel ABI. (#24652) by Benoit Jacob · 3 weeks ago
  45. 6ec0a37 [Website] Update copyright year in the global footer (#24657) by Artem Gindinson · 3 weeks ago
  46. 50d0add [Docs][Website] Add instructions of how to integrate newer LLVM (#24631) by Stefan Schuermans · 3 weeks ago
  47. 1781228 [Codegen][DispatchCreation] Separate dispatch for iree_linalg_ext.scan producers (#24651) by Christopher McGirr · 3 weeks ago
  48. a4d0287 [CUDA][LLVMGPU] Fix sm_120 WGP params and add BF16 mma.sync coverage (#24648) by WMC · 3 weeks ago
  49. 540008c [Metal] Fix indirect dispatch offset for sub-allocated parameter buffers (#24644) by Alex Vasile · 4 weeks ago
  50. 42f300c [Metal] Fix staging buffer overflow on large update_buffer uploads (#24643) by Alex Vasile · 4 weeks ago
  51. fa27b1c [Metal] Carry export name separately from MSL entry point for name lookup (#24642) by Alex Vasile · 4 weeks ago
  52. e43aaf5 [Metal] Fix indirect dispatch retaining stack garbage as a resource (#24641) by Alex Vasile · 4 weeks ago
  53. 51bd22f [Metal] Fix copy_buffer_1byte dispatch grid (#24640) by Alex Vasile · 4 weeks ago
  54. 954f90d [Metal] Fix fill_buffer_1byte edge handling for unaligned offsets (#24639) by Alex Vasile · 4 weeks ago
  55. fbf06b1 [Samples] Fix error by replace arrange with arange (#24647) by Umer Ahmad Khan · 4 weeks ago
  56. 8643a6f [Runtime] Include base API header from futex.h (#24630) by Corentin Kerisit · 4 weeks ago
  57. 6e7be0d [CI] Remove mi355 job after the runner was removed (#24632) by maxbartel · 4 weeks ago
  58. fca4d82 Integrate LLVM to llvm/llvm-project@22da7f929139 (#24629) by Ege Beysel · 4 weeks ago
  59. 7bbe56d [Docs] Add notice about pthread sync fallbacks (#24618) by Michael Interlandi · 4 weeks ago
  60. a337264 [GlobalOpt] Fix crash in RaiseSpecialOps on buffer-semantics named ops (#24626) by Alex · 4 weeks ago
  61. 6b78497 [Codegen][CPU] End-to-end-through-codegen lit test for ukernel framework. (#24571) by Benoit Jacob · 4 weeks ago
  62. 64b263b [Flow] Fold static flow.tensor.empty shapes into dims (#24622) by Lekkala_Sravya-mcw · 4 weeks ago
  63. a45adea Integrate LLVM to llvm/llvm-project@9550cd76cade (#24623) by Ege Beysel · 4 weeks ago
  64. 04599de [Codegen][GPU] Add TargetDetails for Nvidia Ada Arch (#24616) by Christopher McGirr · 4 weeks ago
  65. ac077d8 [NFC] Remove the llvm-external-projects/iree-dialects directory (#24466) (#24612) by Alex · 5 weeks ago
  66. 6971dfb [Codegen][GlobalOpt] Detach non-splat constant inits (#24605) by Christopher McGirr · 5 weeks ago
  67. 4576683 [Docs] Remove outdated mlir-iree-dialects path when publishing website (#24611) by Artem Gindinson · 5 weeks ago
  68. 59f952c Integrate LLVM to llvm/llvm-project@1e0899794dd4 (#24610) by Stefan Schuermans · 5 weeks ago
  69. b832562 Move softmax matcher and ErrorCheckingTrackingListener out of iree-dialects (#24466) (#24543) by Alex · 5 weeks ago
  70. 963a404 Integrate LLVM to llvm/llvm-project@75b7809248cc (#24609) by Stefan Schuermans · 5 weeks ago
  71. bbd7080 [Codegen][CPU] Wire LowerBitcodeUKernels into the Mmt4dTilingExpert pipeline. (#24570) by Benoit Jacob · 5 weeks ago
  72. 1b1aebb [Codegen][CPU] SelectUKernels for inner_tiled + --iree-llvmcpu-enable-llvm-ukernels. (#24569) by Benoit Jacob · 5 weeks ago
  73. a67fb36 [Codegen][CPU] Register embedded ukernel bitcode + provider lookup. (#24568) by Benoit Jacob · 5 weeks ago
  74. a937cf9 Integrate LLVM to llvm/llvm-project@66e5a889c807 (#24606) by Stefan Schuermans · 5 weeks ago
  75. 3f2e10b [Fix][Build System] Include necessary header files in archive distrubution (#24596) by Michael Interlandi · 6 weeks ago
  76. f8d9ae7 Inlcude absi in MathToVM Pattern and add testcases for it (#24592) by Ha-Eyz · 6 weeks ago
  77. 521a892 Integrate LLVM to llvm/llvm-project@831ed97b1215 (#24603) by Roberto Laudani · 6 weeks ago
  78. 5d9eaee [Codegen][CPU] Seed C-bitcode ukernel framework with bf16 and i8 seeds. (#24567) by Benoit Jacob · 6 weeks ago
  79. 4495c73 [SPIRV] Add target-feature cli option (#24598) by Tobias Fuchs · 6 weeks ago
  80. 196c18a [Runtime] Align `iree_async_posix_worker_t` (#24589) by Rechie Kho · 6 weeks ago
  81. 85a352f Integrate LLVM to llvm/llvm-project@696f4d562847 (#24599) by Stefan Schuermans · 6 weeks ago
  82. 8c4631e [SPIRV][GPU] Add Mali G720 and other Arm 5 Gen target details (#24595) by Artem Gindinson · 6 weeks ago
  83. 964b7ad [HAL] Add missing bufferUsage for Mapping in tryAddSharedUsageBits (#24549) by Tobias Fuchs · 6 weeks ago
  84. 9550dfb [Vulkan][SPIRV] Add initial LIT for known Vulkan target features (Arm GPUs) by Artem Gindinson · 6 weeks ago
  85. c396087 [Doc] Update YouTube channel link in README (#24597) by Ege Beysel · 6 weeks ago
  86. 5c799b6 [Runtime] Unify dtype handling in Python bindings (#24587) by Florian Walbroel · 6 weeks ago
  87. 6947214 Integrate LLVM to llvm/llvm-project@917117ceeebf (#24588) by Stefan Schuermans · 6 weeks ago
  88. 8365d65 [Codegen][CPU] Rename LLVMCPU/Builtins -> builtins to mirror GPU plugin layout. (#24586) by Benoit Jacob · 6 weeks ago
  89. f6395fd fix(CI): long-running emulated rv64 matmul integration tests (#24593) by Ege Beysel · 6 weeks ago
  90. a9e91ec [LLVMGPU] Add sm_120 TileAndFuse config coverage, consolidate MMA sync pipeline tests (#24577) by WMC · 7 weeks ago
  91. b32ca40 [LLVMCPU][RISCV] Add RVV int8 vector-contract custom kernels for widening i8*i8->i32 matmul (#23734) by Agustin Nahuel Coppari Hollmann · 7 weeks ago
  92. c1c962b [Codegen][CPU] Fold reshapes into map_store per reassociation group. (#24535) by Benoit Jacob · 7 weeks ago
  93. c675333 [Codegen][CPU] Add x86 AVX-512 VNNI 16x16x2 i8 MMA intrinsic. (#24534) by Benoit Jacob · 7 weeks ago
  94. d4ee61f [Codegen][CPU] Fold reshape-containing encoding relayouts to map_store. (#24533) by Benoit Jacob · 7 weeks ago
  95. 4bced69 [Runtime][Python] Add pyright checks and fix errors (#24561) by Florian Walbroel · 7 weeks ago
  96. 9dd025b Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#24563) by dependabot[bot] · 7 weeks ago
  97. 37b8c2c [GlobalOpt][NFC] Update option description for matmul generalization (#24565) by Artem Gindinson · 7 weeks ago
  98. c0348f8 [Codegen] Add test for `map_store` transformation of scalable pack ops (#24564) by Ege Beysel · 7 weeks ago
  99. 01baf0e [Runtime] Revive thread-safety analysis (#24560) by Tobias Fuchs · 7 weeks ago
  100. 8e158ad [Bazel] Add rt python bindings to bazel (#24553) by maxbartel · 7 weeks ago