- 46e1206 Allow disabling vmfb builds when check tests are disabled. (#16273) by Scott Todd · 1 year, 2 months ago
- 315e238 Allow using iree_lit_test without building the compiler. (#16267) by Scott Todd · 1 year, 2 months ago
- 41583ca [cuda] NFC: rename cuda2 to cuda (#16232) by Lei Zhang · 1 year, 2 months ago
- cfe865f [cuda] Drop cuda1 HAL implementation code (#16188) by Lei Zhang · 1 year, 2 months ago
- 3b3cef9 [cuda] Switch cuda2 on and cuda1 off by default (#16107) by Lei Zhang · 1 year, 2 months ago
- dd787a7 Removing trace_replay infra and the libyaml dependency. by Ben Vanik · 1 year, 2 months ago
- f2952ab Replacing iree-e2e-matmul-test with one using IR instead of YAML. by Ben Vanik · 1 year, 2 months ago
- 58cd112 Enforce CUDA >= 12 and fix its CMake search procedure (#16142) by Boian Petkantchin · 1 year, 2 months ago
- dd17612 Add `IREE_ENABLE_WERROR_FLAG` CMake option. (#16121) by Rechie Kho · 1 year, 2 months ago
- 73fe86e Disable CUDA2 by default. (#16102) by Ben Vanik · 1 year, 2 months ago
- 171e31c [cuda] Move to hal/drivers and wire up BUILD files (#14620) by Lei Zhang · 1 year, 2 months ago
- 8869777 Add crosscompile utility binaries back to iree-dist tarball (#16034) by CindyLiu · 1 year, 3 months ago
- 3e0583f Some CMake package install ergonomics. (#16015) by Stella Laurenzo · 1 year, 3 months ago
- 15c306f Build functioning dev packages for IREECompiler and IREERuntime. (#16008) by Stella Laurenzo · 1 year, 3 months ago
- 62c4f98 Replacing cpuinfo on Mac and adding support for E/P cores. (#15891) by Ben Vanik · 1 year, 3 months ago
- ef51eb6 [HIP] Adds basics to implement HIP HAL driver (#15506) by Nithin Meganathan · 1 year, 4 months ago
- 53af681 Add logging indents during CMake configuration for subprojects. (#15596) by Scott Todd · 1 year, 4 months ago
- 50aa2cc Fix experimental/webgpu build by setting binary dir. (#15627) by Scott Todd · 1 year, 4 months ago
- ef8982c Convert WebGPU compiler target into a plugin. (#15612) by Scott Todd · 1 year, 4 months ago
- 66b10cc Skip bytecode module sanitizer check when not building the compiler. (#15588) by Peyman B · 1 year, 4 months ago
- 2eda767 Migrate tests and benchmarks from `--iree-llvmcpu-enable-microkernels` to `--iree-llvmcpu-enable-ukernels` (#15584) by bjacob · 1 year, 4 months ago
- 2eb6862 Unify compiler and runtime HAL driver plugin systems. (#15551) by Stella Laurenzo · 1 year, 4 months ago
- 2fe00a5 Explain `PYTHONPATH` setup in build instructions. (#14834) by Scott Todd · 1 year, 5 months ago
- fd9cd2f Fix some minspec/optional feature bitrot. (#15378) by Stella Laurenzo · 1 year, 5 months ago
- 332ac35 Drop AMDGPU in-tree build of device libraries. (#15374) by Stella Laurenzo · 1 year, 5 months ago
- fed372c Make iree_benchmark_suite_module_test easier to run locally (#15238) by Jerry Wu · 1 year, 5 months ago
- e023ea7 [rocm] Bundle HIP headers into a submodule and use that by default. (#15186) by Stella Laurenzo · 1 year, 5 months ago
- 77a8741 Fixing TRACY_NO_EXIT on MacOS and supporting MacOS tracy builds. (#15143) by Ben Vanik · 1 year, 6 months ago
- 58b5670 [rocm] Enable the ROCM compiler target backend by default. (#15111) by Stella Laurenzo · 1 year, 6 months ago
- d413a7e [ROCM] Build rocm device bc files from source and installation setup. (#15096) by Stanley Winata · 1 year, 6 months ago
- 1166f12 [vulkan][spirv] Update submodules and deps (#15052) by Jakub Kuderski · 1 year, 6 months ago
- e3578d5 Removing VMA. (#14960) by Ben Vanik · 1 year, 6 months ago
- 265d41f Replace tm_tensor with torch-mlir proper (#14917) by Stella Laurenzo · 1 year, 7 months ago
- 9ed3dab Update documentations and setups to Python 3.9 (#14860) by Han-Chung Wang · 1 year, 7 months ago
- cbe93c0 Replacing the use of cpuinfo on Windows with our own queries. (#14597) by Ben Vanik · 1 year, 8 months ago
- d1d03cb [metal] Move to hal/drivers and default build for Apple silicon (#14129) by Lei Zhang · 1 year, 8 months ago
- d4e3968 All-reduce Cuda E2E Python test (#14418) by Boian Petkantchin · 1 year, 8 months ago
- 62a7f35 Make IREE_COMPILER_BUILTIN_PLUGIN_PATHS extensible by super-projects. (#14356) by Stella Laurenzo · 1 year, 9 months ago
- dd3d69a Generate build targets for benchmark presets (#14204) by Jerry Wu · 1 year, 9 months ago
- acf0b27 Fix the MacOS FindPython build issue. (#14233) by Stella Laurenzo · 1 year, 9 months ago
- abe91fa Port iree.runtime to nanobind. (#14214) by Stella Laurenzo · 1 year, 9 months ago
- 7ed4f4b Adding a console tracing provider and support for external ones. (#14113) by Ben Vanik · 1 year, 9 months ago
- 3546f2a [StableHLO] Use stablehlo submodule (#14094) by Jakub Kuderski · 1 year, 9 months ago
- 8f36024 [metal] Add build and registration for a Metal HAL driver by Lei Zhang · 2 years, 2 months ago
- 96d9213 Reword comments for `IREE_BUILD_DOCS`. (#14069) by Scott Todd · 1 year, 9 months ago
- 0dbf086 Remove MHLO support (#14008) by Jakub Kuderski · 1 year, 10 months ago
- 0e03852 Test with ASAN in bytecode modules (#14005) by bjacob · 1 year, 10 months ago
- 21b41db Create `iree-benchmark-import-models-large` for large benchmarks (#13963) by Jerry Wu · 1 year, 10 months ago
- e7c2cba Initial WebGPU HAL implementation. by Ben Vanik · 3 years, 8 months ago
- ad321b6 Rollup of HAL/runtime/infra changes for WebGPU HAL. (#13953) by Scott Todd · 1 year, 10 months ago
- 5c38bcc [cuda] Implement basics for a CUDA HAL driver rewrite (#13942) by Lei Zhang · 1 year, 10 months ago
- 2544efe Rename long-running to large in benchmark suite and workflows (#13914) by Jerry Wu · 1 year, 10 months ago
- 36641f9 Remove legacy benchmark suites (#13765) by Jerry Wu · 1 year, 10 months ago
- 43305f7 Split benchamrk suite build target into default and long-running (#13129) by Jerry Wu · 1 year, 10 months ago
- 161daa7 Rename default benchmark preset group to "default" (#13717) by Jerry Wu · 1 year, 10 months ago
- 3dc368e Builtin ukernels as system/standalone plugins (#13433) by bjacob · 1 year, 11 months ago
- 5363ea3 Adding IREE_EXTERNAL_TOOLING_MODULES cmake flag. (#13367) by Ben Vanik · 1 year, 11 months ago
- e19fc8e Adding a local executable plugin mechanism. (#12625) by Ben Vanik · 2 years ago
- 09630d6 Finally moving VM type registration to iree_vm_instance_t. (#12650) by Ben Vanik · 2 years ago
- 923535d [cmake] Avoid trailing slash in package root prefix (#12956) by Lei Zhang · 2 years ago
- be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years ago
- 569fd6a Rename CMake options for legacy benchmark suites (#12718) by Jerry Wu · 2 years ago
- c6092c4 Re-organizes compiler plugins. (#12763) by Stella Laurenzo · 2 years ago
- 17b3e5f First step of adding compiler plugins to the build system. (#12598) by Stella Laurenzo · 2 years ago
- 5740497 Rename IREE_BUILD_EXPERIMENTAL_E2E_TEST_ARTIFACTS to IREE_BUILD_E2E_TEST_ARTIFACTS (#12469) by Jerry Wu · 2 years, 1 month ago
- 289b9a1 Add IREE_COMPILER_BUILD_SHARED_LIBS option. (#12310) by Stella Laurenzo · 2 years, 1 month ago
- 309dc5b Separate the compiler stable API into compiler/bindings/c. (#12332) by Stella Laurenzo · 2 years, 1 month ago
- c7b2912 Update references from `iree-org` to `openxla`. (#12304) by Scott Todd · 2 years, 1 month ago
- 9be15aa Add LLVM tools to iree-test-deps target. (#12307) by Stella Laurenzo · 2 years, 1 month ago
- 7f6c57c Generating iree/builtins/device using our own clang. by Ben Vanik · 2 years, 1 month ago
- a49a5f5 Fixing tblgen cache break from LLVM project inclusion changes. (#12295) by Ben Vanik · 2 years, 1 month ago
- 96d959e Add an option to disable use of bundled LLVM. (#12256) by Stella Laurenzo · 2 years, 1 month ago
- e2dfc65 Help old brains by adding iree-run-tests convenience target. (#12156) by Stella Laurenzo · 2 years, 1 month ago
- 3f76468 [cmake] Build iree-sample-deps with iree-test-deps (#12090) by Jakub Kuderski · 2 years, 1 month ago
- 8678138 Require compiler static linking when using compiler tracing. (#12091) by Scott Todd · 2 years, 1 month ago
- 18a5485 Refine CUDA CMake options and usage in scripts. (#11976) by Scott Todd · 2 years, 2 months ago
- 9fa5de7 Enable CUDA (compiler and runtime) by default in CMake builds. (#11832) by Scott Todd · 2 years, 2 months ago
- c31c8a0 Nccl integration (#11585) by Okwan Kwon · 2 years, 2 months ago
- de426de Replace CMake `IREE_HOST_BINARY_ROOT` var with `IREE_HOST_BIN_DIR`. (#11812) by Scott Todd · 2 years, 2 months ago
- 20d746a Replace CMake `iree_get_executable_path()` with `IMPORTED` targets. (#11764) by Scott Todd · 2 years, 2 months ago
- 702929a [cmake] Move inclusion of tools directory up (#11685) by Jacques Pienaar · 2 years, 3 months ago
- a9d23f6 Overhaul CMake and Bazel CUDA support (#11651) by Stella Laurenzo · 2 years, 3 months ago
- 4cf4b5a Support runtime tracing with Tracy in bazel builds. (#11650) by Stella Laurenzo · 2 years, 3 months ago
- 99335ac Delete liburing and the old experiment referencing it. (#11656) by Stella Laurenzo · 2 years, 3 months ago
- 27779b2 Add version method and init helper (#11627) by Jacques Pienaar · 2 years, 3 months ago
- fb87ad1 Generate compile statistics modules in e2e test artifacts (#11572) by Jerry Wu · 2 years, 3 months ago
- a9aaebe Revert "Integrate NCCL" (#11584) by Ben Vanik · 2 years, 3 months ago
- 399adb3 Integrate NCCL (#11481) by Okwan Kwon · 2 years, 3 months ago
- 299fc93 Fix CUDA libdevice checking in CMake (#11484) by Lei Zhang · 2 years, 4 months ago
- fe9cb17 Touch up Python build instructions. (#11424) by Scott Todd · 2 years, 4 months ago
- b4bf5f7 Splitting iree-sample-deps from iree-test-deps. by Ben Vanik · 2 years, 4 months ago
- 5efe034 Adding examples of custom CUDA/SPIR-V/CPU dispatch code. by Ben Vanik · 2 years, 4 months ago
- adadd03 Adding IREE_LINK_COMPILER_SHARED_LIBRARY cmake flag. (#11335) by Ben Vanik · 2 years, 4 months ago
- deb4805 Enable split-dwarf and thin archives when possible. (#11292) 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
- 61ea1ed Deprecate `IREE_ENABLE_CCACHE` option (#11283) by Geoffrey Martin-Noble · 2 years, 4 months ago
- d41d073 Build e2e test artifacts in CI (#11217) by Jerry Wu · 2 years, 4 months ago
- 16e2d9c Move benchmark artifacts into e2e_test_artifacts dir (#11200) by Jerry Wu · 2 years, 4 months ago
- 4fd7a1d [docker] More code sharing and use development clang for Bazel builds (#11108) by Geoffrey Martin-Noble · 2 years, 4 months ago
- 2d79c20 Adding support for the RenderDoc capture API for Vulkan devices. by Ben Vanik · 2 years, 5 months ago