1. 9d15f36 Adding `--module_mode=mmap` tooling flag. (#14563) by Ben Vanik · 1 year, 9 months ago
  2. 5d96935 Fix warnings that `${arch}-unknown-unknown-eabi-elf` was not a correct triple (#14340) by bjacob · 1 year, 10 months ago
  3. c1e14b6 Fix CUDA bitcode builds on Windows. (#14306) by Scott Todd · 1 year, 10 months ago
  4. 37c79f0 Add support for lowering ops that implement the `UKernelOpInterface` on the CUDA path. (#14101) by MaheshRavishankar · 1 year, 10 months ago
  5. be24f02 Use Black to format Python files (#14161) by Jakub Kuderski · 1 year, 10 months ago
  6. df119bd Test the bring-your-own-LLVM path. (#14035) by bjacob · 1 year, 11 months ago
  7. 60b0764 Allow defining `IREE_HOST_SIZE_T` to other types. (#14040) by Scott Todd · 1 year, 11 months ago
  8. 6034421 Remove old / no longer needed flags from mnist_training notebook. (#14118) by Scott Todd · 1 year, 11 months ago
  9. e4c27f5 Support non-default sets of enabled LLVM CPU targets. (#13983) by bjacob · 1 year, 11 months ago
  10. 0e03852 Test with ASAN in bytecode modules (#14005) by bjacob · 1 year, 11 months ago
  11. ef52dbf Restructure website sections and navigation. (#13991) by Scott Todd · 1 year, 11 months ago
  12. df71589 [StableHLO] Migrate samples to StableHLO (#13916) by Jakub Kuderski · 1 year, 11 months ago
  13. 950e172 Deprecate MHLO input conversion pipeline (#13870) by Jakub Kuderski · 1 year, 11 months ago
  14. bd5174b `iree_c_embed_data` improvements (#13814) by bjacob · 1 year, 11 months ago
  15. 0913d36 Update readme for cpu embedded dispatch (#13833) by Hong-Rong Hsu · 1 year, 11 months ago
  16. f0636f4 Skip testing tflite_text_classification Colab notebook. (#13659) by Scott Todd · 2 years ago
  17. 747b309 Fix tflite_text_classification.ipynb notebook. (#13595) by Scott Todd · 2 years ago
  18. e7b8111 Swapping context/params order on CPU import functions. (#13600) by Ben Vanik · 2 years ago
  19. bb21d92 Fix many broken links across code and docs. (#13592) by Scott Todd · 2 years ago
  20. 406b7a8 Use IREE_ARCH in custom_dispatch CMakeList (#13391) by bjacob · 2 years ago
  21. 7fe84cd Update readme for plugin (NFC) (#13382) by lorenzo chelini · 2 years ago
  22. 5363ea3 Adding IREE_EXTERNAL_TOOLING_MODULES cmake flag. (#13367) by Ben Vanik · 2 years ago
  23. 0b77bfd Unify the two plugin examples to use the same micro-kernel. (#13324) by MaheshRavishankar · 2 years ago
  24. 3912546 Add a sample that uses the iree_codegen.ukernel.generic operation to call a microkernel supplied as a plugin. (#13132) by MaheshRavishankar · 2 years ago
  25. 5cd6e1d Update sample Colab notebooks following TF importer changes. (#13311) by Scott Todd · 2 years ago
  26. 9461d3b Adding support for loading VM modules from dynamic libraries. (#13112) by Ben Vanik · 2 years ago
  27. 63fee48 Adding support for passing processor_id/data to dynamic imports. (#13109) by Ben Vanik · 2 years ago
  28. e19fc8e Adding a local executable plugin mechanism. (#12625) by Ben Vanik · 2 years ago
  29. 09630d6 Finally moving VM type registration to iree_vm_instance_t. (#12650) by Ben Vanik · 2 years, 1 month ago
  30. be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years, 1 month ago
  31. c6092c4 Re-organizes compiler plugins. (#12763) by Stella Laurenzo · 2 years, 1 month ago
  32. 036391f Add simple_io_sample custom compiler plugin. (#12745) by Stella Laurenzo · 2 years, 1 month ago
  33. 8f5ced9 CMake IREE_ARCH variable, a canonicalized CMAKE_SYSTEM_PROCESSOR (#12687) by bjacob · 2 years, 1 month ago
  34. 8626fdb Rename all Bazel BUILD files to BUILD.bazel (#12663) by Geoffrey Martin-Noble · 2 years, 1 month ago
  35. 0948bc8 Be consistent about the use of IREE Bazel macros (#12645) by Geoffrey Martin-Noble · 2 years, 1 month ago
  36. 380bde7 Renaming `--iree-llvm-` CPU flags to `--iree-llvmcpu-`. by Ben Vanik · 2 years, 2 months ago
  37. e6425d6 Starting support for HAL dispatch specialization. (#12483) by Ben Vanik · 2 years, 2 months ago
  38. 784db04 Adding bytecode verification. by Ben Vanik · 2 years, 2 months ago
  39. cf49d69 Moving bytecode files under iree/vm/bytecode/. (#12371) by Ben Vanik · 2 years, 2 months ago
  40. 17e1111 Adding sym_visibility to vm.import and fixing parsing. (#12325) by Ben Vanik · 2 years, 2 months ago
  41. c7b2912 Update references from `iree-org` to `openxla`. (#12304) by Scott Todd · 2 years, 2 months ago
  42. f810b62 Disabling testing custom dispatch samples on the CI. by Ben Vanik · 2 years, 2 months ago
  43. aa05d8f Switching LLVM-CPU microkernel sample to use our clang. by Ben Vanik · 2 years, 3 months ago
  44. 1b72894 [nfc] Fix typos (#12278) by Marius Brehler · 2 years, 2 months ago
  45. e309cb3 Add `--output=` flag to iree-run-module/iree-run-mlir. (#12016) by Ben Vanik · 2 years, 3 months ago
  46. f65c5cb Renaming tool flags to --module/function/input. (#12010) by Ben Vanik · 2 years, 3 months ago
  47. 80b3577 Swapping hal.interface.binding.subspan offset and alignment. by Ben Vanik · 2 years, 3 months ago
  48. de426de Replace CMake `IREE_HOST_BINARY_ROOT` var with `IREE_HOST_BIN_DIR`. (#11812) by Scott Todd · 2 years, 4 months ago
  49. 20d746a Replace CMake `iree_get_executable_path()` with `IMPORTED` targets. (#11764) by Scott Todd · 2 years, 4 months ago
  50. 597a5b9 Fixing custom_module/async/ README header. by Ben Vanik · 2 years, 4 months ago
  51. 92d8bd5 Fixing custom_dispatch README link. by Ben Vanik · 2 years, 4 months ago
  52. 3bb67d3 Reworking task API to provide iree_task_executors_create_from_flags. (#11614) by Ben Vanik · 2 years, 4 months ago
  53. fb7f7d1 Migrate samples build to GitHub actions (#11466) by Geoffrey Martin-Noble · 2 years, 5 months ago
  54. 1f06ea7 Remove native training example. by Daniel Ellis · 2 years, 5 months ago
  55. fcae6d7 Remove strip_overloads from native_training example. by Daniel Ellis · 2 years, 5 months ago
  56. b4bf5f7 Splitting iree-sample-deps from iree-test-deps. by Ben Vanik · 2 years, 5 months ago
  57. 5efe034 Adding examples of custom CUDA/SPIR-V/CPU dispatch code. by Ben Vanik · 2 years, 5 months ago
  58. 7b75cf7 Add test script for native training. by Daniel Ellis · 2 years, 5 months ago
  59. 693f45a Remove scikit-learn requirement from native training example (#11368) by Daniel Ellis · 2 years, 5 months ago
  60. f470a38 Add PyTorch native training example by Daniel Ellis · 2 years, 5 months ago
  61. eefc3b0 Adding custom_module/sync/ & custom_module/async/ samples. by Ben Vanik · 2 years, 5 months ago
  62. 7d2c17a Moving existing custom_module sample to custom_module/basic/. by Ben Vanik · 2 years, 5 months ago
  63. a230101 Adding a makefile to the dynamic_shapes sample. (#11093) by Ben Vanik · 2 years, 6 months ago
  64. a29e67a Assorted fixes for tests on Windows. (#11079) by Scott Todd · 2 years, 6 months ago
  65. 3072817 Making ref_cc.h an implementation detail of iree/vm/ref.h. (#10948) by Ben Vanik · 2 years, 6 months ago
  66. 7a9b84c Making status_cc.h an implementation detail of status.h. (#10946) by Ben Vanik · 2 years, 6 months ago
  67. decb765 Removing IREE_API_VERSION. (#10937) by Ben Vanik · 2 years, 6 months ago
  68. 85b1f82 Renaming util.do_not_optimize to util.optimization_barrier. (#10884) by Ben Vanik · 2 years, 6 months ago
  69. cbe9dcc Adding support for multiple queues on the local-task device. (#10817) by Ben Vanik · 2 years, 6 months ago
  70. 699f33f Remove deprecated output format flags. (#10628) by Scott Todd · 2 years, 7 months ago
  71. 8ebe002 Regenerate Colab notebooks using new nightly package index page. (#10603) by Scott Todd · 2 years, 7 months ago
  72. 7cb39b0 Enable RISC-V 32-bit Linux tests (#10523) by CindyLiu · 2 years, 7 months ago
  73. 2dfacaf Switching --iree-vm-target-index-bits= default to 64. (#10510) by Ben Vanik · 2 years, 7 months ago
  74. 4c13cae Update Colab notebooks to use --output-format=mlir-ir. (#10409) by Scott Todd · 2 years, 8 months ago
  75. 4c2029f Integrate llvm-project and bump dependencies. (#10103) by Thomas · 2 years, 9 months ago
  76. 0096d8d Fix "cpu" to "llvm-cpu" in one last Colab notebook. (#10104) by Scott Todd · 2 years, 9 months ago
  77. 2d85c9d Fix samples after VM changes. (#10048) by Scott Todd · 2 years, 9 months ago
  78. 9aa83ed Making VM modules take an instance arg. by Ben Vanik · 2 years, 9 months ago
  79. 857fff2 Adding instance arg to type registration functions. by Ben Vanik · 2 years, 9 months ago
  80. 0b8210c Adding `--iree-execution-model=` flag. by Ben Vanik · 2 years, 9 months ago
  81. 6b8387c Adding VM module dependency versioning support. (#10014) by Ben Vanik · 2 years, 9 months ago
  82. 6e3283e Fix runtime driver name in tflite_text_classification.ipynb. (#9997) by Scott Todd · 2 years, 9 months ago
  83. 2616ac7 Add a python custom module sample. (#9969) by Stella Laurenzo · 2 years, 9 months ago
  84. 95e8fb3 Adding workaround for size optimized build issue. by Ben Vanik · 2 years, 9 months ago
  85. 97058ad Adding custom_module sample. by Ben Vanik · 2 years, 9 months ago
  86. 55bec0d Update samples to use "llvm-cpu" and "local-task" names consistently. (#9932) by Scott Todd · 2 years, 9 months ago
  87. 850e265 Replace "llvmaot" with "llvmcpu" in Python code/tests. (#9861) by Scott Todd · 2 years, 9 months ago
  88. c00c706 Splitting HAL module types into their own library. by Ben Vanik · 2 years, 10 months ago
  89. 352da3f Remove "AOT" from LLVM target names. (#9854) by Scott Todd · 2 years, 9 months ago
  90. d6dc9b7 Remove unnecessary `--iree-input-type=mhlo` flag uses. (#9852) by Scott Todd · 2 years, 9 months ago
  91. 7c4fdc3 Replace mhlo ops with core dialect ops in more tests. (#9838) by Scott Todd · 2 years, 9 months ago
  92. 8d45de0 Plumbing through IREE_HAL_MODULE_FLAG_SYNCHRONOUS. by Ben Vanik · 2 years, 10 months ago
  93. 7e46380 Replace mhlo ops with core dialect ops in some tests. (#9688) by Scott Todd · 2 years, 10 months ago
  94. a25ca12 Cleaning up VMVX a bit to make it easier to extend. (#9633) by Ben Vanik · 2 years, 10 months ago
  95. 7df3973 Update URLs following iree-org move. (#9635) by Scott Todd · 2 years, 10 months ago
  96. 9297a78 Documentation fix for vision_inference sample (#9472) by Matt Walsh · 2 years, 11 months ago
  97. 5844fd6 Reworking IREE_HAL_BUFFER_USAGE_* bits to carry more information. by Ben Vanik · 2 years, 11 months ago
  98. 2a1925c Refactor `IREE_ENABLE_EMITC` -> `IREE_OUTPUT_FORMAT_C`. (#9455) by Scott Todd · 2 years, 11 months ago
  99. f66ea1b Always pass `--output-format=vm-c` in iree_c_module. (#9451) by Scott Todd · 2 years, 11 months ago
  100. 795f6f9 Add BUILD file for vm/test/emitc and samples/emitc_modules (#9431) by Jacques Pienaar · 2 years, 11 months ago