1. 0c6a151 Warn when --iree-llvmcpu-target-cpu defaults to "generic". (#18682) by Benoit Jacob · 6 months ago
  2. 0f28d44 Use upstream dataflow tooling to build an arithmetic opt pass. (#18702) by Stella Laurenzo · 6 months ago
  3. 5c06d4b Factoring out common debug info from GPU executable flatbuffers. by Ben Vanik · 8 months ago
  4. d8bf4ac Add `iree-c-embed-data` and `iree-flatcc-cli` to release packages. (#18001) by Scott Todd · 8 months ago
  5. d68a859 Optimize bazel_to_cmake and check_path_lengths pre-commit hooks. (#17599) by Scott Todd · 10 months ago
  6. 62efaee Format files across the project using pre-commit. (#17534) by Scott Todd · 10 months ago
  7. 4132d2e [runtime][hal][hip] Implement collectives via RCCL (#17270) by Boian Petkantchin · 11 months ago
  8. 4b9755f Reapply "Add VHLO support for IREE" (#17162) (#17179) by Balaji V. Iyer · 11 months ago
  9. d407c78 Revert "Add VHLO support for IREE" (#17162) by Scott Todd · 11 months ago
  10. 38c0646 Add VHLO support for IREE (#16999) by Balaji V. Iyer · 11 months ago
  11. 3cce7fc Add the conv2d test generator (for NCHW-FCHW layout). (#16849) by Prashant Kumar · 12 months ago
  12. ab1a65b Integrate LLVM at llvm/llvm-project@a9d1fead9614 (#16891) by Scott Todd · 1 year ago
  13. c344e26 Cleanup compiler plugin directory and include paths. (#16691) by Scott Todd · 1 year, 1 month ago
  14. 8c2a3a9 [Util] Add HoistableOpInterface to prevent hoisting metadata ops (#15714) by Quinn Dawkins · 1 year, 2 months ago
  15. d29e768 Remove all `IREE_.*_DISABLE` env checks from .mlir tests. (#16225) by Scott Todd · 1 year, 2 months ago
  16. dd787a7 Removing trace_replay infra and the libyaml dependency. by Ben Vanik · 1 year, 2 months ago
  17. f2952ab Replacing iree-e2e-matmul-test with one using IR instead of YAML. by Ben Vanik · 1 year, 2 months ago
  18. b92ceb4 Remove SYSTEM scope from transitive includes. (#16018) by Stella Laurenzo · 1 year, 3 months ago
  19. 31a5dcb Fix embedded builds of IREE. (#15761) (#15768) by Thomas Preud'homme · 1 year, 4 months ago
  20. 41aeb02 Add dep for ukernel internal headers (#15562) by Thomas Preud'homme · 1 year, 5 months ago
  21. 01cef21 Revert "[CMake] Add dep for ukernel internal headers (#15462)" (#15552) by MaheshRavishankar · 1 year, 5 months ago
  22. a4b8ccb Update github branch names etc (NFC) (#15482) by Jacques Pienaar · 1 year, 5 months ago
  23. b6d7b83 [CMake] Add dep for ukernel internal headers (#15462) by Thomas Preud'homme · 1 year, 5 months ago
  24. fd9cd2f Fix some minspec/optional feature bitrot. (#15378) by Stella Laurenzo · 1 year, 5 months ago
  25. 1fa8b48 Replace more uses of `cc_library` with `iree_runtime_cc_library`. (#15204) by Scott Todd · 1 year, 6 months ago
  26. e3578d5 Removing VMA. (#14960) by Ben Vanik · 1 year, 7 months ago
  27. 265d41f Replace tm_tensor with torch-mlir proper (#14917) by Stella Laurenzo · 1 year, 7 months ago
  28. 37c79f0 Add support for lowering ops that implement the `UKernelOpInterface` on the CUDA path. (#14101) by MaheshRavishankar · 1 year, 9 months ago
  29. be24f02 Use Black to format Python files (#14161) by Jakub Kuderski · 1 year, 9 months ago
  30. 7ed4f4b Adding a console tracing provider and support for external ones. (#14113) by Ben Vanik · 1 year, 10 months ago
  31. 3546f2a [StableHLO] Use stablehlo submodule (#14094) by Jakub Kuderski · 1 year, 10 months ago
  32. 0dbf086 Remove MHLO support (#14008) by Jakub Kuderski · 1 year, 10 months ago
  33. ad321b6 Rollup of HAL/runtime/infra changes for WebGPU HAL. (#13953) by Scott Todd · 1 year, 10 months ago
  34. 4a9e22f [StableHLO] Add pass to convert from MHLO to StableHLO (#13896) by Jakub Kuderski · 1 year, 10 months ago
  35. 446a542 Correct 32bit/64bit separation in ukernel code. (#13878) by bjacob · 1 year, 10 months ago
  36. 041b4e8 Separate architecture generic<->specific bitcode (#13825) by bjacob · 1 year, 10 months ago
  37. bd5174b `iree_c_embed_data` improvements (#13814) by bjacob · 1 year, 10 months ago
  38. 2787dd5 Update LLVM to llvm/llvm-project@33da608 (#13666) by Murali Vijayaraghavan · 1 year, 10 months ago
  39. d103c86 [StableHLO] Add canonicalization patterns for add, sub, and mul (#13755) by Jakub Kuderski · 1 year, 10 months ago
  40. 29647b3 CPU ukernels as bitcode (x86-only for now) (#13460) by MaheshRavishankar · 1 year, 11 months ago
  41. caacdf6 Add initial StableHLO to Linalg lowering pass files (#12957) by Jakub Kuderski · 2 years ago
  42. be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years ago
  43. 6f24a2f Make bazel_to_cmake configurable. (#12765) by Stella Laurenzo · 2 years ago
  44. 5eb892a [mhlo] Drop unnecessary build dependencies (#12728) by Jakub Kuderski · 2 years ago
  45. 17b3e5f First step of adding compiler plugins to the build system. (#12598) by Stella Laurenzo · 2 years ago
  46. 0948bc8 Be consistent about the use of IREE Bazel macros (#12645) by Geoffrey Martin-Noble · 2 years, 1 month ago
  47. 6e950ef Use new 'defaulting_select' instead of 'select' for bazel_to_cmake compatiblity. (#12553) by Stella Laurenzo · 2 years, 1 month ago
  48. 38abd13 Add bazel `iree_link_compiler_shared` flag. (#12508) by Stella Laurenzo · 2 years, 1 month ago
  49. fef4534 Build libIREECompiler.so in bazel. (#12507) by Stella Laurenzo · 2 years, 1 month ago
  50. 309dc5b Separate the compiler stable API into compiler/bindings/c. (#12332) by Stella Laurenzo · 2 years, 1 month ago
  51. 7f6c57c Generating iree/builtins/device using our own clang. by Ben Vanik · 2 years, 2 months ago
  52. c31c8a0 Nccl integration (#11585) by Okwan Kwon · 2 years, 3 months ago
  53. a9d23f6 Overhaul CMake and Bazel CUDA support (#11651) by Stella Laurenzo · 2 years, 3 months ago
  54. 4cf4b5a Support runtime tracing with Tracy in bazel builds. (#11650) by Stella Laurenzo · 2 years, 3 months ago
  55. 7ec09ce Create explicit compiler C API libraries and enable dynamic linking on all platforms (#11285) by Stella Laurenzo · 2 years, 4 months ago
  56. 27bc36a Integrate llvm-project and bump dependencies (2022-10-13) (#10781) by Jakub Kuderski · 2 years, 6 months ago
  57. 8ccfec7 Add StableHLO to MHLO legalization to input pipeline (#10605) by Jacques Pienaar · 2 years, 6 months ago
  58. e98a03b Adding `--expected_output=` flag to iree-run-module. (#10433) by Ben Vanik · 2 years, 6 months ago
  59. e818e8a Bump llvm 20220829 (#10243) by Okwan Kwon · 2 years, 7 months ago
  60. 726c592 Refactor iree_bytecode_module and iree_c_module static lib support (#10238) by CindyLiu · 2 years, 7 months ago
  61. 2ec165b Integrate llvm/llvm-project@4332b049edf6 (#10180) by Lei Zhang · 2 years, 7 months ago
  62. e90c22b Integrate llvm-project at 809855b56f06dd7182685f88fbbc64111df9339a (#9987) by MaheshRavishankar · 2 years, 8 months ago
  63. 7c308dd Added mhlo shape lowerings pass to mhlo input conversion (#9800) by Rob Suderman · 2 years, 9 months ago
  64. 28bcb55 Integrate llvm-project at a2232da2a5d2 and bump dependencies. (#9511) by Han-Chung Wang · 2 years, 10 months ago
  65. 5d17828 Integrate llvm-project at a4bf361454c4 and bump dependencies. (#9489) by Han-Chung Wang · 2 years, 10 months ago
  66. 2814631 Remove explicit `--iree-mlir-to-vm-bytecode-module` flag usage. (#9445) by Scott Todd · 2 years, 10 months ago
  67. 33a7caa Rename "translate" to "compile" across build systems. (#9442) by Scott Todd · 2 years, 10 months ago
  68. f900f50 Added timeout to testing infrastructure (#9356) by Rob Suderman · 2 years, 10 months ago
  69. f2b857a Delete samples/vulkan/ and iree-run-module-vulkan-gui. (#9340) by Scott Todd · 2 years, 10 months ago
  70. 44f95f8 Update CMake packages to anchor on iree:: for top level dirs. (#9220) by Scott Todd · 2 years, 10 months ago
  71. 748bcd2 Move iree/test/ to tests/. (#9203) by Scott Todd · 2 years, 10 months ago
  72. 4683d95 Enable compiler/... tests in core Bazel build again. (#9206) by Scott Todd · 2 years, 10 months ago
  73. 28bc420 Prune unused code from bazel_to_cmake. (#9188) by Scott Todd · 2 years, 10 months ago
  74. f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 2 years, 10 months ago
  75. ae05f30 Include LinalgStructuredOps headers from LLVM (#9062) by Jerry Wu · 2 years, 11 months ago
  76. e2f6c0f Remove obsolete Python 2 linter compatibility comments. (#9040) by Scott Todd · 2 years, 11 months ago
  77. 41a2ceb Move iree/compiler to top-level compiler/. (#9022) by Stella Laurenzo · 3 years ago
  78. 1e8d1fa Move iree/samples/ -> samples/ (#8958) by Stella Laurenzo · 3 years ago
  79. 9bde61b Move C runtime source directories into runtime/src/iree. (#8950) by Stella Laurenzo · 3 years ago
  80. 4aae003 Adding IREE_ENABLE_CPUINFO to allow disabling cpuinfo usage. (#8933) by Ben Vanik · 3 years ago
  81. 2014511 drop OPT_FLAGS parameter, no longer used (#8897) by bjacob · 3 years ago
  82. 9e0536e Generalize bazel_to_cmake iree-dialects conversions. (#8800) by Scott Todd · 3 years ago
  83. 1b9e84c Adopt TransformDialectExtension and add iree_bufferize + iree_set_num_workgroups_to_one transform ops (#8821) by Nicolas Vasilache · 3 years ago
  84. 380e154 Forward tensor.insert_slice coming from in_parallel lowering to flow.… (#8757) by Nicolas Vasilache · 3 years ago
  85. acf3e8d Hook up the tmtensor dialect in third_party/torch-mlir-dialects by Yi Zhang · 3 years ago
  86. 45dfc40 Connect transform dialect passes into IREE. (#8602) by Nicolas Vasilache · 3 years ago
  87. f361267 Update LinalgExt to encompass iree-llvm-sandbox additions. (#8554) by Nicolas Vasilache · 3 years, 1 month ago
  88. ad57a7d Integrate llvm-project at 8361c5da30588d3d4a48eae648f53be1feb5cfad (#8542) by MaheshRavishankar · 3 years, 1 month ago
  89. 0a561cd Add a suite of tests for WebAssembly compilation. (#8516) by Scott Todd · 3 years, 1 month ago
  90. 6c182f5 Integrate llvm-project at 49a29e5c9f8f358a2168ad5488ba6959d94525d3 (#8511) by Han-Chung Wang · 3 years, 1 month ago
  91. 94dcb46 Integrate llvm-project and bump dependencies. (#8496) by Han-Chung Wang · 3 years, 1 month ago
  92. 5e2d790 Integrate llvm-project and bump dependencies by Thomas · 3 years, 1 month ago
  93. 74b04b7 Rework cmake test deps, target selection and presets. (#8423) by Stella Laurenzo · 3 years, 1 month ago
  94. 90afd4b Add HAL CTS 'variants' support and cuda_graph CTS test suite. (#8357) by Scott Todd · 3 years, 1 month ago
  95. 26f2507 Integrate llvm-project at 5c9ee3513870cc597d50ba6145d6c2e60cdddb67 (#8256) by Han-Chung Wang · 3 years, 2 months ago
  96. 45a6784 Temporarily disable CUDA targets pending build system changes. (#8203) by Scott Todd · 3 years, 2 months ago
  97. 2811e50 Avoid running long benchmarks as tests (#8176) by Geoffrey Martin-Noble · 3 years, 2 months ago
  98. 435c270 Use the real lit tool for lit testing (#8166) by Geoffrey Martin-Noble · 3 years, 2 months ago
  99. 949eb89 introduce a "vector.contract custom kernels" pass. (#7778) by bjacob · 3 years, 2 months ago
  100. 5286416 Remove IreeFileCheck (#8081) by Geoffrey Martin-Noble · 3 years, 3 months ago