1. a8daf0e e2e matmul test improvements (#13657) by bjacob · 1 year, 10 months ago
  2. 163547a Improving iree-dump-module output. (#13614) by Ben Vanik · 1 year, 11 months ago
  3. 45f1137 Add `SETUP_INSTALL_RPATH` to `iree-run-mlir`. (#13366) by Scott Todd · 1 year, 11 months ago
  4. d318c54 Rework iree-run-mlir to operate against the IREE compiler C API. (#12715) by Stella Laurenzo · 1 year, 11 months ago
  5. e0dc18e Remove --split-input-file from iree-run-mlir. (#13302) by Ben Vanik · 1 year, 11 months ago
  6. 84d938e Make python dependency in lit test configurable (#13224) by Tori Baker · 2 years ago
  7. 81cf28c Simplifying iree-run-mlir by making it run only a single function. (#13149) by Ben Vanik · 2 years ago
  8. 9461d3b Adding support for loading VM modules from dynamic libraries. (#13112) by Ben Vanik · 2 years ago
  9. c205355 fatal non-numerical errors in e2e matmul test (#13139) by bjacob · 2 years ago
  10. e19fc8e Adding a local executable plugin mechanism. (#12625) by Ben Vanik · 2 years ago
  11. 09630d6 Finally moving VM type registration to iree_vm_instance_t. (#12650) by Ben Vanik · 2 years ago
  12. 923535d [cmake] Avoid trailing slash in package root prefix (#12956) by Lei Zhang · 2 years ago
  13. 3b138fd Integrate llvm-project and bump dependencies 20230405 (#12929) by Diego Caballero · 2 years ago
  14. be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years ago
  15. 9778acb Integrate llvm-project to https://github.com/llvm/llvm-project/commit/c5d22f4e1866 (#12753) by Okwan Kwon · 2 years ago
  16. 0635b09 Adding FatELF support to the embedded ELF loader. (#12624) by Ben Vanik · 2 years ago
  17. 123b7e6 Adding better diagnostics on input shape mismatch. (#12622) by Ben Vanik · 2 years ago
  18. 8626fdb Rename all Bazel BUILD files to BUILD.bazel (#12663) by Geoffrey Martin-Noble · 2 years ago
  19. 0948bc8 Be consistent about the use of IREE Bazel macros (#12645) by Geoffrey Martin-Noble · 2 years ago
  20. 12b771f Making iree-benchmark-trace work with stateful traces. (#12552) by Ben Vanik · 2 years, 1 month ago
  21. 6dd9de8 Move compiler APIs to final locations. (#12554) by Stella Laurenzo · 2 years, 1 month ago
  22. af60bfb Adding state functionality to iree-run-trace and improving ergonomics. (#12534) by Ben Vanik · 2 years, 1 month ago
  23. 886ac3e Centralize CPU features, fix `iree_cpu_lookup_data_by_key`, add a `iree-cpuinfo` tool (#12498) by bjacob · 2 years, 1 month ago
  24. 6720274 Adding `numpy_load`/`numpy_save` trace events. by Ben Vanik · 2 years, 1 month ago
  25. e91401e Adding `!input`/`!output`/`!blackboard` support to iree-run-trace. by Ben Vanik · 2 years, 1 month ago
  26. 7eb0da1 Generalizing iree_tooling_variant_list_fprint & co. by Ben Vanik · 2 years, 1 month ago
  27. 78fc0e3 Finishing iree_vm_list_set_variant/iree_vm_list_push_variant impls. by Ben Vanik · 2 years, 1 month ago
  28. d5a9b1b Adding compilation reentrancy tests and new HAL pipeline phases. (#12503) by Ben Vanik · 2 years, 1 month ago
  29. 784db04 Adding bytecode verification. by Ben Vanik · 2 years, 1 month ago
  30. 91e73d3 Adding requirement bits to bytecode modules and bumping version. by Ben Vanik · 2 years, 1 month ago
  31. bc00bc7 Moving iree_e2e_test_value_t out of tooling/, no clue why it was there. by Ben Vanik · 2 years, 1 month ago
  32. 902aada Fixing symbol DCE stripping executable sources on round-tripping. (#12429) by Ben Vanik · 2 years, 1 month ago
  33. cf49d69 Moving bytecode files under iree/vm/bytecode/. (#12371) by Ben Vanik · 2 years, 1 month ago
  34. c319c2d Adding initial dispatch instrumention support. (#12357) by Ben Vanik · 2 years, 1 month ago
  35. 309dc5b Separate the compiler stable API into compiler/bindings/c. (#12332) by Stella Laurenzo · 2 years, 1 month ago
  36. c7b2912 Update references from `iree-org` to `openxla`. (#12304) by Scott Todd · 2 years, 1 month ago
  37. 96d959e Add an option to disable use of bundled LLVM. (#12256) by Stella Laurenzo · 2 years, 1 month ago
  38. e309cb3 Add `--output=` flag to iree-run-module/iree-run-mlir. (#12016) by Ben Vanik · 2 years, 2 months ago
  39. f65c5cb Renaming tool flags to --module/function/input. (#12010) by Ben Vanik · 2 years, 2 months ago
  40. 1428941 Add a `--iree-preprocessing-pass-pipeline` to allow user control on preprocessing passes before IREE compilation. (#11986) by MaheshRavishankar · 2 years, 2 months ago
  41. de426de Replace CMake `IREE_HOST_BINARY_ROOT` var with `IREE_HOST_BIN_DIR`. (#11812) by Scott Todd · 2 years, 2 months ago
  42. 20d746a Replace CMake `iree_get_executable_path()` with `IMPORTED` targets. (#11764) by Scott Todd · 2 years, 2 months ago
  43. 7958fc9 Adding IREE_FLAG_LIST utility for repeated string flags. (#11806) by Ben Vanik · 2 years, 2 months ago
  44. 6907d95 Change com.google.iree into dev.iree (#11749) by Yi Wang · 2 years, 3 months ago
  45. 17ec7ab Set error message for where to report bugs (#11602) by Jacques Pienaar · 2 years, 3 months ago
  46. fc0442f Fixes necessary to enable const hoisting and eval. (#11440) by Stella Laurenzo · 2 years, 4 months ago
  47. 30356ad Cleanup unused variables from a few build system files. (#11358) by Scott Todd · 2 years, 4 months ago
  48. 7efcd0a Fixing the --compile-to= flag and adding a test of all phases. (#11345) by Ben Vanik · 2 years, 4 months ago
  49. 7ec09ce Create explicit compiler C API libraries and enable dynamic linking on all platforms (#11285) by Stella Laurenzo · 2 years, 4 months ago
  50. d025b72 ASan tests: account for multi-driver Lit tests (#11242) by bjacob · 2 years, 4 months ago
  51. 0a6cdf0 Add support for GEMM e2e Test For CUDA backend on F16 input (#10842) by Manish Gupta · 2 years, 5 months ago
  52. c149d61 Adding vm::ref<T> support for non-iree_vm_ref_t ref types. (#11065) by Ben Vanik · 2 years, 5 months ago
  53. 3072817 Making ref_cc.h an implementation detail of iree/vm/ref.h. (#10948) by Ben Vanik · 2 years, 5 months ago
  54. 7a9b84c Making status_cc.h an implementation detail of status.h. (#10946) by Ben Vanik · 2 years, 5 months ago
  55. 7859d63 Updating the core tools to support --device_profiling_mode= flag. by Ben Vanik · 2 years, 5 months ago
  56. e9ae963 Implementing basic `--iree-execution-model=async-external` support. by Ben Vanik · 2 years, 6 months ago
  57. 05a8dd2 Update `iree_run_module_test` to set flags for on-device tests (#10684) by CindyLiu · 2 years, 6 months ago
  58. 2d70fa0 Mark iree_run_module_test in Android test as WILL_FAIL (#10683) by CindyLiu · 2 years, 6 months ago
  59. 080198f Add iree run module test (#10442) by CindyLiu · 2 years, 6 months ago
  60. 5bf7ae9 Let vm_util be C-only, split C++ part into vm_util_cc (#10563) by bjacob · 2 years, 6 months ago
  61. 1cb92dd Don't `#include <ostream>` outside of test-only code. (#10530) by bjacob · 2 years, 6 months ago
  62. e98a03b Adding `--expected_output=` flag to iree-run-module. (#10433) by Ben Vanik · 2 years, 6 months ago
  63. 27ded29 Remove tooling/cpu_features, switch to base/internal/cpu. (#10303) by bjacob · 2 years, 7 months ago
  64. 2b8438f Guarding --print_statistics logic when device creation fails. by Ben Vanik · 2 years, 7 months ago
  65. b4ccbfc Adding items/sec to iree-benchmark-module outputs. by Ben Vanik · 2 years, 7 months ago
  66. 38e718e Fix printing of matrices on test failure: was overflowing (#10202) by bjacob · 2 years, 7 months ago
  67. 3c69ea9 [iree-run-module] Do not abort when `Run` fails. (#10186) by Jakub Kuderski · 2 years, 7 months ago
  68. 63d4693 [iree-run-module] Clarify how to pass scalar inputs. NFC. (#10185) by Jakub Kuderski · 2 years, 7 months ago
  69. 6e5f23e Adding test for the executable benchmark flow. (#10109) by Ben Vanik · 2 years, 7 months ago
  70. 4c2029f Integrate llvm-project and bump dependencies. (#10103) by Thomas · 2 years, 7 months ago
  71. 9aa83ed Making VM modules take an instance arg. by Ben Vanik · 2 years, 8 months ago
  72. 857fff2 Adding instance arg to type registration functions. by Ben Vanik · 2 years, 8 months ago
  73. bcec0b5 Cleaning up iree-check-module. by Ben Vanik · 2 years, 8 months ago
  74. 4f3f1ed Making iree-run-mlir use --function_input= as with other tools. by Ben Vanik · 2 years, 8 months ago
  75. 007109f Adding tooling utils for VM context creation. by Ben Vanik · 2 years, 8 months ago
  76. f564115 Supporting printing/parsing of `(null)` in tools for null refs. (#10033) by Ben Vanik · 2 years, 8 months ago
  77. ea959fe Remove unnecessary visibility (#10031) by Geoffrey Martin-Noble · 2 years, 8 months ago
  78. 2906c1d Fixing iree-run-mlir command line parsing on Windows. (#10012) by Ben Vanik · 2 years, 8 months ago
  79. a1ac48e Update tests to use "llvm-cpu" and "local-task" names consistently. (#9934) by Scott Todd · 2 years, 8 months ago
  80. 32bdee1 Merge pull request #9911 from iree-org/benvanik-hal-presplit by Ben Vanik · 2 years, 8 months ago
  81. c00c706 Splitting HAL module types into their own library. by Ben Vanik · 2 years, 9 months ago
  82. 1ebcce3 Add time unit option to iree-benchmark-module (#9843) by Jerry Wu · 2 years, 8 months ago
  83. 352da3f Remove "AOT" from LLVM target names. (#9854) by Scott Todd · 2 years, 8 months ago
  84. d6dc9b7 Remove unnecessary `--iree-input-type=mhlo` flag uses. (#9852) by Scott Todd · 2 years, 8 months ago
  85. 5d67461 Removing the bespoke struct attr gen in favor of AttrDefs. by Ben Vanik · 2 years, 9 months ago
  86. f6b6335 Decouple Transform dialect usage in IREE from iree-dialects. (#9745) by Nicolas Vasilache · 2 years, 9 months ago
  87. 8d45de0 Plumbing through IREE_HAL_MODULE_FLAG_SYNCHRONOUS. by Ben Vanik · 2 years, 9 months ago
  88. 2e03b3c [Transform] Add a new transform op that applies patterns (#9676) by Nicolas Vasilache · 2 years, 9 months ago
  89. 7e46380 Replace mhlo ops with core dialect ops in some tests. (#9688) by Scott Todd · 2 years, 9 months ago
  90. 1d60c18 Cleaning up function reflection attrs. (#9648) by Ben Vanik · 2 years, 9 months ago
  91. 7df3973 Update URLs following iree-org move. (#9635) by Scott Todd · 2 years, 9 months ago
  92. 91c75fb Removing iree/base/logging.h. (#9605) by Ben Vanik · 2 years, 9 months ago
  93. b697e76 Enabling bytecode module coroutine begin/resume. (#9497) by Ben Vanik · 2 years, 10 months ago
  94. 5844fd6 Reworking IREE_HAL_BUFFER_USAGE_* bits to carry more information. by Ben Vanik · 2 years, 10 months ago
  95. aecb725 Allowing `--function_input=@file.npy` in command line tools. by Ben Vanik · 2 years, 10 months ago
  96. 2814631 Remove explicit `--iree-mlir-to-vm-bytecode-module` flag usage. (#9445) by Scott Todd · 2 years, 10 months ago
  97. bba52ae Changing uses of --driver= to --device= (that I can find). by Ben Vanik · 2 years, 10 months ago
  98. 46ec250 Replacing --driver with --device in tools. by Ben Vanik · 2 years, 10 months ago
  99. 70c2bb0 Making runtime APIs with sized arrays consistently (count, array). (#9416) by Ben Vanik · 2 years, 10 months ago
  100. 097d826 Renaming iree/tools/utils/ -> iree/tooling/. (#9417) by Ben Vanik · 2 years, 10 months ago