- 1e8d1fa Move iree/samples/ -> samples/ (#8958) by Stella Laurenzo · 3 years ago
- 41224d1 Move scripts/ to build_tools/scripts/ (#8959) by Stella Laurenzo · 3 years ago
- 9bde61b Move C runtime source directories into runtime/src/iree. (#8950) by Stella Laurenzo · 3 years ago
- 4aae003 Adding IREE_ENABLE_CPUINFO to allow disabling cpuinfo usage. (#8933) by Ben Vanik · 3 years ago
- 3b44a0a Modernize and relocate iree/runtime Python package to runtime/bindings/python. (#8912) by Stella Laurenzo · 3 years ago
- 6012859 Move llvm-external-projects/iree-compiler-api -> iree/compiler/API. (#8911) by Stella Laurenzo · 3 years ago
- a6fbb76 Enable compilation tests for microbenchmarks (#8904) by Han-Chung Wang · 3 years ago
- eb5de2b Turn on IREE_BUILD_TORCH_MLIR_SUPPORT for standalone compiler-api build by Yi Zhang · 3 years ago
- c35fee8 Make torch-mlir-dialects optional by Yi Zhang · 3 years ago
- 9ca7563 Make benchmark artifact generation a bit more flexible. (#8846) by Scott Todd · 3 years ago
- 5943902 Always build CUDA on CI. (#8867) by Stella Laurenzo · 3 years ago
- 7cf5b84 TSan instrumentation of module code (#8474) by bjacob · 3 years ago
- 623d174 Initiate the benchmark script for Linux (#8649) by Jerry Wu · 3 years ago
- acf3e8d Hook up the tmtensor dialect in third_party/torch-mlir-dialects by Yi Zhang · 3 years ago
- 1af90ee add IREE_BYTECODE_MODULE_FORCE_SYSTEM_DYLIB_LINKER (#8659) by bjacob · 3 years ago
- 74b04b7 Rework cmake test deps, target selection and presets. (#8423) by Stella Laurenzo · 3 years, 1 month ago
- 9fd5b5d Fix IREE_CUDA_LIBDEVICE_PATH to work even when SDK is found. (#8328) by Stella Laurenzo · 3 years, 1 month ago
- 15fce0a Add dynamic linking web sample using Emscripten. (#8319) by Scott Todd · 3 years, 1 month ago
- 02b5c3e Add cuda SDK to Nvidia Docker image and re-enable cuda tests (#8247) by Thomas · 3 years, 2 months ago
- 5062ae3 Further escalate the CUDA detection arms race. (#8252) by Stella Laurenzo · 3 years, 2 months ago
- 9838866 Re-enable CUDA compiler and runtime build. (#8235) by Stella Laurenzo · 3 years, 2 months ago
- 65690a1 Expose HAL low levels to Python and factor out a DeviceArray. (#8206) by Stella Laurenzo · 3 years, 2 months ago
- 45a6784 Temporarily disable CUDA targets pending build system changes. (#8203) by Scott Todd · 3 years, 2 months ago
- f237b5e Add an experimental static library web demo using Emscripten. (#8171) by Scott Todd · 3 years, 2 months ago
- 2811e50 Avoid running long benchmarks as tests (#8176) by Geoffrey Martin-Noble · 3 years, 2 months ago
- 435c270 Use the real lit tool for lit testing (#8166) by Geoffrey Martin-Noble · 3 years, 2 months ago
- 7df0109 ROCm port update (#8100) by Stanley Winata · 3 years, 2 months ago
- a6bf65c Uncouples integrations/tensorflow from the CMake build. (#8078) by Stella Laurenzo · 3 years, 2 months ago
- fc9564d Added TFLite end-to-end integration test for mobilenet v1 (#7953) by rsuderman · 3 years, 2 months ago
- f33f5b5 Remove defaulting '-dev' suffix from release packages. by Stella Laurenzo · 3 years, 3 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
- 99e9f5b Use cmake_dependent_option for options that require IREE_BUILD_COMPILER. (#7985) by Scott Todd · 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
- 776d7e6 Allow to turn of error on uninitialized submodules (#7911) by Marius Brehler · 3 years, 3 months ago
- 434ff0e Refactor the HAL CTS for out of tree / individual drivers. (#7887) by Scott Todd · 3 years, 3 months ago
- f8519ca Add WebGPU compiler CMake option with SPIRV-Tools and Tint dependencies. by Scott Todd · 3 years, 3 months ago
- 8b0b0cd Replace "all" with "default" in CMake *_TO_BUILD options. by Scott Todd · 3 years, 3 months ago
- 2a8cd3b Check string equality for submodule cache check. (#7865) by Scott Todd · 3 years, 3 months ago
- 3847ddc Remove IREE_BUILD_EXPERIMENTAL_JAVA_BINDINGS. by Scott Todd · 3 years, 4 months ago
- 658cf6c Splitting librt into two builtins and changing linking style. (#7721) by Ben Vanik · 3 years, 4 months ago
- e5b269a Only check submodule status once per git commit. (#7671) by Scott Todd · 3 years, 4 months ago
- 66d4889 Implement benchmarks from TFLite flatbuffers (#7493) by Geoffrey Martin-Noble · 3 years, 5 months ago
- fe74bd4 Refactor CMake rules for connecting to TF binaries (#7479) by Geoffrey Martin-Noble · 3 years, 5 months ago
- 6874719 Switching to using our own flatcc compiler library. (#7468) by Ben Vanik · 3 years, 5 months ago
- d89a5af Allow more modern CMake policies (#7424) by Geoffrey Martin-Noble · 3 years, 5 months ago
- 3149b6d Auto detect PyYAML and disable generator based tests if not available. (#7449) by Stella Laurenzo · 3 years, 5 months ago
- 5feef48 end-to-end matmul tests (#7347) by bjacob · 3 years, 5 months ago
- 5e29c82 Relocate third_party/mlir-emitc components (#7388) by Marius Brehler · 3 years, 5 months ago
- d3770ff Add IREE_BUILD_TRACY CMake option. (#7382) by Stella Laurenzo · 3 years, 5 months ago
- 29032b8 Normalize Python3 find_package and pybind setup. (#7349) by Stella Laurenzo · 3 years, 5 months ago
- a547965 Separate HAL driver registration with the threading (#7184) by CindyLiu · 3 years, 6 months ago
- 48a4330 Remove old bindings/python/iree/compiler API. (#7201) by Stella Laurenzo · 3 years, 6 months ago
- 688670f Adapt iree-compiler-api so it builds standalone and as part of iree. (#7178) by Stella Laurenzo · 3 years, 6 months ago
- 27c448e Bump cmake to 3.16.3. (#7180) by Stella Laurenzo · 3 years, 6 months ago
- 95ad84c Fork and adapt old iree.compiler -> iree.compiler.tools. (#7164) by Stella Laurenzo · 3 years, 6 months ago
- 1547ac2 Fix CMake build. (#7160) by MaheshRavishankar · 3 years, 6 months ago
- 749ce66 Only add bundled pybind11 if not already found. (#7125) by Stella Laurenzo · 3 years, 6 months ago
- 3fa4f8d Restore -Wunused to CMake build and add dev mode to disable (#7004) by Geoffrey Martin-Noble · 3 years, 7 months ago
- 5400f0f Build EmitC by default. by Marius Brehler · 3 years, 8 months ago
- 02230c1 Rename llvm-projects -> llvm-external-projects. by Stella Laurenzo · 3 years, 8 months ago
- 62fbef0 Includes the iree-dialects project in the main IREE build. (#6687) by Stella Laurenzo · 3 years, 8 months ago
- 275215d Initial commit of iree-compiler-api. (#6668) by Stella Laurenzo · 3 years, 8 months ago
- 1cd9f0a Add a separate option for enabling compiler tracing. (#6585) by Scott Todd · 3 years, 8 months ago
- 47238df Run a check_submodule_init script during CMake configure (#6568) by Niloy Sikdar · 3 years, 8 months ago
- 08cea04 Move benchmark/ out of iree/ for better codebase structure (#6498) by Lei Zhang · 3 years, 8 months ago
- 75d4bb8 Import and switch to fork of EmitC's C/C++ emitter by Marius Brehler · 3 years, 8 months ago
- bb759de Remove `IREE_BUILD_EMBEDDING_SAMPLES` option. by Scott Todd · 3 years, 9 months ago
- 28cacaa Allow building samples without the compiler. by Scott Todd · 3 years, 9 months ago
- a903649 Adding libyaml submodule and getting it building. (#6319) by Ben Vanik · 3 years, 9 months ago
- 552c5f4 LLVM's tblgen causes hundreds of cmake warnings. This quiets them. (#6271) by Ben Vanik · 3 years, 9 months ago
- 3135b43 Removing third_party/abseil-cpp. (#6260) 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
- 5b63912 Add an IREE_ENABLE_ASSERTIONS option and make it interop with LLVM. (#6252) by Stella Laurenzo · 3 years, 9 months ago
- 331946c Add CMake option to support thread-less configuration by Cindy Liu · 3 years, 10 months ago
- 0a8a944 Initial gen_test_matrix commit. (#6126) by Stella Laurenzo · 3 years, 9 months ago
- 0d89d53 Remove third_party/renderdoc_api. (#6207) by Scott Todd · 3 years, 9 months ago
- ff38a68 Adjust module specification in `iree_mlir_benchmark_suite` (#6128) by Lei Zhang · 3 years, 10 months ago
- fe4403e [cmake] Support defining benchmark suites from MLIR input modules (#6024) by Lei Zhang · 3 years, 10 months ago
- 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
- ac77c20 Assemble, Linking BC, LLD Link in ROCm (#5962) by raikonenfnu · 3 years, 10 months ago
- 4b31bd9 Initial Adding ROCM HAL Backend to Experimental (#5943) by raikonenfnu · 3 years, 10 months ago
- f6d36fe Initial commit to add experimental ROCM backend (#5881) by harsh-nod · 3 years, 10 months ago
- 2464e04 Removing unused pffft submodule. (#5916) by Ben Vanik · 3 years, 10 months ago
- e964f33 Removing unused ruy submodule. (#5915) by Ben Vanik · 3 years, 10 months ago
- a0f9e3c Dropping the VMLA compiler. (#5903) by Ben Vanik · 3 years, 10 months ago
- 609c232 Dropping the VMLA runtime. (#5900) by Ben Vanik · 3 years, 10 months ago
- 0f14db0 Adding VMVX HAL executable support and a `--driver=vmvx` registration. by Ben Vanik · 4 years ago
- 907f353 Adding compiler VMVX HAL target backend. by Ben Vanik · 4 years ago
- 3079fb1 Add CUDA libdevice module to third_party (#5867) by Thomas · 3 years, 11 months ago
- 807f457 Add image_util library for image --> buffer_view (#5655) by CindyLiu · 3 years, 11 months ago
- 6af6162 Drop cc_embed_data. by Scott Todd · 3 years, 11 months ago
- bca97d3 Delete IREE_BUILD_EXPERIMENTAL_MODEL_BUILDER config. by Scott Todd · 3 years, 11 months ago
- b69d0cc Adding iree/runtime/ as a higher-level C API. (#5707) by Ben Vanik · 3 years, 11 months ago
- 6a0313b Add IREE_BUILD_TENSORFLOW_ALL option to streamline default case. by Stella Laurenzo · 3 years, 11 months ago
- bf8cd9e Switching from half.hpp to our own f16<->f32 conversion. (#5661) by Ben Vanik · 4 years ago
- 691d001 Turn off IREE_BUILD_EMBEDDING_SAMPLES (#5618) by CindyLiu · 4 years ago
- b4737c5 Build simple_embedding_run in c API. (#5524) by CindyLiu · 4 years ago
- 5bf3994 IREE Java TFLite Bindings (#5361) by Kojo Acquah · 4 years ago
- 40ed02d Add c_embed_data build tool (#5540) by CindyLiu · 4 years ago