- 65690a1 Expose HAL low levels to Python and factor out a DeviceArray. (#8206) by Stella Laurenzo · 3 years, 2 months ago
- 2ca72b6 Move tools/compilation.bzl to build_tools/bazel/iree_bytecode_module.bzl. (#8107) by Scott Todd · 3 years, 2 months ago
- 8a5816e Adjust some setup.py bits rejected by pypi. by Stella Laurenzo · 3 years, 2 months ago
- 78c96cd Remove the legacy Jax API from the iree repo. (#8031) by Stella Laurenzo · 3 years, 3 months ago
- ec38f94 Align Python/C compiler API with command line usage. (#7995) by Stella Laurenzo · 3 years, 3 months ago
- eff1bb5 Default initializing mappings to make debugging easier. by Ben Vanik · 3 years, 3 months ago
- b036c63 Adding mapping mode to iree_hal_buffer_map_range. by Ben Vanik · 3 years, 3 months ago
- 49c88c6 Giving iree_hal_allocator_allocate_buffer initial_data. by Ben Vanik · 3 years, 3 months ago
- 3fd4df6 Some fixes to python temp file saving and tracing. (#7989) by Stella Laurenzo · 3 years, 3 months ago
- d1620f0 Promote HAL driver and target backend CMake variables to options. (#7936) by Scott Todd · 3 years, 3 months ago
- 7a50053 Storing the host allocator on buffer and buffer_view. by Ben Vanik · 3 years, 3 months ago
- 6743c41 Adding bf16 and i4 support plumbing in a few places. by Ben Vanik · 3 years, 4 months ago
- e17a7c0 Improve function.py argument missmach error handling (#7295) by Kojo Acquah · 3 years, 4 months ago
- 7c7ce89 Revert "Adding bf16 and i4 support plumbing in a few places. (#7680)" (#7724) by Ben Vanik · 3 years, 4 months ago
- 9e20ae6 Adding bf16 and i4 support plumbing in a few places. (#7680) by Ben Vanik · 3 years, 4 months ago
- e3e22e7 Merge pull request #7664 from GMNGeoffrey:main-to-google by Copybara-Service · 3 years, 4 months ago
- dacf2b1 Changing tflite binding generation to use hal.tensor.cast. (#7661) by Ben Vanik · 3 years, 4 months ago
- cae7b77 Migrate android.support.annotation.NonNull to androidx. by iree-copybara-bot · 3 years, 4 months ago
- 92d5644 Make mismatched arity error easier to parse (#7118) by Phoenix Meadowlark · 3 years, 5 months ago
- b490e01 Add links to Python API references. (#7508) by Scott Todd · 3 years, 5 months ago
- 5a00743 Add PyYAML to IREE python requirements. by Stella Laurenzo · 3 years, 5 months ago
- d3770ff Add IREE_BUILD_TRACY CMake option. (#7382) by Stella Laurenzo · 3 years, 5 months ago
- df503b4 Integrate LLVM at llvm/llvm-project@fc2ba5e53d47 by iree-copybara-bot · 3 years, 5 months ago
- 2b774d9 Implementation of the gradle-android Docker file and build_android_library github action. (#7143) by Kojo Acquah · 3 years, 6 months ago
- 89e9530 Adding a VM bytecode disassembler and flags for tracing to stderr. (#7261) by Ben Vanik · 3 years, 6 months ago
- 71904de Fixing breakage from midair collision. by Ben Vanik · 3 years, 6 months ago
- 6c4dd5b Removing linkage name from iree_vm_module_lookup_function_by_ordinal. (#7266) by Ben Vanik · 3 years, 6 months ago
- c459808 [pydm] Plumb through RTL and finish conversions for basic program. (#7244) by Stella Laurenzo · 3 years, 6 months ago
- 58ee939 Add missing tool install deps (fixes runtime release). by Stella Laurenzo · 3 years, 6 months ago
- 3744464 Add iree-(run|benchmark)-trace console scripts to iree-runtime package. (#7227) by Stella Laurenzo · 3 years, 6 months ago
- 48a4330 Remove old bindings/python/iree/compiler API. (#7201) by Stella Laurenzo · 3 years, 6 months ago
- 2610806 Include recursive package for core compiler tools. (#7153) by Scott Todd · 3 years, 6 months ago
- 749ce66 Only add bundled pybind11 if not already found. (#7125) by Stella Laurenzo · 3 years, 6 months ago
- c8736bf Fix kwarg bug in iree.runtime.load_vm_flatbuffer (#7120) by Phoenix Meadowlark · 3 years, 6 months ago
- 83ea4e0 Removing the internal_functions table from the VM flatbuffer. (#7066) by Ben Vanik · 3 years, 6 months ago
- bef60b4 [bindings/python] Correctly stringify iree_vm_variant_t (#6994) by Sean Silva · 3 years, 6 months ago
- cc68c16 function.py: Add support for mashaling list types on returns. (#6999) by Sean Silva · 3 years, 6 months ago
- 430e33a Don't print main address (#6967) by Sean Silva · 3 years, 7 months ago
- 3619f1f Fix typos in docs (#6946) by SaintMalik · 3 years, 7 months ago
- 28b3b41 Merge pull request #6885 from hanhanW:main-to-google by Copybara-Service · 3 years, 7 months ago
- 9321381 ...Internal refactor... by iree-copybara-bot · 3 years, 7 months ago
- a7e00ba Improvements to the TFLite Bindings Build.gradle #6864 by Kojo Acquah · 3 years, 7 months ago
- 7a1c579 Implement function.py return type coercion (#6832) by Kojo Acquah · 3 years, 7 months ago
- 2fb7a8d Reapply "Update TFLite concrete function conversion codes" (#6800) by Geoffrey Martin-Noble · 3 years, 7 months ago
- 0c3f652 Reworking status printing to use the system allocator. by Ben Vanik · 3 years, 7 months ago
- 9567838 Add printing of iree-translate main address (#6795) by Geoffrey Martin-Noble · 3 years, 7 months ago
- e67c660 Adding iree_hal_encoding_t enum and plumbing through runtime code. by Ben Vanik · 3 years, 7 months ago
- 5648981 Removing now unused IREE_ENABLE_MLIR cmake flag. by Ben Vanik · 3 years, 8 months ago
- c251a02 Add a tf-to-tosa option for the tensorflow importer (#6652) by rsuderman · 3 years, 8 months ago
- 4bcfab3 Flatten first structure level of tensorflow args and results. (#6636) by Stella Laurenzo · 3 years, 8 months ago
- 995b464 Upgrade to Python 3.7 (#6611) by Geoffrey Martin-Noble · 3 years, 8 months ago
- 7968136 Save MHLO input in iree-import-xla (#6550) by Geoffrey Martin-Noble · 3 years, 8 months ago
- 1ac7c5b Add support for saving mid level IR to a file. (#6439) by Han-Chung Wang · 3 years, 8 months ago
- 63f9f9f Add optional for exceptions to satisfy pytype (#6495) by Kojo Acquah · 3 years, 8 months ago
- 027de9b Support np.int16 in Python ABI. by iree-copybara-bot · 3 years, 8 months ago
- 80427f5 Merge pull request #6461 from ScottTodd:main-to-google by Copybara-Service · 3 years, 8 months ago
- 5ca3e18 Switching iree_allocator_t to a single control function ptr. (#6421) by Ben Vanik · 3 years, 8 months ago
- 8cc7831 Downgrade prints in iree.runtime to appropriate logging calls. (#6358) by Stella Laurenzo · 3 years, 9 months ago
- abe6c76 Adding iree-run-trace binary. (#6336) by Ben Vanik · 3 years, 9 months ago
- 7304521 Re-implement the python tracing facility. (#6318) by Stella Laurenzo · 3 years, 9 months ago
- 58fbb7b Moving Status/StatusOr to iree/base/status_cc.h. by Ben Vanik · 3 years, 9 months ago
- 6ada293 Renaming HAL module. by Ben Vanik · 3 years, 9 months ago
- df89eb0 Removing usage of the abseil c++ library from IREE. (#6259) by Ben Vanik · 3 years, 9 months ago
- b9b794b Removing quite a bit of absl from iree/. (#6256) by Ben Vanik · 3 years, 9 months ago
- 5e68473 Removing the strings and tensorlist TF support. (#6248) by Ben Vanik · 3 years, 9 months ago
- b008ff6 Add python console_scripts for iree-translate, iree-import-tf, iree-import-tflite, iree-import-xla. (#6237) by Stella Laurenzo · 3 years, 9 months ago
- 037497f Add a facility so that the Python API will save off all temporaries. (#6229) by Stella Laurenzo · 3 years, 9 months ago
- ab7ce70 Merge google->main (#6215) by Geoffrey Martin-Noble · 3 years, 9 months ago
- 76b17aa Add proper package configuration for iree.jax Python package. (#6214) by Stella Laurenzo · 3 years, 9 months ago
- 9d21ad5 Merge main -> google by Stella Laurenzo · 3 years, 9 months ago
- 1375d55 Update gradle to build TFLilte Java bindings AAR library (#6197) by Kojo Acquah · 3 years, 9 months ago
- be6d0b6 Removing the SIP signature parser from the runtime. (#6203) by Ben Vanik · 3 years, 9 months ago
- f980bf6 Removing iree.module.export. (#6202) by Ben Vanik · 3 years, 9 months ago
- 0bb39fc Delete old SIP ABI. (#6200) by Stella Laurenzo · 3 years, 9 months ago
- 187aa7f Flip flags to enable IREE native ABI. (#6155) by Ben Vanik · 3 years, 9 months ago
- bd3dd68 Merge google -> main (#6167) by NatashaKnk · 3 years, 10 months ago
- 82aec07 Run clang-format by natashaknk · 3 years, 10 months ago
- 77732f1 Check fread error in tflite bindings. (#6147) by Ben Vanik · 3 years, 10 months ago
- 972fa79 Add VM->Python mapping for i1 buffer views. (#6170) by Stella Laurenzo · 3 years, 10 months ago
- 4488420 Add DataType and tweak InterpreterTest for TFLite bindings. by iree-copybara-bot · 3 years, 10 months ago
- 804266f Introduce `input_type` to specify input pipeline and re-organize the (#6030) by Stella Laurenzo · 3 years, 10 months ago
- f8d05b1 Making C struct and enum usage consistent across the runtime code. (#6029) by Ben Vanik · 3 years, 10 months ago
- 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
- 5d00d54 Merge google -> main (#5912) by not-jenni · 3 years, 10 months ago
- c6b019c Merge pull request #5902 from not-jenni:main-to-google by Copybara-Service · 3 years, 10 months ago
- 609c232 Dropping the VMLA runtime. (#5900) by Ben Vanik · 3 years, 10 months ago
- ab3b79f Dropping VMLA tests in as many places as possible. (#5898) by Ben Vanik · 3 years, 10 months ago
- 9995604 More pre-factoring for native ABI swap. (#5886) by Stella Laurenzo · 3 years, 10 months ago
- 560c45d Integrate LLVM at llvm/llvm-project@7c57a9bd7d4c by iree-copybara-bot · 3 years, 10 months ago
- 29fdc8c Rename iree-tf-import -> iree-import-tf for consistency (#5706) by Shivam Gupta · 3 years, 11 months ago
- 5ba8a7a Finish implementing native ABI support. (#5844) by Stella Laurenzo · 3 years, 11 months ago
- 24fbc70 Rename c_output to c_identifier and set for embedded bytecode modules. by Scott Todd · 3 years, 11 months ago
- 0b56c88 Switch iree_bytecode_module uses of cc_embed_data to c_embed_data. by Scott Todd · 3 years, 11 months ago
- 397c4fc Implement python argument decoding for list/tuple/dict nests. (#5811) by Stella Laurenzo · 3 years, 11 months ago
- 038d5f0 Disable printing op on diagnostics in user tools by default. (#5806) by Stella Laurenzo · 3 years, 11 months ago
- 546c9b7 Exclude some targets when compiler or test builds are off. by Scott Todd · 3 years, 11 months ago
- f845ebb Merge google -> main (#5792) by Scott Todd · 3 years, 11 months ago
- 1802fe5 Misc Python API cleanups to support native ABI uses encountered. (#5785) by Stella Laurenzo · 3 years, 11 months ago
- 14a92de Improve compatibility of markdown formatting for bullet points. by Fergus Henderson · 3 years, 11 months ago
- f22645e Disable native bindings when targeting the tflite bindings. (#5776) by Ben Vanik · 3 years, 11 months ago