1. 7dd6fa6 Initialize nanobind at top-level (#19422) by Marius Brehler · 3 months ago
  2. cf95c94 [NFC] Add a CMake option IREE_VISIBILITY_HIDDEN. (#19068) by Stella Laurenzo · 4 months ago
  3. 9c5b57a Use FetchContent for both pybind11 and nanobind. (#18872) by Stella Laurenzo · 5 months ago
  4. 258cdb8 Opt into free-threaded Python (#18770) by Marius Brehler · 5 months ago
  5. a6043e2 Adding a null HAL driver. (#18675) by Ben Vanik · 5 months ago
  6. f2bf602 [BUILD] change cuda and hip to default off (#17996) by maxbartel · 6 months ago
  7. 7c8fedc Remove PyYAML dependency from Python bindings. (#18262) by Scott Todd · 7 months ago
  8. 5f4235a Build flag IREE_EMBED_RELEASE_INFO should be IREE_EMBEDDED_RELEASE_INFO (#18285) by Cullen Rhodes · 7 months ago
  9. 9b05f17 Delete all in-tree benchmark infrastructure code. (#18144) by Scott Todd · 7 months ago
  10. 6c45bef [runtime][HIP] Retire ROCm HAL backend (#17029) by Nithin Meganathan · 8 months ago
  11. f004bf1 Delete obsolete tests/microbenchmarks/ folder. (#18051) by Scott Todd · 8 months ago
  12. 3d6a8ee Bump Tracy to https://github.com/wolfpld/tracy/commit/cf2344111. (#17488) by Scott Todd · 10 months ago
  13. 4132d2e [runtime][hal][hip] Implement collectives via RCCL (#17270) by Boian Petkantchin · 10 months ago
  14. 655b71a Executable library call hooks system, and a sample Linux/CPU event implementation (#15803) by Benoit Jacob · 11 months ago
  15. f5660ee Harden how ConstEval uses llvm-cpu and the runtime libraries. (#17075) by Scott Todd · 11 months ago
  16. 3cce7fc Add the conv2d test generator (for NCHW-FCHW layout). (#16849) by Prashant Kumar · 11 months ago
  17. e942406 [cmake] Require runtime tracing for compiler tracing (#16922) by Jakub Kuderski · 12 months ago
  18. 5f2743b [hip] Move into hal/drivers and build by default (#16706) by Lei Zhang · 12 months ago
  19. b61a918 Enable LTO optimization by default for runtime releases. (#16811) by Stella Laurenzo · 12 months ago
  20. 00c9fc2 Add option to toggle CMAKE_POSITION_INDEPENDENT_CODE (#16311) by Gyungmin Myung · 1 year ago
  21. 6ff9a3d Refactor how llvm-cpu check tests interface with ASan/TSan. (#16452) by Scott Todd · 1 year ago
  22. 96a09d9 Delete experimental/cpu_ukernel (#16540) by Benoit Jacob · 1 year ago
  23. eeda5ca Renaming WebGPU to WebGPU-SPIRV (ala Metal-SPIRV). (#16586) by Ben Vanik · 1 year, 1 month ago
  24. 46e1206 Allow disabling vmfb builds when check tests are disabled. (#16273) by Scott Todd · 1 year, 1 month ago
  25. 315e238 Allow using iree_lit_test without building the compiler. (#16267) by Scott Todd · 1 year, 1 month ago
  26. 41583ca [cuda] NFC: rename cuda2 to cuda (#16232) by Lei Zhang · 1 year, 2 months ago
  27. cfe865f [cuda] Drop cuda1 HAL implementation code (#16188) by Lei Zhang · 1 year, 2 months ago
  28. 3b3cef9 [cuda] Switch cuda2 on and cuda1 off by default (#16107) by Lei Zhang · 1 year, 2 months ago
  29. dd787a7 Removing trace_replay infra and the libyaml dependency. by Ben Vanik · 1 year, 2 months ago
  30. f2952ab Replacing iree-e2e-matmul-test with one using IR instead of YAML. by Ben Vanik · 1 year, 2 months ago
  31. 58cd112 Enforce CUDA >= 12 and fix its CMake search procedure (#16142) by Boian Petkantchin · 1 year, 2 months ago
  32. dd17612 Add `IREE_ENABLE_WERROR_FLAG` CMake option. (#16121) by Rechie Kho · 1 year, 2 months ago
  33. 73fe86e Disable CUDA2 by default. (#16102) by Ben Vanik · 1 year, 2 months ago
  34. 171e31c [cuda] Move to hal/drivers and wire up BUILD files (#14620) by Lei Zhang · 1 year, 2 months ago
  35. 8869777 Add crosscompile utility binaries back to iree-dist tarball (#16034) by CindyLiu · 1 year, 2 months ago
  36. 3e0583f Some CMake package install ergonomics. (#16015) by Stella Laurenzo · 1 year, 3 months ago
  37. 15c306f Build functioning dev packages for IREECompiler and IREERuntime. (#16008) by Stella Laurenzo · 1 year, 3 months ago
  38. 62c4f98 Replacing cpuinfo on Mac and adding support for E/P cores. (#15891) by Ben Vanik · 1 year, 3 months ago
  39. ef51eb6 [HIP] Adds basics to implement HIP HAL driver (#15506) by Nithin Meganathan · 1 year, 3 months ago
  40. 53af681 Add logging indents during CMake configuration for subprojects. (#15596) by Scott Todd · 1 year, 4 months ago
  41. 50aa2cc Fix experimental/webgpu build by setting binary dir. (#15627) by Scott Todd · 1 year, 4 months ago
  42. ef8982c Convert WebGPU compiler target into a plugin. (#15612) by Scott Todd · 1 year, 4 months ago
  43. 66b10cc Skip bytecode module sanitizer check when not building the compiler. (#15588) by Peyman B · 1 year, 4 months ago
  44. 2eda767 Migrate tests and benchmarks from `--iree-llvmcpu-enable-microkernels` to `--iree-llvmcpu-enable-ukernels` (#15584) by bjacob · 1 year, 4 months ago
  45. 2eb6862 Unify compiler and runtime HAL driver plugin systems. (#15551) by Stella Laurenzo · 1 year, 4 months ago
  46. 2fe00a5 Explain `PYTHONPATH` setup in build instructions. (#14834) by Scott Todd · 1 year, 4 months ago
  47. fd9cd2f Fix some minspec/optional feature bitrot. (#15378) by Stella Laurenzo · 1 year, 4 months ago
  48. 332ac35 Drop AMDGPU in-tree build of device libraries. (#15374) by Stella Laurenzo · 1 year, 4 months ago
  49. fed372c Make iree_benchmark_suite_module_test easier to run locally (#15238) by Jerry Wu · 1 year, 5 months ago
  50. e023ea7 [rocm] Bundle HIP headers into a submodule and use that by default. (#15186) by Stella Laurenzo · 1 year, 5 months ago
  51. 77a8741 Fixing TRACY_NO_EXIT on MacOS and supporting MacOS tracy builds. (#15143) by Ben Vanik · 1 year, 5 months ago
  52. 58b5670 [rocm] Enable the ROCM compiler target backend by default. (#15111) by Stella Laurenzo · 1 year, 5 months ago
  53. d413a7e [ROCM] Build rocm device bc files from source and installation setup. (#15096) by Stanley Winata · 1 year, 5 months ago
  54. 1166f12 [vulkan][spirv] Update submodules and deps (#15052) by Jakub Kuderski · 1 year, 6 months ago
  55. e3578d5 Removing VMA. (#14960) by Ben Vanik · 1 year, 6 months ago
  56. 265d41f Replace tm_tensor with torch-mlir proper (#14917) by Stella Laurenzo · 1 year, 6 months ago
  57. 9ed3dab Update documentations and setups to Python 3.9 (#14860) by Han-Chung Wang · 1 year, 7 months ago
  58. cbe93c0 Replacing the use of cpuinfo on Windows with our own queries. (#14597) by Ben Vanik · 1 year, 7 months ago
  59. d1d03cb [metal] Move to hal/drivers and default build for Apple silicon (#14129) by Lei Zhang · 1 year, 7 months ago
  60. d4e3968 All-reduce Cuda E2E Python test (#14418) by Boian Petkantchin · 1 year, 8 months ago
  61. 62a7f35 Make IREE_COMPILER_BUILTIN_PLUGIN_PATHS extensible by super-projects. (#14356) by Stella Laurenzo · 1 year, 8 months ago
  62. dd3d69a Generate build targets for benchmark presets (#14204) by Jerry Wu · 1 year, 9 months ago
  63. acf0b27 Fix the MacOS FindPython build issue. (#14233) by Stella Laurenzo · 1 year, 9 months ago
  64. abe91fa Port iree.runtime to nanobind. (#14214) by Stella Laurenzo · 1 year, 9 months ago
  65. 7ed4f4b Adding a console tracing provider and support for external ones. (#14113) by Ben Vanik · 1 year, 9 months ago
  66. 3546f2a [StableHLO] Use stablehlo submodule (#14094) by Jakub Kuderski · 1 year, 9 months ago
  67. 8f36024 [metal] Add build and registration for a Metal HAL driver by Lei Zhang · 2 years, 1 month ago
  68. 96d9213 Reword comments for `IREE_BUILD_DOCS`. (#14069) by Scott Todd · 1 year, 9 months ago
  69. 0dbf086 Remove MHLO support (#14008) by Jakub Kuderski · 1 year, 9 months ago
  70. 0e03852 Test with ASAN in bytecode modules (#14005) by bjacob · 1 year, 9 months ago
  71. 21b41db Create `iree-benchmark-import-models-large` for large benchmarks (#13963) by Jerry Wu · 1 year, 9 months ago
  72. e7c2cba Initial WebGPU HAL implementation. by Ben Vanik · 3 years, 8 months ago
  73. ad321b6 Rollup of HAL/runtime/infra changes for WebGPU HAL. (#13953) by Scott Todd · 1 year, 9 months ago
  74. 5c38bcc [cuda] Implement basics for a CUDA HAL driver rewrite (#13942) by Lei Zhang · 1 year, 9 months ago
  75. 2544efe Rename long-running to large in benchmark suite and workflows (#13914) by Jerry Wu · 1 year, 9 months ago
  76. 36641f9 Remove legacy benchmark suites (#13765) by Jerry Wu · 1 year, 10 months ago
  77. 43305f7 Split benchamrk suite build target into default and long-running (#13129) by Jerry Wu · 1 year, 10 months ago
  78. 161daa7 Rename default benchmark preset group to "default" (#13717) by Jerry Wu · 1 year, 10 months ago
  79. 3dc368e Builtin ukernels as system/standalone plugins (#13433) by bjacob · 1 year, 10 months ago
  80. 5363ea3 Adding IREE_EXTERNAL_TOOLING_MODULES cmake flag. (#13367) by Ben Vanik · 1 year, 11 months ago
  81. e19fc8e Adding a local executable plugin mechanism. (#12625) by Ben Vanik · 1 year, 11 months ago
  82. 09630d6 Finally moving VM type registration to iree_vm_instance_t. (#12650) by Ben Vanik · 1 year, 11 months ago
  83. 923535d [cmake] Avoid trailing slash in package root prefix (#12956) by Lei Zhang · 2 years ago
  84. be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years ago
  85. 569fd6a Rename CMake options for legacy benchmark suites (#12718) by Jerry Wu · 2 years ago
  86. c6092c4 Re-organizes compiler plugins. (#12763) by Stella Laurenzo · 2 years ago
  87. 17b3e5f First step of adding compiler plugins to the build system. (#12598) by Stella Laurenzo · 2 years ago
  88. 5740497 Rename IREE_BUILD_EXPERIMENTAL_E2E_TEST_ARTIFACTS to IREE_BUILD_E2E_TEST_ARTIFACTS (#12469) by Jerry Wu · 2 years ago
  89. 289b9a1 Add IREE_COMPILER_BUILD_SHARED_LIBS option. (#12310) by Stella Laurenzo · 2 years, 1 month ago
  90. 309dc5b Separate the compiler stable API into compiler/bindings/c. (#12332) by Stella Laurenzo · 2 years, 1 month ago
  91. c7b2912 Update references from `iree-org` to `openxla`. (#12304) by Scott Todd · 2 years, 1 month ago
  92. 9be15aa Add LLVM tools to iree-test-deps target. (#12307) by Stella Laurenzo · 2 years, 1 month ago
  93. 7f6c57c Generating iree/builtins/device using our own clang. by Ben Vanik · 2 years, 1 month ago
  94. a49a5f5 Fixing tblgen cache break from LLVM project inclusion changes. (#12295) by Ben Vanik · 2 years, 1 month ago
  95. 96d959e Add an option to disable use of bundled LLVM. (#12256) by Stella Laurenzo · 2 years, 1 month ago
  96. e2dfc65 Help old brains by adding iree-run-tests convenience target. (#12156) by Stella Laurenzo · 2 years, 1 month ago
  97. 3f76468 [cmake] Build iree-sample-deps with iree-test-deps (#12090) by Jakub Kuderski · 2 years, 1 month ago
  98. 8678138 Require compiler static linking when using compiler tracing. (#12091) by Scott Todd · 2 years, 1 month ago
  99. 18a5485 Refine CUDA CMake options and usage in scripts. (#11976) by Scott Todd · 2 years, 2 months ago
  100. 9fa5de7 Enable CUDA (compiler and runtime) by default in CMake builds. (#11832) by Scott Todd · 2 years, 2 months ago