- e91401e Adding `!input`/`!output`/`!blackboard` support to iree-run-trace. by Ben Vanik · 2 years, 1 month ago
- cf49d69 Moving bytecode files under iree/vm/bytecode/. (#12371) by Ben Vanik · 2 years, 1 month ago
- c319c2d Adding initial dispatch instrumention support. (#12357) by Ben Vanik · 2 years, 1 month ago
- 309dc5b Separate the compiler stable API into compiler/bindings/c. (#12332) by Stella Laurenzo · 2 years, 1 month ago
- 7958fc9 Adding IREE_FLAG_LIST utility for repeated string flags. (#11806) by Ben Vanik · 2 years, 2 months ago
- fc0442f Fixes necessary to enable const hoisting and eval. (#11440) by Stella Laurenzo · 2 years, 4 months ago
- 7ec09ce Create explicit compiler C API libraries and enable dynamic linking on all platforms (#11285) by Stella Laurenzo · 2 years, 4 months ago
- 0a6cdf0 Add support for GEMM e2e Test For CUDA backend on F16 input (#10842) by Manish Gupta · 2 years, 5 months ago
- 3072817 Making ref_cc.h an implementation detail of iree/vm/ref.h. (#10948) by Ben Vanik · 2 years, 5 months ago
- 7a9b84c Making status_cc.h an implementation detail of status.h. (#10946) by Ben Vanik · 2 years, 5 months ago
- 7859d63 Updating the core tools to support --device_profiling_mode= flag. by Ben Vanik · 2 years, 5 months ago
- e9ae963 Implementing basic `--iree-execution-model=async-external` support. by Ben Vanik · 2 years, 6 months ago
- 5bf7ae9 Let vm_util be C-only, split C++ part into vm_util_cc (#10563) by bjacob · 2 years, 6 months ago
- e98a03b Adding `--expected_output=` flag to iree-run-module. (#10433) by Ben Vanik · 2 years, 6 months ago
- 27ded29 Remove tooling/cpu_features, switch to base/internal/cpu. (#10303) by bjacob · 2 years, 7 months ago
- 4c2029f Integrate llvm-project and bump dependencies. (#10103) by Thomas · 2 years, 7 months ago
- bcec0b5 Cleaning up iree-check-module. by Ben Vanik · 2 years, 8 months ago
- 007109f Adding tooling utils for VM context creation. by Ben Vanik · 2 years, 8 months ago
- 5d67461 Removing the bespoke struct attr gen in favor of AttrDefs. by Ben Vanik · 2 years, 9 months ago
- 91c75fb Removing iree/base/logging.h. (#9605) by Ben Vanik · 2 years, 9 months ago
- 097d826 Renaming iree/tools/utils/ -> iree/tooling/. (#9417) by Ben Vanik · 2 years, 10 months ago
- 6d77ca0 Adding a device_util helper for tooling. (#9415) by Ben Vanik · 2 years, 10 months ago
- 1c59c11 Renaming file_path to path and adding some basic URI utils. (#9384) by Ben Vanik · 2 years, 10 months ago
- 44f95f8 Update CMake packages to anchor on iree:: for top level dirs. (#9220) by Scott Todd · 2 years, 10 months ago
- f44859d Remove iree-translate. (#9143) by Stella Laurenzo · 2 years, 10 months ago
- 9a28639 Enabling split rodata blobs in VMFB archives. by Ben Vanik · 2 years, 10 months ago
- f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 2 years, 10 months ago[Renamed (99%) from iree/tools/BUILD]
- 4c022df Move runtime libraries from iree/tools/ into runtime/. (#9084) by Scott Todd · 2 years, 11 months ago
- 1f1ef56 Move library code from iree/tools/ to compiler/. (#9077) by Scott Todd · 2 years, 11 months ago
- 41a2ceb Move iree/compiler to top-level compiler/. (#9022) by Stella Laurenzo · 2 years, 11 months ago
- 9bde61b Move C runtime source directories into runtime/src/iree. (#8950) by Stella Laurenzo · 3 years ago
- b5a2a7f Add the TMTensorToLinalgExtPass by Yi Zhang · 3 years, 1 month ago
- acf3e8d Hook up the tmtensor dialect in third_party/torch-mlir-dialects by Yi Zhang · 3 years ago
- 4d7683e Add support for calling tile_to_in_parallel from IREE. (#8627) by Nicolas Vasilache · 3 years ago
- 7f2972c Replace all compilation uses of iree-translate with iree-compile. (#8576) by Stella Laurenzo · 3 years ago
- f361267 Update LinalgExt to encompass iree-llvm-sandbox additions. (#8554) by Nicolas Vasilache · 3 years ago
- ae1c3a2 Hoist buildIREEVMTransformPassPipeline() to its own library and build standalone ireec tool. (#8559) by Stella Laurenzo · 3 years ago
- 35bc9a1 Aligning read file contents in tools. (#8505) by Ben Vanik · 3 years, 1 month ago
- cfddeb6 Integrate llvm-project and bump dependencies. (#8464) by Thomas · 3 years, 1 month ago
- 5e2d790 Integrate llvm-project and bump dependencies by Thomas · 3 years, 1 month ago
- 4662c1b aarch64 +i8mm kernels, plus necessary infra. (#8316) by bjacob · 3 years, 1 month ago
- a0236fb Add Bazel build configuration for EmitC (#8287) by Marius Brehler · 3 years, 2 months ago
- 26f2507 Integrate llvm-project at 5c9ee3513870cc597d50ba6145d6c2e60cdddb67 (#8256) by Han-Chung Wang · 3 years, 2 months ago
- 1e4bf5f Move a string helper to iree/compiler/Utils (#8220) by bjacob · 3 years, 2 months ago
- d0a79c4 Generate arm intrinsics for MMT4D (#7751) by Geoffrey Martin-Noble · 3 years, 2 months ago
- 45a6784 Temporarily disable CUDA targets pending build system changes. (#8203) by Scott Todd · 3 years, 2 months ago
- 435c270 Use the real lit tool for lit testing (#8166) by Geoffrey Martin-Noble · 3 years, 2 months ago
- 5286416 Remove IreeFileCheck (#8081) by Geoffrey Martin-Noble · 3 years, 2 months ago
- 7a74270 Adding -iree-mlir-to-hal-executable translation. (#7970) by Ben Vanik · 3 years, 3 months ago
- 7734c49 Add facilities for hoisting global initializers from constant expressions. (#7858) by Stella Laurenzo · 3 years, 3 months ago
- 982dd1b Integrate LLVM at llvm/llvm-project@c6a8bec4c578 by Benjamin Kramer · 3 years, 4 months ago
- 031afd1 NFC Refactoring to prepare for using Comprehensive bufferization. (#7786) by MaheshRavishankar · 3 years, 4 months ago
- 4dab39d Merge branch 'google' of https://github.com/google/iree into google-to-main by Rob Suderman · 3 years, 4 months ago
- edb1e64 Deleting the IREE shape dialect. by Ben Vanik · 3 years, 4 months ago
- f1d64e4 Integrate LLVM at llvm/llvm-project@259cd6f89377 by Benjamin Kramer · 3 years, 4 months ago
- 02cfcd1 Moves the linalg_ext dialect to iree_linalg_ext under the iree-dialects project. (#7657) by Stella Laurenzo · 3 years, 4 months ago
- d5fc2c2 Use upstream patterns to fold `affine.min` ops in loops (#7564) by Lei Zhang · 3 years, 5 months ago
- d36d806 Adding the head of the stream dialect conversion pipeline. (#7526) by Ben Vanik · 3 years, 5 months ago
- 80a3c85 Revert "Adding the head of the stream dialect conversion pipeline. (#7439)" (#7520) by Ben Vanik · 3 years, 5 months ago
- e15f213 Adding the head of the stream dialect conversion pipeline. (#7439) by Ben Vanik · 3 years, 5 months ago
- ce5ee95 Build trace-runner tests in Bazel. (#7499) by bjacob · 3 years, 5 months ago
- 6e825ae Move `LoweringConfigAttr` and `TranslationInfoAttr` to `AttrDef`. (#7385) by MaheshRavishankar · 3 years, 5 months ago
- ae5e27b Adding `stream` dialect. (#7398) by Ben Vanik · 3 years, 5 months ago
- 8489f52 Remove testonly label from iree-benchmark-[module,trace]. (#7222) by Scott Todd · 3 years, 6 months ago
- 95ad84c Fork and adapt old iree.compiler -> iree.compiler.tools. (#7164) by Stella Laurenzo · 3 years, 6 months ago
- b998f1f Splitting the flatcc runtime dependency into parsing and building. (#7064) by Ben Vanik · 3 years, 6 months ago
- 7b76af2 Plumb through all `TiledOpInterface` ops. (#7006) by MaheshRavishankar · 3 years, 7 months ago
- ab3c0ac Initial commit: Add new iree_pydm dialect and supporting code to compile to it. (#6907) by Stella Laurenzo · 3 years, 7 months ago
- cefb906 Allow printing of IR after pass in `iree-translate` (#6902) by MaheshRavishankar · 3 years, 7 months ago
- 1c497ab Wire the new 'iree' dialect into iree-opt. by Stella Laurenzo · 3 years, 8 months ago
- 4a93d25 Moving Dialect/IREE/ to Dialect/Util/. by Ben Vanik · 3 years, 8 months ago
- ea5550a Integrate LLVM at llvm/llvm-project@95995673d1ba by iree-copybara-bot · 3 years, 8 months ago
- b4fd987 Add support for lowering linalg_ext.sort to loops on memrefs. (#6364) by Han-Chung Wang · 3 years, 9 months ago
- 3df1e4e Add a pass TopLevelSCFToCFG which converts to CFG without recursing into opaque ops. (#6373) by Stella Laurenzo · 3 years, 9 months ago
- 1239190 Merge pull request #6371 from hanhanW:main-to-google by Copybara-Service · 3 years, 9 months ago
- b64432a Introduce LinalgExt dialect to IREE. (#6303) by Han-Chung Wang · 3 years, 9 months ago
- 79b24eb Integrate LLVM at llvm/llvm-project@1f169a774cb8 by iree-copybara-bot · 3 years, 9 months ago
- 50e46cd Adding iree-benchmark-trace tool. by Ben Vanik · 3 years, 9 months ago
- 8acdf39 Splitting iree_trace_replay_* into its own library. by Ben Vanik · 3 years, 9 months ago
- abe6c76 Adding iree-run-trace binary. (#6336) by Ben Vanik · 3 years, 9 months ago
- a7986e1 Step 4/n (n=4). Rename Conversion folder to Codegen and clean up pass names. (#6267) by MaheshRavishankar · 3 years, 9 months ago
- a903649 Adding libyaml submodule and getting it building. (#6319) by Ben Vanik · 3 years, 9 months ago
- 58fbb7b Moving Status/StatusOr to iree/base/status_cc.h. by Ben Vanik · 3 years, 9 months ago
- d2f24f0 Renaming check module. 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
- 9213c1a Step 3/n. Move MHLO/TOSA related passes into a separate folder. (#6249) by MaheshRavishankar · 3 years, 9 months ago
- 5e68473 Removing the strings and tensorlist TF support. (#6248) by Ben Vanik · 3 years, 9 months ago
- 8a1a592 Eliminate static pass registration from the Conversion tree. (#6204) by Stella Laurenzo · 3 years, 10 months ago
- 111be2e Add IREE variant of mlir-lsp-server. (#6178) by Scott Todd · 3 years, 10 months ago
- 3472e44 First pass deleting dead v0 shape/shapex code. (#6115) by Stella Laurenzo · 3 years, 10 months ago
- 931a3b1 Running IWYU on iree/ runtime-related code. 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
- be0c060 Start porting the Conversion dir to tablegen pass registration. (#6011) by Stella Laurenzo · 3 years, 10 months ago
- f6d36fe Initial commit to add experimental ROCM backend (#5881) by harsh-nod · 3 years, 10 months ago
- 636b767 Removing a lot of compiler code that was only kept live by VMLA. (#5908) by Ben Vanik · 3 years, 11 months ago
- a0f9e3c Dropping the VMLA compiler. (#5903) by Ben Vanik · 3 years, 11 months ago
- 907f353 Adding compiler VMVX HAL target backend. by Ben Vanik · 4 years ago
- 75122ec Adding skeleton VMVX compiler module. by Ben Vanik · 4 years ago
- 1ead648 Removing more absl::string_view usage. by Ben Vanik · 3 years, 11 months ago
- c8cd350 Porting iree/base/internal/file_io.h to C. (#5699) by Ben Vanik · 3 years, 11 months ago