1. a28f76f Adding flag placeholders to semaphores/events. (#18122) by Ben Vanik · 8 months ago
  2. 30901f5 Replacing the ancient vm_util with function_io/function_util. by Ben Vanik · 1 year, 2 months ago
  3. a2733b0 Add iree-dump-parameters python console script entrypoint. (#15490) by Stella Laurenzo · 1 year, 5 months ago
  4. 82be925 Adding iree_hal_device_profiling_flush. (#14829) by Ben Vanik · 1 year, 7 months ago
  5. 42b983c Removing initial_data from iree_hal_allocator_allocate_buffer. (#14674) by Ben Vanik · 1 year, 7 months ago
  6. 60b0764 Allow defining `IREE_HOST_SIZE_T` to other types. (#14040) by Scott Todd · 1 year, 10 months ago
  7. 7ed4f4b Adding a console tracing provider and support for external ones. (#14113) by Ben Vanik · 1 year, 10 months ago
  8. 14308b1 Cleaning up the iree/base/tracing.h header a bit. (#14089) by Ben Vanik · 1 year, 10 months ago
  9. cc43680 Cleaning up the tracing.h mechanism to enable alternative implementations. (#14044) by Ben Vanik · 1 year, 10 months ago
  10. 9461d3b Adding support for loading VM modules from dynamic libraries. (#13112) 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. f65c5cb Renaming tool flags to --module/function/input. (#12010) by Ben Vanik · 2 years, 2 months ago
  13. 7958fc9 Adding IREE_FLAG_LIST utility for repeated string flags. (#11806) by Ben Vanik · 2 years, 2 months ago
  14. c149d61 Adding vm::ref<T> support for non-iree_vm_ref_t ref types. (#11065) by Ben Vanik · 2 years, 5 months ago
  15. 3072817 Making ref_cc.h an implementation detail of iree/vm/ref.h. (#10948) by Ben Vanik · 2 years, 5 months ago
  16. 7a9b84c Making status_cc.h an implementation detail of status.h. (#10946) by Ben Vanik · 2 years, 5 months ago
  17. 7859d63 Updating the core tools to support --device_profiling_mode= flag. by Ben Vanik · 2 years, 5 months ago
  18. e9ae963 Implementing basic `--iree-execution-model=async-external` support. by Ben Vanik · 2 years, 6 months ago
  19. 5bf7ae9 Let vm_util be C-only, split C++ part into vm_util_cc (#10563) by bjacob · 2 years, 6 months ago
  20. 1cb92dd Don't `#include <ostream>` outside of test-only code. (#10530) by bjacob · 2 years, 6 months ago
  21. 2b8438f Guarding --print_statistics logic when device creation fails. by Ben Vanik · 2 years, 7 months ago
  22. b4ccbfc Adding items/sec to iree-benchmark-module outputs. by Ben Vanik · 2 years, 7 months ago
  23. 4f3f1ed Making iree-run-mlir use --function_input= as with other tools. by Ben Vanik · 2 years, 8 months ago
  24. 007109f Adding tooling utils for VM context creation. by Ben Vanik · 2 years, 8 months ago
  25. 32bdee1 Merge pull request #9911 from iree-org/benvanik-hal-presplit by Ben Vanik · 2 years, 8 months ago
  26. c00c706 Splitting HAL module types into their own library. by Ben Vanik · 2 years, 9 months ago
  27. 1ebcce3 Add time unit option to iree-benchmark-module (#9843) by Jerry Wu · 2 years, 8 months ago
  28. 8d45de0 Plumbing through IREE_HAL_MODULE_FLAG_SYNCHRONOUS. by Ben Vanik · 2 years, 9 months ago
  29. 1d60c18 Cleaning up function reflection attrs. (#9648) by Ben Vanik · 2 years, 9 months ago
  30. b697e76 Enabling bytecode module coroutine begin/resume. (#9497) by Ben Vanik · 2 years, 10 months ago
  31. aecb725 Allowing `--function_input=@file.npy` in command line tools. by Ben Vanik · 2 years, 10 months ago
  32. 46ec250 Replacing --driver with --device in tools. by Ben Vanik · 2 years, 10 months ago
  33. 70c2bb0 Making runtime APIs with sized arrays consistently (count, array). (#9416) by Ben Vanik · 2 years, 10 months ago
  34. 097d826 Renaming iree/tools/utils/ -> iree/tooling/. (#9417) by Ben Vanik · 2 years, 10 months ago
  35. 6d77ca0 Adding a device_util helper for tooling. (#9415) by Ben Vanik · 2 years, 10 months ago
  36. 3c0d84b Adding iree_hal_driver_create_device_by_path & co. (#9413) by Ben Vanik · 2 years, 10 months ago
  37. 6e64b6e Replacing use of dylib/vmvx(-sync) with local-task/local-sync drivers. by Ben Vanik · 2 years, 10 months ago
  38. a30c840 Adding support for reading binary files in tool --function_input=. (#9328) by Ben Vanik · 2 years, 10 months ago
  39. f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 2 years, 10 months ago[Renamed from iree/tools/iree-benchmark-module-main.cc]
  40. 52f62b8 Consistently use two dashes for long command line options. (#9064) by Scott Todd · 2 years, 11 months ago
  41. f56b906 Print whenever reading from stdin. (#9063) by Scott Todd · 2 years, 11 months ago
  42. f8e11fd Adding dispatch support to iree-benchmark-module. by Ben Vanik · 3 years ago
  43. 3148a51 Adding a comment and print to iree-benchmark-module. (#8788) by Ben Vanik · 3 years ago
  44. 35bc9a1 Aligning read file contents in tools. (#8505) by Ben Vanik · 3 years, 1 month ago
  45. e533881 Forcing a wait-idle on the HAL device after each benchmark loop. (#8487) by Ben Vanik · 3 years, 1 month ago
  46. 89e9530 Adding a VM bytecode disassembler and flags for tracing to stderr. (#7261) by Ben Vanik · 3 years, 6 months ago
  47. 6c4dd5b Removing linkage name from iree_vm_module_lookup_function_by_ordinal. (#7266) by Ben Vanik · 3 years, 6 months ago
  48. d9609f2 tools:benchmark: Add runtime memory usage stat printout (#7210) by CindyLiu · 3 years, 6 months ago
  49. 58fbb7b Moving Status/StatusOr to iree/base/status_cc.h. by Ben Vanik · 3 years, 9 months ago
  50. 6ada293 Renaming HAL module. by Ben Vanik · 3 years, 9 months ago
  51. b9b794b Removing quite a bit of absl from iree/. (#6256) by Ben Vanik · 3 years, 9 months ago
  52. 931a3b1 Running IWYU on iree/ runtime-related code. by Ben Vanik · 3 years, 10 months ago
  53. 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
  54. ab3b79f Dropping VMLA tests in as many places as possible. (#5898) by Ben Vanik · 3 years, 11 months ago
  55. 5a58aa4 Removing the use of the SIP signature parsers from the runtime. (#5784) by Ben Vanik · 3 years, 11 months ago
  56. 1ead648 Removing more absl::string_view usage. by Ben Vanik · 4 years ago
  57. 524c8e7 Removing use of Status/Or in the Vulkan HAL backend. by Ben Vanik · 4 years ago
  58. 5a26619 Switching a lot of Status -> iree_status_t. by Ben Vanik · 4 years ago
  59. c8cd350 Porting iree/base/internal/file_io.h to C. (#5699) by Ben Vanik · 3 years, 11 months ago
  60. 1cb2f7a Adding IREE_FLAGS_PARSE_MODE_CONTINUE_AFTER_HELP for flags interop. Fixes #5628. by Ben Vanik · 4 years ago
  61. ebeb5fc Swapping from abseil flags to IREE flags. by Ben Vanik · 4 years ago
  62. 46b31b0 Rewriting/simplifying DynamicLibrary in C. (#5221) by Ben Vanik · 4 years ago
  63. a43dd17 Add support to benchmark in batch mode. (#5012) by Han-Chung Wang · 4 years, 1 month ago
  64. b20b602 Making iree_vm_list_resize work and switching ref cconv behavior (#4858) by Ben Vanik · 4 years, 1 month ago
  65. e28d253 Moving iree/base/flags.h to iree/base/internal/. by Ben Vanik · 4 years, 2 months ago
  66. bb7607f Removing InvalidArgumentErrorBuilder. by Ben Vanik · 4 years, 2 months ago
  67. ab989fc Removing more uses of StatusOr from tooling. by Ben Vanik · 4 years, 2 months ago
  68. 6d5044c Converting some StatusOr usage to out params in prep for iree_status_t. by Ben Vanik · 4 years, 2 months ago
  69. 5507c6e Moving iree/base/file_io.h to iree/base/internal/. by Ben Vanik · 4 years, 2 months ago
  70. aaeebf4 Exposing/implementing the HAL driver registry via the C API. (#3937) by Ben Vanik · 4 years, 4 months ago
  71. e0c532e Changing iree::InitializeEnvironment to iree_flags_parse. Preparation for #3814. by Ben Vanik · 4 years, 4 months ago
  72. 0135343 Changing to an explicit driver registration mechanism. by Ben Vanik · 4 years, 4 months ago
  73. 7f3a7e3 Fixing various type warnings. by Ben Vanik · 4 years, 4 months ago
  74. 8bfc7e9 Add support for stdin to iree-benchmark-module (#3708) by Geoffrey Martin-Noble · 4 years, 5 months ago
  75. 11c051a Tracing improvements for the VM, executables, and iree-benchmark-module. (#3560) by Ben Vanik · 4 years, 5 months ago
  76. 00aa2fc Add support for benchmarking all exported functions. (#3403) by Han-Chung Wang · 4 years, 6 months ago
  77. 762dc4f Use IREE_CHECK instead of assert. (#3389) by Han-Chung Wang · 4 years, 6 months ago
  78. bb9bcd3 Fix resource preparation issue in iree-benchmark-module. (#3377) by Han-Chung Wang · 4 years, 6 months ago
  79. 7a2f5ea Benchmarking only iree_vm_invoke moving everything else outside (#3324) by Ahmed S. Taei · 4 years, 6 months ago
  80. 8255d34 [NFC] Make flags more descriptive (#3330) by Han-Chung Wang · 4 years, 6 months ago
  81. 92f0c67 [android] Wrap IREE core libraries as an Android Native App (#3108) by Lei Zhang · 4 years, 6 months ago
  82. 8532215 Fix help output for iree-benchmark-module (#3261) by Geoffrey Martin-Noble · 4 years, 6 months ago
  83. 0a6b9cc Rename main source files used directly in cc binaries (#3249) by Geoffrey Martin-Noble · 4 years, 6 months ago[Renamed from iree/tools/benchmark_module_main.cc]
  84. b022e70 Release inputs before closing the session. (#3004) by Han-Chung Wang · 4 years, 7 months ago
  85. f1678df Dynamicly register benchmark for entry_function with name BM_{entry_function} (#2992) by Ahmed S. Taei · 4 years, 7 months ago
  86. faff37d Replacing EXPECT/ASSERT/CHECK macros with IREE_* versions. by Ben Vanik · 4 years, 8 months ago
  87. 4af1db2 Removing ToApiStatus and api_util.h. by Ben Vanik · 4 years, 8 months ago
  88. a23d515 Renaming ASSIGN_OR_RETURN to IREE_ASSIGN_OR_RETURN. by Ben Vanik · 4 years, 8 months ago
  89. 636bde3 Renaming RETURN_IF_ERROR to IREE_RETURN_IF_ERROR. by Ben Vanik · 4 years, 8 months ago
  90. 5527e48 Removing FromApiStatus and unifying IREE_RETURN_IF_ERROR macros. by Ben Vanik · 4 years, 8 months ago
  91. 75fb7ce Removing iree/base/source_location.h. by Ben Vanik · 4 years, 8 months ago
  92. f5bd6fd Changing IREE_ALLOCATOR_* macros to static inline functions. by Ben Vanik · 4 years, 8 months ago
  93. e8a9ec4 Replacing iree_vm_variant_list_t with iree_vm_list_t. by Ben Vanik · 4 years, 8 months ago
  94. 19316be Add support for reading input values from a file for IREE tools (#2545) by Han-Chung Wang · 4 years, 8 months ago
  95. 962b5bb Print benchmark model timing in milliseconds by Geoffrey Martin-Noble · 4 years, 10 months ago
  96. 2838464 Making many free/release/deinit functions return void. by Ben Vanik · 4 years, 10 months ago
  97. 56d44bf Merging early work on Tracy feature branch. by Ben Vanik · 4 years, 11 months ago
  98. 44860eb Deleting the old interpreter now that VMLA can run all tests. by Ben Vanik · 5 years ago
  99. 3419026 Binary to benchmark an IREE bytecode module by Geoffrey Martin-Noble · 5 years ago