- 30356ad Cleanup unused variables from a few build system files. (#11358) by Scott Todd · 2 years, 5 months ago
- 7efcd0a Fixing the --compile-to= flag and adding a test of all phases. (#11345) by Ben Vanik · 2 years, 5 months ago
- 7ec09ce Create explicit compiler C API libraries and enable dynamic linking on all platforms (#11285) by Stella Laurenzo · 2 years, 5 months ago
- d025b72 ASan tests: account for multi-driver Lit tests (#11242) by bjacob · 2 years, 5 months ago
- 0a6cdf0 Add support for GEMM e2e Test For CUDA backend on F16 input (#10842) by Manish Gupta · 2 years, 6 months ago
- c149d61 Adding vm::ref<T> support for non-iree_vm_ref_t ref types. (#11065) by Ben Vanik · 2 years, 6 months ago
- 3072817 Making ref_cc.h an implementation detail of iree/vm/ref.h. (#10948) by Ben Vanik · 2 years, 6 months ago
- 7a9b84c Making status_cc.h an implementation detail of status.h. (#10946) by Ben Vanik · 2 years, 6 months ago
- 7859d63 Updating the core tools to support --device_profiling_mode= flag. by Ben Vanik · 2 years, 6 months ago
- e9ae963 Implementing basic `--iree-execution-model=async-external` support. by Ben Vanik · 2 years, 7 months ago
- 05a8dd2 Update `iree_run_module_test` to set flags for on-device tests (#10684) by CindyLiu · 2 years, 7 months ago
- 2d70fa0 Mark iree_run_module_test in Android test as WILL_FAIL (#10683) by CindyLiu · 2 years, 7 months ago
- 080198f Add iree run module test (#10442) by CindyLiu · 2 years, 7 months ago
- 5bf7ae9 Let vm_util be C-only, split C++ part into vm_util_cc (#10563) by bjacob · 2 years, 7 months ago
- 1cb92dd Don't `#include <ostream>` outside of test-only code. (#10530) by bjacob · 2 years, 7 months ago
- e98a03b Adding `--expected_output=` flag to iree-run-module. (#10433) by Ben Vanik · 2 years, 7 months ago
- 27ded29 Remove tooling/cpu_features, switch to base/internal/cpu. (#10303) by bjacob · 2 years, 8 months ago
- 2b8438f Guarding --print_statistics logic when device creation fails. by Ben Vanik · 2 years, 8 months ago
- b4ccbfc Adding items/sec to iree-benchmark-module outputs. by Ben Vanik · 2 years, 8 months ago
- 38e718e Fix printing of matrices on test failure: was overflowing (#10202) by bjacob · 2 years, 8 months ago
- 3c69ea9 [iree-run-module] Do not abort when `Run` fails. (#10186) by Jakub Kuderski · 2 years, 8 months ago
- 63d4693 [iree-run-module] Clarify how to pass scalar inputs. NFC. (#10185) by Jakub Kuderski · 2 years, 8 months ago
- 6e5f23e Adding test for the executable benchmark flow. (#10109) by Ben Vanik · 2 years, 8 months ago
- 4c2029f Integrate llvm-project and bump dependencies. (#10103) by Thomas · 2 years, 8 months ago
- 9aa83ed Making VM modules take an instance arg. by Ben Vanik · 2 years, 9 months ago
- 857fff2 Adding instance arg to type registration functions. by Ben Vanik · 2 years, 9 months ago
- bcec0b5 Cleaning up iree-check-module. by Ben Vanik · 2 years, 9 months ago
- 4f3f1ed Making iree-run-mlir use --function_input= as with other tools. by Ben Vanik · 2 years, 9 months ago
- 007109f Adding tooling utils for VM context creation. by Ben Vanik · 2 years, 9 months ago
- f564115 Supporting printing/parsing of `(null)` in tools for null refs. (#10033) by Ben Vanik · 2 years, 9 months ago
- ea959fe Remove unnecessary visibility (#10031) by Geoffrey Martin-Noble · 2 years, 9 months ago
- 2906c1d Fixing iree-run-mlir command line parsing on Windows. (#10012) by Ben Vanik · 2 years, 9 months ago
- a1ac48e Update tests to use "llvm-cpu" and "local-task" names consistently. (#9934) by Scott Todd · 2 years, 9 months ago
- 32bdee1 Merge pull request #9911 from iree-org/benvanik-hal-presplit by Ben Vanik · 2 years, 9 months ago
- c00c706 Splitting HAL module types into their own library. by Ben Vanik · 2 years, 10 months ago
- 1ebcce3 Add time unit option to iree-benchmark-module (#9843) by Jerry Wu · 2 years, 9 months ago
- 352da3f Remove "AOT" from LLVM target names. (#9854) by Scott Todd · 2 years, 9 months ago
- d6dc9b7 Remove unnecessary `--iree-input-type=mhlo` flag uses. (#9852) by Scott Todd · 2 years, 9 months ago
- 5d67461 Removing the bespoke struct attr gen in favor of AttrDefs. by Ben Vanik · 2 years, 10 months ago
- f6b6335 Decouple Transform dialect usage in IREE from iree-dialects. (#9745) by Nicolas Vasilache · 2 years, 10 months ago
- 8d45de0 Plumbing through IREE_HAL_MODULE_FLAG_SYNCHRONOUS. by Ben Vanik · 2 years, 10 months ago
- 2e03b3c [Transform] Add a new transform op that applies patterns (#9676) by Nicolas Vasilache · 2 years, 10 months ago
- 7e46380 Replace mhlo ops with core dialect ops in some tests. (#9688) by Scott Todd · 2 years, 10 months ago
- 1d60c18 Cleaning up function reflection attrs. (#9648) by Ben Vanik · 2 years, 10 months ago
- 7df3973 Update URLs following iree-org move. (#9635) by Scott Todd · 2 years, 10 months ago
- 91c75fb Removing iree/base/logging.h. (#9605) by Ben Vanik · 2 years, 10 months ago
- b697e76 Enabling bytecode module coroutine begin/resume. (#9497) by Ben Vanik · 2 years, 11 months ago
- 5844fd6 Reworking IREE_HAL_BUFFER_USAGE_* bits to carry more information. by Ben Vanik · 2 years, 11 months ago
- aecb725 Allowing `--function_input=@file.npy` in command line tools. by Ben Vanik · 2 years, 11 months ago
- 2814631 Remove explicit `--iree-mlir-to-vm-bytecode-module` flag usage. (#9445) by Scott Todd · 2 years, 11 months ago
- bba52ae Changing uses of --driver= to --device= (that I can find). by Ben Vanik · 2 years, 11 months ago
- 46ec250 Replacing --driver with --device in tools. by Ben Vanik · 2 years, 11 months ago
- 70c2bb0 Making runtime APIs with sized arrays consistently (count, array). (#9416) by Ben Vanik · 2 years, 11 months ago
- 097d826 Renaming iree/tools/utils/ -> iree/tooling/. (#9417) by Ben Vanik · 2 years, 11 months ago
- 6d77ca0 Adding a device_util helper for tooling. (#9415) by Ben Vanik · 2 years, 11 months ago
- 3c0d84b Adding iree_hal_driver_create_device_by_path & co. (#9413) by Ben Vanik · 2 years, 11 months ago
- d42e002 Create a clang-tidy option for building IREE (#9402) by Rob Suderman · 2 years, 11 months ago
- 1c59c11 Renaming file_path to path and adding some basic URI utils. (#9384) by Ben Vanik · 2 years, 11 months ago
- 6e64b6e Replacing use of dylib/vmvx(-sync) with local-task/local-sync drivers. by Ben Vanik · 2 years, 11 months ago
- 2e8540e Renaming embedded_library_loader to embedded_elf_loader. by Ben Vanik · 2 years, 11 months ago
- e305807 Adding IREE_HAL_DRIVER_LOCAL_SYNC/TASK and executable loader options. by Ben Vanik · 2 years, 11 months ago
- a30c840 Adding support for reading binary files in tool --function_input=. (#9328) by Ben Vanik · 2 years, 11 months ago
- 44f95f8 Update CMake packages to anchor on iree:: for top level dirs. (#9220) by Scott Todd · 2 years, 11 months ago
- f44859d Remove iree-translate. (#9143) by Stella Laurenzo · 2 years, 11 months ago
- fab1cce Add -o flag to iree-run-mlir to make inspecting the modules easier. by Ben Vanik · 3 years ago
- 9a28639 Enabling split rodata blobs in VMFB archives. by Ben Vanik · 3 years ago
- f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 3 years ago
- bd659a1 Move bindings/ to top level. by Stella Laurenzo · 6 years ago
- 2e2fc9c Update CMake min to 3.12 by powderluv · 6 years ago
- 6c69e3f Internal change by Ben Vanik · 6 years ago
- d72d304 Internal change by iree-copybara-bot · 6 years ago