1. 7a7bfe1 [Flow] Move first part of Flow transforms to new pipeline (#18290) by Ian Wood · 7 months ago
  2. 4f8ee51 Moving demotion/promotion passes to input conversion. (#17422) by Ben Vanik · 11 months ago
  3. d29e768 Remove all `IREE_.*_DISABLE` env checks from .mlir tests. (#16225) by Scott Todd · 1 year, 2 months ago
  4. fd9cd2f Fix some minspec/optional feature bitrot. (#15378) by Stella Laurenzo · 1 year, 5 months ago
  5. 585e5ca Move demotion passes to GlobalOptimization. (#14815) by Stella Laurenzo · 1 year, 7 months ago
  6. 7f1f26b Merge i4_to_f32 tests into a single MLIR test file. (#14657) by Han-Chung Wang · 1 year, 8 months ago
  7. b56ac23 [spirv] Cherry-pick MLIR commits to fix i4 emulation correctness (#14652) by Lei Zhang · 1 year, 8 months ago
  8. eeb6e80 Add a preprocessing pass to move entire function into a single dispatch. (#14578) by MaheshRavishankar · 1 year, 8 months ago
  9. 437a4e3 [CPU] Enable 'iree-llvmcpu-reassociate-fp-reductions' by default (#13822) by Han-Chung Wang · 1 year, 9 months ago
  10. 3459833 Create dispatches for scalar computation using program slices. (#13711) by MaheshRavishankar · 1 year, 9 months ago
  11. 224caae [StableHLO] Migrate regression tests and microbenchmarks to StableHLO (#13928) by Jakub Kuderski · 1 year, 10 months ago
  12. 950e172 Deprecate MHLO input conversion pipeline (#13870) by Jakub Kuderski · 1 year, 10 months ago
  13. 40a68af Revert "[CPU] Enable 'iree-llvmcpu-reassociate-fp-reductions' by default" (#13713) by Diego Caballero · 1 year, 11 months ago
  14. 55a2780 [CPU] Enable 'iree-llvmcpu-reassociate-fp-reductions' by default (#13685) by Diego Caballero · 1 year, 11 months ago
  15. 0b92d79 Enable passing tests on CPU. (#13147) by Han-Chung Wang · 2 years ago
  16. e6addfa Integrate llvm-project and bump dependencies. (#12653) by Manish Gupta · 2 years ago
  17. 8626fdb Rename all Bazel BUILD files to BUILD.bazel (#12663) by Geoffrey Martin-Noble · 2 years ago
  18. bb1f986 Rename aggrsssive fusion to fuse-multi-use (#12585) by Jerry Wu · 2 years ago
  19. 9c184bc add regression test for #12546 (#12556) by bjacob · 2 years, 1 month ago
  20. def748f Undo special-case 1x1 tiling for VMVX (#12061) by bjacob · 2 years, 2 months ago
  21. acd5e6b Pull in the rematerialization pass into CPU lowering pipeline. (#11940) by MaheshRavishankar · 2 years, 2 months ago
  22. 7e3847a [LLVMGPU] Support aggressive fusion (#11747) by Thomas · 2 years, 3 months ago
  23. 634ca1a Add a test that compiles softmax under aggressive fusion. (#11362) by MaheshRavishankar · 2 years, 4 months ago
  24. d025b72 ASan tests: account for multi-driver Lit tests (#11242) by bjacob · 2 years, 4 months ago
  25. b416bf7 Transpose Integration Tests (#10759) by Kojo Acquah · 2 years, 6 months ago
  26. 8f39d27 Integrate llvm-project at b9898e7ed1ce and bump dependencies (#10740) by Thomas · 2 years, 6 months ago
  27. 38ce5e9 Test to disable -iree-flow-demote-f64-to-f32 and check correctness of f64-based computations (#10069) by Murali Vijayaraghavan · 2 years, 8 months ago
  28. 846909b [vulkan] Disable layernorm while fixing failures on Pixel 6 (#10025) by Lei Zhang · 2 years, 8 months ago
  29. 8fcb975 Add e2e reduction fusion tests (#10006) by Okwan Kwon · 2 years, 8 months ago
  30. a1ac48e Update tests to use "llvm-cpu" and "local-task" names consistently. (#9934) by Scott Todd · 2 years, 8 months ago
  31. 7fa0f5b Legalize arith.constant of `tensor<...xi1>` inlined into dispatch to `tensor<..xi8>` (#9867) by MaheshRavishankar · 2 years, 8 months ago
  32. 352da3f Remove "AOT" from LLVM target names. (#9854) by Scott Todd · 2 years, 8 months ago
  33. cf21395 Add test to catch associative reordering of float operations. (#9637) by MaheshRavishankar · 2 years, 9 months ago
  34. a421bd7 Add lowerings for MLProgram to Util dialect for global variables (#9601) by Rob Suderman · 2 years, 9 months ago
  35. d1b3e72 [LLVMGPU] Add a lowering pipeline for warp reductions (#9561) by Thomas · 2 years, 9 months ago
  36. 6e64b6e Replacing use of dylib/vmvx(-sync) with local-task/local-sync drivers. by Ben Vanik · 2 years, 10 months ago
  37. 748bcd2 Move iree/test/ to tests/. (#9203) by Scott Todd · 2 years, 10 months ago[Renamed (97%) from iree/test/e2e/regression/CMakeLists.txt]
  38. f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 2 years, 10 months ago
  39. f3e9839 Remove or refactor a few tests under iree/test/e2e/. (#9151) by Scott Todd · 2 years, 11 months ago
  40. 52f62b8 Consistently use two dashes for long command line options. (#9064) by Scott Todd · 2 years, 11 months ago
  41. 58ed257 Handle offsets/strides correctly while rewriting destructive updates. (#8793) by MaheshRavishankar · 3 years ago
  42. c963723 Move e2e matmul tests to own directory (#8520) by bjacob · 3 years, 1 month ago
  43. 7f11465 e2e matmul testing for compilation infos on gpu (#8428) by Kojo Acquah · 3 years, 1 month ago
  44. 74b04b7 Rework cmake test deps, target selection and presets. (#8423) by Stella Laurenzo · 3 years, 1 month ago
  45. 4662c1b aarch64 +i8mm kernels, plus necessary infra. (#8316) by bjacob · 3 years, 1 month ago
  46. 731e261 Add a lowering of quantized_matmul to matmul. (#8409) by bjacob · 3 years, 1 month ago
  47. cb0b84f Add flag for enabling MMT4D path in iree-translate (#8402) by Geoffrey Martin-Noble · 3 years, 1 month ago
  48. 4de9c29 e2e test for linalg.quantized_matmul (vs linalg.matmul + generics) (#8370) by bjacob · 3 years, 1 month ago
  49. 794e592 Re-enable CUDA tests. (#8237) by Stella Laurenzo · 3 years, 2 months ago
  50. 37ce073 convert-linalg-matmul-to-mmt4d improvements (#8192) by bjacob · 3 years, 2 months ago
  51. d0a79c4 Generate arm intrinsics for MMT4D (#7751) by Geoffrey Martin-Noble · 3 years, 2 months ago
  52. 45a6784 Temporarily disable CUDA targets pending build system changes. (#8203) by Scott Todd · 3 years, 2 months ago
  53. 435c270 Use the real lit tool for lit testing (#8166) by Geoffrey Martin-Noble · 3 years, 2 months ago
  54. 949eb89 introduce a "vector.contract custom kernels" pass. (#7778) by bjacob · 3 years, 2 months ago
  55. 5286416 Remove IreeFileCheck (#8081) by Geoffrey Martin-Noble · 3 years, 3 months ago
  56. ac7932b Enabling `-iree-vm-target-extension-i64` by default. by Ben Vanik · 3 years, 3 months ago
  57. 9d240c7 Remove linker hacks and add test coverage for musl linking. (#7810) by Scott Todd · 3 years, 4 months ago
  58. 19ebd9d Enable matmul to mmt4d transformation for all types (not just f32) (#7477) by bjacob · 3 years, 5 months ago
  59. 5feef48 end-to-end matmul tests (#7347) by bjacob · 3 years, 5 months ago
  60. 8214b36 Remove the patterns that create dispatch regions without tile+fuse+distribute. (#7328) by MaheshRavishankar · 3 years, 6 months ago
  61. 7b76af2 Plumb through all `TiledOpInterface` ops. (#7006) by MaheshRavishankar · 3 years, 7 months ago
  62. 920aae3 Enable regression test for cuda backend (#6990) by Thomas · 3 years, 7 months ago
  63. 0690050 Convert Dynamic shape tests to check_test (#6989) by Thomas · 3 years, 7 months ago
  64. bfd507f Plumb dynamic shape support through for Vulkan and VMVX (#6917) by Lei Zhang · 3 years, 7 months ago
  65. 90c5c84 End-to-end example for lowering config driver lowering. (#6779) by MaheshRavishankar · 3 years, 7 months ago
  66. af998b2 Re-land moving tensor->flow passes. (#6651) by Scott Todd · 3 years, 8 months ago
  67. e48afdd Remove zero-tile sizes from number of workgroups computations. (#6603) by MaheshRavishankar · 3 years, 8 months ago
  68. 187aa7f Flip flags to enable IREE native ABI. (#6155) by Ben Vanik · 3 years, 10 months ago
  69. 804266f Introduce `input_type` to specify input pipeline and re-organize the (#6030) by Stella Laurenzo · 3 years, 10 months ago
  70. 636b767 Removing a lot of compiler code that was only kept live by VMLA. (#5908) by Ben Vanik · 3 years, 11 months ago
  71. ab3b79f Dropping VMLA tests in as many places as possible. (#5898) by Ben Vanik · 3 years, 11 months ago
  72. 944d87f Add support for compilation of Linalg ops with multiple results (#5730) by MaheshRavishankar · 4 years ago
  73. 93a1ff1 Replace all globs in IREE core with `enforce_glob` (#5063) by Geoffrey Martin-Noble · 4 years, 1 month ago
  74. 98a806c [bazel_to_cmake] rework escape hatches (#4943) by Geoffrey Martin-Noble · 4 years, 1 month ago
  75. 870dd42 Remove License Header Futzing from bazel_to_cmake (#4918) by Geoffrey Martin-Noble · 4 years, 1 month ago
  76. c85a426 Enable lowering of Linalg on tensors on GPU. (#4688) by MaheshRavishankar · 4 years, 2 months ago
  77. d13da6a Create a func to use dummy input to call exported functions. (#3624) by Han-Chung Wang · 4 years, 5 months ago
  78. e482890 Bazel to CMake: Make globs relative and exclude directories by Geoffrey Martin-Noble · 5 years ago
  79. 703a0fe Reorganize e2e tests by Geoffrey Martin-Noble · 5 years ago[Renamed (71%) from iree/test/models/CMakeLists.txt]
  80. edc21ff Move test directory to iree directory by Marius Brehler · 5 years ago