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