1. abe3f89 Add conversions for 1x1 conv_2d to matmul (#18736) by Ian Wood · 5 months ago
  2. 012f8a6 [Codegen] Drop TransformStrategies (#18820) by Quinn Dawkins · 5 months ago
  3. 8e54ed5 Run ONNX model tests as part of pkgci_test_onnx. (#18795) by Scott Todd · 5 months ago
  4. c7213de Produce releases for Python 3.13. (#18799) by Scott Todd · 5 months ago
  5. 206b60c [DispatchCreation] Extend multi-use producer fusion (#18551) by Ian Wood · 5 months ago
  6. 88cb0ab Add @bjacob and myself to Encoding dialect owners. (#18712) by Han-Chung Wang · 6 months ago
  7. c86b621 Switch build_package to arm-hosted runner. (#18656) by Scott Todd · 6 months ago
  8. e45c570 Switch linux_arm64_clang workflow to arm-hosted runner. (#18643) by Scott Todd · 6 months ago
  9. b5b4ab7 Bump cpubuilder dockerfile image to newer multi-arch version. (#18558) by Scott Todd · 6 months ago
  10. 672ae82 Attach Fusion interface to `linalg.softmax` (#18550) by Ian Wood · 6 months ago
  11. 6fd9697 Remove build_tools/docker/ files. (#18566) by Scott Todd · 6 months ago
  12. 51329bf Migrate ci_linux_arm64_clang to new dockerfile. (#18569) by Scott Todd · 6 months ago
  13. a5f63cc Move `linux_x64_bazel` job back to running on every commit. (#18560) by Scott Todd · 6 months ago
  14. 0636abd Switch build_test_all_bazel to new dockerfile and runners. (#18533) by Scott Todd · 6 months ago
  15. 898a95f Redirect links from GCP to Azure for RISCV/ARM files. (#18531) by Eliasj42 · 6 months ago
  16. 5612307 Disable workflows still relying on GCP self-hosted runners. (#18526) by Scott Todd · 6 months ago
  17. cc891ba [Infra] Migrate rest of linux builder workflows off GCP runners. (#18511) by saienduri · 6 months ago
  18. 27b0829 Bump llvm/llvm-project@030c6da7af826b641db005be925b20f956c3a6bb (#18512) by Rob Suderman · 6 months ago
  19. c3cbfbd [Infra] Initial Migration off GCP Runners (#18381) by saienduri · 6 months ago
  20. b78def2 Update and pin dependencies (#18454) by Marius Brehler · 7 months ago
  21. 45132f5 Switch to LF AI & Data mailing lists (#18401) by Marius Brehler · 7 months ago
  22. 854a13e Run all framework sanity check tests and organize jobs. (#18420) by Scott Todd · 7 months ago
  23. f2bf602 [BUILD] change cuda and hip to default off (#17996) by maxbartel · 7 months ago
  24. 831899f Set CC and CXX environment variables using 'env' in workflows. (#18425) by Scott Todd · 7 months ago
  25. 1124be8 Use setup-emsdk instead of emscripten dockerfile in samples.yml. (#18422) by Scott Todd · 7 months ago
  26. 3bdd909 Drop Docker and remote ccache usage from publish_website.yml. (#18421) by Scott Todd · 7 months ago
  27. 918cea4 Bump iree-test-suites commit used for ONNX tests. (#18402) by Scott Todd · 7 months ago
  28. 168d0a7 Migrate gcc and byollvm workflows to new Dockerfile. (#18356) by Scott Todd · 7 months ago
  29. 43ec1ef Fix setting `Python3_EXECUTABLE` (#18370) by Marius Brehler · 7 months ago
  30. 9abcc81 Migrate linux_x64_clang_debug to new Dockerfile from base-docker-images. (#18355) by Scott Todd · 7 months ago
  31. 23de3b7 Add Flow codeowners to DispatchCreation (#18359) by Ian Wood · 7 months ago
  32. ecc95f7 Migrate manylinux dockerfiles from nod-ai to iree-org namespace. (#18329) by Scott Todd · 7 months ago
  33. cc44a85 Rework special model testing to avoid shared cache interference. (#18344) by saienduri · 7 months ago
  34. 70d212b Enable riscv64 ci jobs in pkgci.yml. (#18274) by Alex Chiang · 7 months ago
  35. e6d7bb2 Switch from w7900 to using any persistent cache runner for CPU. (#18322) by saienduri · 7 months ago
  36. b306e93 Remove pre checkout MI300 step from workflows. (#18318) by saienduri · 7 months ago
  37. d1140ae Remove unnecessary environment variables from workflows. (#18317) by saienduri · 7 months ago
  38. dd8abf7 Avoid running `sudo apt update` on mi250 and mi300 runners. (#18316) by Scott Todd · 7 months ago
  39. 4c8913b Remove device "gpu number" specifications from model benchmarks. (#18315) by Scott Todd · 7 months ago
  40. 8dd1db3 Bubble expand shapes through `AttentionOp`s (#18074) by Ian Wood · 7 months ago
  41. b637a30 Refactor how `linux_x64_clang_debug` uses Docker and scripts. (#18255) by Scott Todd · 7 months ago
  42. f1319fc Switch some workflows to use `container:` instead of docker_run.sh. (#18252) by Scott Todd · 7 months ago
  43. 9862e99 Switch ONNX ops test suite to use iree-org/iree-test-suites. (#18223) by Scott Todd · 7 months ago
  44. 00cc478 Cleanup unused Dockerfiles and build_all.yml workflow. (#18222) by Scott Todd · 7 months ago
  45. 9b05f17 Delete all in-tree benchmark infrastructure code. (#18144) by Scott Todd · 7 months ago
  46. 9c951ca [Flow] Generalize horizontal contraction fusion to cover more cases. (#17880) by MaheshRavishankar · 7 months ago
  47. 6ac6be6 [GlobalOpt] Improve unary elementwise propagation to consider broadcasted operands (#17903) by Quinn Dawkins · 7 months ago
  48. a7e5788 Switch from build_runtime_*.sh to inlined CMake commands. (#18164) by Scott Todd · 8 months ago
  49. b8f0306 Switch from build_runtime.sh to inlined CMake commands. (#18162) by Scott Todd · 8 months ago
  50. 7cf0e26 Migrate uses of build_host_tools.sh and delete it. (#18129) by Scott Todd · 8 months ago
  51. e91540f Trim installed packages in samples.yml. (#18117) by Scott Todd · 8 months ago
  52. 92d882a Revert path filter changes from ci*.yml workflows. (#18119) by Scott Todd · 8 months ago
  53. 4ff771a Replace `build_all` job from `ci.yml` with `ci_linux_x64_clang.yml`. (#18107) by Scott Todd · 8 months ago
  54. 4883368 Bump Shark-TestSuite hash to head (#18106) by Rob Suderman · 8 months ago
  55. fe4174e Fix path filtering in ci_linux_x86_clang_asan.yml. (#18108) by Scott Todd · 8 months ago
  56. a7a1be3 Move build_and_test_android from ci.yml to pkgci.yml. (#18070) by Scott Todd · 8 months ago
  57. 09dc003 Install and use clang in GPU test jobs. (#18076) by Scott Todd · 8 months ago
  58. 242d69e Drop regression_suite install from setup_venv.py. (#18072) by Scott Todd · 8 months ago
  59. 2d70891 Use ccache in runtime builds. (#18089) by Scott Todd · 8 months ago
  60. ebab90a Update iree test cache location for new mi250 cluster (#18083) by saienduri · 8 months ago
  61. 2bef720 Migrate GPU test jobs to pkgci. (#18007) by Scott Todd · 8 months ago
  62. 1ee68bd add myself to flow codeowners (#18015) by Ian Wood · 8 months ago
  63. 80be52b Move 'gcc', 'byo_llvm', and 'debug' jobs to their own workflows. (#17981) by Scott Todd · 8 months ago
  64. 52eff2d Move ASan and TSan jobs to their own workflows. (#18003) by Scott Todd · 8 months ago
  65. 2af25b5 Drop `python_release_packages` CI job in favor of pkgci. (#17958) by Scott Todd · 8 months ago
  66. f99df29 Fork `build_all.yml` to `ci_linux_x64_clang.yml`. (#17990) by Scott Todd · 8 months ago
  67. 0934526 Remove broken 'if' condition from `linux_arm64_clang` job. (#17982) by Scott Todd · 8 months ago
  68. 7463cb4 Move "platforms" CI jobs into their own workflow files. (#17979) by Scott Todd · 8 months ago
  69. c058c84 Disable `tsan`, `gcc`, `debug`, and `byo_llvm` jobs. (#17967) by Scott Todd · 8 months ago
  70. ce4f0fe Disable build_test_all_arm64 job until we find runners again. (#17964) by Scott Todd · 8 months ago
  71. 71d58a3 Disable cross compilation tests for now (#17961) by Jacques Pienaar · 8 months ago
  72. 8b44f61 Enable Python bindings builds/tests in 'runtime' CI builds. (#15878) by Scott Todd · 8 months ago
  73. 33e5430 Disable arm64 runtime build while runner availability is low. (#17927) by Scott Todd · 8 months ago
  74. 1fae64b Disable a100 tests and benchmarks. (#17932) by Scott Todd · 8 months ago
  75. 5943426 Bump test suite to include punet tests and fix xfail script. (#17897) by Scott Todd · 8 months ago
  76. 44808e1 Add in-tree special_models test suite using reworked iree-tooling. (#17883) by saienduri · 8 months ago
  77. f07c96c Round up sdxl golden dispatch sizes and mi250 times by 10%. (#17879) by Scott Todd · 8 months ago
  78. 65a7bd0 Bump goldensize values for sdxl benchmarks. (#17873) by Scott Todd · 8 months ago
  79. 429aafd [Codegen] Improve ROCm-specific LLVM translations (#17742) by Krzysztof Drewniak · 8 months ago
  80. b67fef7 Bump goldentime values for mi250 sdxl benchmarks. (#17860) by Scott Todd · 8 months ago
  81. 9ac1015 Enable MI300 CI testing. (#17842) by saienduri · 9 months ago
  82. 0e5474b Add macOS runtime build using GitHub-hosted macos-14 runner. (#17835) by Scott Todd · 9 months ago
  83. 7a29e8e Switch Linux x86 package builds to use standard runners. (#17822) by Scott Todd · 9 months ago
  84. dd7d4a1 Integrate llvm-project @31015240d366e4bf6f114856caa6e9ce90742b7f (#17799) by Quinn Dawkins · 9 months ago
  85. 6f26881 Revert "Disable Android tests and benchmarks while devices are offline." (#17805) by Scott Todd · 9 months ago
  86. 5f2ebe9 Switch macOS package builds to use github-hosted runners. (#17797) by Scott Todd · 9 months ago
  87. 50aef11 Disable build_test_all_macos_arm64 while runner is offline. (#17796) by Scott Todd · 9 months ago
  88. 2df0221 Sync SDXL benchmark metrics with latest values. (#17795) by Scott Todd · 9 months ago
  89. 7bc9c59 Disable Android tests and benchmarks while devices are offline. (#17784) by Scott Todd · 9 months ago
  90. d788401 Run sharktank llama tests on CI, qualify test names. (#17772) by Scott Todd · 9 months ago
  91. fc212da Update artifact file names in validate_and_publish_release.yml. (#17753) by Scott Todd · 9 months ago
  92. 0bf393f Exclude arm-sme tests by default on Bazel CI. (#17755) by Scott Todd · 9 months ago
  93. e07f317 Fix build_package.yml by giving uploads unique names. (#17746) by Scott Todd · 9 months ago
  94. 36aec8a Change to mi250 runner for sdxl benchmarking. (#17741) by saienduri · 9 months ago
  95. ee65a67 Bump most GitHub Actions 'uses' to their latest tagged releases. (#17705) by Scott Todd · 9 months ago
  96. 9eb62c4 Fix cmake generators on Windows and enable in pre-commit. (#17619) by Scott Todd · 9 months ago
  97. 1997902 Bump actions/checkout to v4.1.7. (#17703) by Scott Todd · 9 months ago
  98. 3835c8b Run w7900 tests in serial instead of parallel. (#17686) by Scott Todd · 9 months ago
  99. eede9f2 Re-enable test_amd_w7900 CI job. (#17675) by Scott Todd · 9 months ago
  100. 5f07787 Drop @dcaballe from CODEOWNERS (#17672) by Diego Caballero · 9 months ago