- 37c79f0 Add support for lowering ops that implement the `UKernelOpInterface` on the CUDA path. (#14101) by MaheshRavishankar · 1 year, 9 months ago
- abe91fa Port iree.runtime to nanobind. (#14214) by Stella Laurenzo · 1 year, 9 months ago
- 154648c Remove INTERFACE copts/linkopts from external_cc_library header libraries. (#14216) by Stella Laurenzo · 1 year, 9 months ago
- ae70815 Pipeclean byo_llvm, add docs and support requested features. (#14164) by Stella Laurenzo · 1 year, 9 months ago
- 14452a1 Strip IREE prefix from tablegen doc files. (#14189) by Scott Todd · 1 year, 9 months ago
- 7ca13e3 Add MLIR dialects to website "Reference" section. (#14117) by Scott Todd · 1 year, 9 months ago
- 72995e1 avoid Clang <= 10 bug with -fno-lax-vector-conversions (#14168) by bjacob · 1 year, 9 months ago
- 39d45a1 Add riscv64 baremetal runtime (#14105) by Yun Hsiang · 1 year, 9 months ago
- df119bd Test the bring-your-own-LLVM path. (#14035) by bjacob · 1 year, 9 months ago
- ceedf20 Fix cmake typo that disabled many e2e tests. (#14137) by bjacob · 1 year, 9 months ago
- bed2763 Clean up code of legacy benchmark suite (#14081) by Jerry Wu · 1 year, 9 months ago
- bb7a83e Create empty files without unnecessary timestamp updates. (#14097) by bjacob · 1 year, 9 months ago
- 0dbf086 Remove MHLO support (#14008) by Jakub Kuderski · 1 year, 9 months ago
- 2dddf02 Correctly tag Vulkan Ampere tests as requiring sm80 (#14039) by Geoffrey Martin-Noble · 1 year, 9 months ago
- e4c27f5 Support non-default sets of enabled LLVM CPU targets. (#13983) by bjacob · 1 year, 10 months ago
- 0e03852 Test with ASAN in bytecode modules (#14005) by bjacob · 1 year, 10 months ago
- daabcf7 Unbreak the `byo_llvm.sh` build with `iree_bitcode_library`. (#13968) by bjacob · 1 year, 10 months ago
- 6d60a12 Add WebGPU sample application and update other web demos. by Scott Todd · 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
- 37edc2f Let `iree_add_all_subdirs` be a macro (#13948) by bjacob · 1 year, 10 months ago
- 5efe2d7 build cleanups (#13947) by bjacob · 1 year, 10 months ago
- 60b623a Improving iree_arena_t/iree_resource_set_t ASAN debugging. (#13939) by Ben Vanik · 1 year, 10 months ago
- e23561d Improvements to target CPU features variants in e2e tests (#13915) by bjacob · 1 year, 10 months ago
- f4f8e91 CMake simplifications around `iree_check_test` and `iree_trace_runner_test` (#13889) by bjacob · 1 year, 10 months ago
- 9043e05 Fix windows e2e tests (#13895) by bjacob · 1 year, 10 months ago
- bf8588e Microkernels: add arm64 bitcode. Test everywhere. (#13846) by bjacob · 1 year, 10 months ago
- 446a542 Correct 32bit/64bit separation in ukernel code. (#13878) by bjacob · 1 year, 10 months ago
- 950e172 Deprecate MHLO input conversion pipeline (#13870) by Jakub Kuderski · 1 year, 10 months ago
- 1c9c4fc Use CMake's `if(IS_ABSOLUTE)` in `iree_c_embed_data` (#13855) by bjacob · 1 year, 10 months ago
- 1423d09 Enable AVX2+FMA in e2e matmul + ukernels test; support comma-separated CPU features. (#13837) by bjacob · 1 year, 10 months ago
- 041b4e8 Separate architecture generic<->specific bitcode (#13825) by bjacob · 1 year, 10 months ago
- 5b47197 Handle Windows `C:/`-style absolute paths in `iree_c_embed_data` (#13852) by bjacob · 1 year, 10 months ago
- bd5174b `iree_c_embed_data` improvements (#13814) by bjacob · 1 year, 10 months ago
- c63d261 [StableHLO][NFC] Enable pow e2e test on llvm-cpu (#13792) by Jakub Kuderski · 1 year, 10 months ago
- 36641f9 Remove legacy benchmark suites (#13765) by Jerry Wu · 1 year, 10 months ago
- a4fef93 Only build required benchmark targets in CI (#13665) by Jerry Wu · 1 year, 10 months ago
- 3e2d243 limit ukernel bitcode tests to x86-64 (#13710) by bjacob · 1 year, 10 months ago
- 29647b3 CPU ukernels as bitcode (x86-only for now) (#13460) by MaheshRavishankar · 1 year, 10 months ago
- d9818fe Add vmvx integration tests to CI (#13584) by CindyLiu · 1 year, 10 months ago
- 9e80fb0 Delete old TensorFlow Bazel code, docs, and flags. (#13437) by Scott Todd · 1 year, 11 months ago
- 04ea2d9 Fix issues after integreate (#13503) by Jakub Kuderski · 1 year, 11 months ago
- 3dc368e Builtin ukernels as system/standalone plugins (#13433) by bjacob · 1 year, 11 months ago
- cbdd789 Integrate llvm-project and bump dependencies (#13444) by Okwan Kwon · 1 year, 11 months ago
- 747e9b2 Revert "Integrate llvm-project and bump dependencies" (#13430) by Scott Todd · 1 year, 11 months ago
- 4e404d8 Integrate llvm-project and bump dependencies (#13412) by Okwan Kwon · 1 year, 11 months ago
- ceb3715 [ci] Fix Android benchmark pipeline after removing tflite importer (#13407) by Lei Zhang · 1 year, 11 months ago
- d3d7b42 [tflite] Switch to upstream TFLite to TOSA API. (#13361) by Jacques Pienaar · 1 year, 11 months ago
- dc1684d [spirv][vulkan] Run e2 i8 matmul tests in CI (#13312) by Jakub Kuderski · 1 year, 11 months ago
- 31de207 Disable failing ukernel tests on Windows (#13276) by bjacob · 1 year, 11 months ago
- 8cf1db2 Using FindThreads instead of hardcode `-lpthread`. (#13118) by Rechie Kho · 1 year, 11 months ago
- e4e2398 Add CI workflow to run android tests on mobile phones (#13024) by Jerry Wu · 1 year, 11 months ago
- 9040c43 Opt in to `-Wc++20-extensions` warning in clang. (#13158) by Scott Todd · 1 year, 11 months ago
- 0b92d79 Enable passing tests on CPU. (#13147) by Han-Chung Wang · 1 year, 11 months ago
- 9461d3b Adding support for loading VM modules from dynamic libraries. (#13112) by Ben Vanik · 1 year, 11 months ago
- e19fc8e Adding a local executable plugin mechanism. (#12625) by Ben Vanik · 2 years ago
- 8ba879a Delete unused iree-import-xla path (#13068) by Jacques Pienaar · 2 years ago
- 035bfc5 Use pinned iree-tools-tflite in benchmarks (#13057) by Jerry Wu · 2 years ago
- 1034e40 Re-apply converting TF models using TF Python API. (#13025) by Stella Laurenzo · 2 years ago
- 9d28125 Disable caching on GitHub-host MacOS X86_64 runners (#12905) by Geoffrey Martin-Noble · 2 years ago
- 7faa624 Turn the functionality in iree_setup_toolchain.cmake into a macro. (#12955) by Stella Laurenzo · 2 years ago
- 922973b Revert "Convert TF models using TF Python API." (#12972) by mariecwhite · 2 years ago
- 4ddd772 [ci] Drop iree-import-tf in build_android_benchmark.sh (#12964) by Lei Zhang · 2 years ago
- 923535d [cmake] Avoid trailing slash in package root prefix (#12956) by Lei Zhang · 2 years ago
- 164bad3 Convert TF models using TF Python API. by Daniel Ellis · 2 years ago
- be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years ago
- d81e29b `iree_get_platform` return just `${IREE_ARCH}-${CMAKE_SYSTEM_NAME}` (#12699) by bjacob · 2 years ago
- 51dbeb8 Fix Python dtype conversion for int64 on Windows. (#12880) by Scott Todd · 2 years ago
- 4a0b9d2 Update the tensor.pack tests to not fuse inputs and pack ops. (#12879) by Han-Chung Wang · 2 years ago
- c9fd648 Fix path to MLIR_CMAKE_DIR. by Stella Laurenzo · 2 years ago
- afd9ed7 Enable frame pointers in RelWithDebInfo build type (#12817) by bjacob · 2 years ago
- 7758e48 Add a `noriscv` test label, skip in RISC-V emulator tests (#12854) by bjacob · 2 years ago
- 569fd6a Rename CMake options for legacy benchmark suites (#12718) by Jerry Wu · 2 years ago
- 26c389e Remove redundant CMake loop. (#12779) by Stella Laurenzo · 2 years ago
- d1e7ef8 Only exclude e2e_matmul_mmt4d_i8_small on RISC-V. (#12764) by Han-Chung Wang · 2 years ago
- c6092c4 Re-organizes compiler plugins. (#12763) by Stella Laurenzo · 2 years ago
- 036391f Add simple_io_sample custom compiler plugin. (#12745) by Stella Laurenzo · 2 years ago
- 17b3e5f First step of adding compiler plugins to the build system. (#12598) by Stella Laurenzo · 2 years ago
- 8f5ced9 CMake IREE_ARCH variable, a canonicalized CMAKE_SYSTEM_PROCESSOR (#12687) by bjacob · 2 years ago
- c1557b1 select aarch64 specific tests on Apple arm64 (#12674) by bjacob · 2 years ago
- 4032809 Enable some now-passing tests on Windows. (#12577) by Scott Todd · 2 years ago
- 338b979 Fixed some missing llvm -> llvmcpu renamings. by Ben Vanik · 2 years ago
- 380bde7 Renaming `--iree-llvm-` CPU flags to `--iree-llvmcpu-`. by Ben Vanik · 2 years ago
- c49f08c Add `-ftrivial-auto-var-init=pattern` to ASAN build (#12447) by Geoffrey Martin-Noble · 2 years ago
- 6dd9de8 Move compiler APIs to final locations. (#12554) by Stella Laurenzo · 2 years ago
- 69c35cb Don't configure Python tests when bindings are disabled (#12532) by Geoffrey Martin-Noble · 2 years ago
- 784db04 Adding bytecode verification. by Ben Vanik · 2 years, 1 month ago
- 7c3e6a5 Consider OS when query processor count in ctest_all.sh (#12490) by Lei Zhang · 2 years, 1 month ago
- 071831b Disable failing loader and python compilation tests on macOS (#12497) by Lei Zhang · 2 years, 1 month ago
- 2a6060f Create install directory before querying its real path (#12491) by Lei Zhang · 2 years, 1 month ago
- 5740497 Rename IREE_BUILD_EXPERIMENTAL_E2E_TEST_ARTIFACTS to IREE_BUILD_E2E_TEST_ARTIFACTS (#12469) by Jerry Wu · 2 years, 1 month ago
- c3f4a7c Revert "Support run Tracy in bleeding edge docker images" (#12420) by Jerry Wu · 2 years, 1 month ago
- e6970d8 Support run Tracy in bleeding edge docker images (#12270) by Jerry Wu · 2 years, 1 month ago
- e2cfc99 Fix e2e test artifacts to use composite id (#12388) by Jerry Wu · 2 years, 1 month ago
- 2e0ef4f [cmake] Make writing check tests easier for external drivers (#12380) by Lei Zhang · 2 years, 1 month ago
- cf49d69 Moving bytecode files under iree/vm/bytecode/. (#12371) by Ben Vanik · 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
- f810b62 Disabling testing custom dispatch samples on the CI. by Ben Vanik · 2 years, 1 month ago
- 7f6c57c Generating iree/builtins/device using our own clang. by Ben Vanik · 2 years, 1 month ago