1. a230101 Adding a makefile to the dynamic_shapes sample. (#11093) by Ben Vanik · 2 years, 6 months ago
  2. a29e67a Assorted fixes for tests on Windows. (#11079) by Scott Todd · 2 years, 6 months ago
  3. 3072817 Making ref_cc.h an implementation detail of iree/vm/ref.h. (#10948) by Ben Vanik · 2 years, 6 months ago
  4. 7a9b84c Making status_cc.h an implementation detail of status.h. (#10946) by Ben Vanik · 2 years, 6 months ago
  5. decb765 Removing IREE_API_VERSION. (#10937) by Ben Vanik · 2 years, 6 months ago
  6. 85b1f82 Renaming util.do_not_optimize to util.optimization_barrier. (#10884) by Ben Vanik · 2 years, 6 months ago
  7. cbe9dcc Adding support for multiple queues on the local-task device. (#10817) by Ben Vanik · 2 years, 6 months ago
  8. 699f33f Remove deprecated output format flags. (#10628) by Scott Todd · 2 years, 7 months ago
  9. 8ebe002 Regenerate Colab notebooks using new nightly package index page. (#10603) by Scott Todd · 2 years, 7 months ago
  10. 7cb39b0 Enable RISC-V 32-bit Linux tests (#10523) by CindyLiu · 2 years, 7 months ago
  11. 2dfacaf Switching --iree-vm-target-index-bits= default to 64. (#10510) by Ben Vanik · 2 years, 7 months ago
  12. 4c13cae Update Colab notebooks to use --output-format=mlir-ir. (#10409) by Scott Todd · 2 years, 8 months ago
  13. 4c2029f Integrate llvm-project and bump dependencies. (#10103) by Thomas · 2 years, 9 months ago
  14. 0096d8d Fix "cpu" to "llvm-cpu" in one last Colab notebook. (#10104) by Scott Todd · 2 years, 9 months ago
  15. 2d85c9d Fix samples after VM changes. (#10048) by Scott Todd · 2 years, 9 months ago
  16. 9aa83ed Making VM modules take an instance arg. by Ben Vanik · 2 years, 9 months ago
  17. 857fff2 Adding instance arg to type registration functions. by Ben Vanik · 2 years, 9 months ago
  18. 0b8210c Adding `--iree-execution-model=` flag. by Ben Vanik · 2 years, 9 months ago
  19. 6b8387c Adding VM module dependency versioning support. (#10014) by Ben Vanik · 2 years, 9 months ago
  20. 6e3283e Fix runtime driver name in tflite_text_classification.ipynb. (#9997) by Scott Todd · 2 years, 9 months ago
  21. 2616ac7 Add a python custom module sample. (#9969) by Stella Laurenzo · 2 years, 9 months ago
  22. 95e8fb3 Adding workaround for size optimized build issue. by Ben Vanik · 2 years, 9 months ago
  23. 97058ad Adding custom_module sample. by Ben Vanik · 2 years, 9 months ago
  24. 55bec0d Update samples to use "llvm-cpu" and "local-task" names consistently. (#9932) by Scott Todd · 2 years, 9 months ago
  25. 850e265 Replace "llvmaot" with "llvmcpu" in Python code/tests. (#9861) by Scott Todd · 2 years, 9 months ago
  26. c00c706 Splitting HAL module types into their own library. by Ben Vanik · 2 years, 10 months ago
  27. 352da3f Remove "AOT" from LLVM target names. (#9854) by Scott Todd · 2 years, 9 months ago
  28. d6dc9b7 Remove unnecessary `--iree-input-type=mhlo` flag uses. (#9852) by Scott Todd · 2 years, 9 months ago
  29. 7c4fdc3 Replace mhlo ops with core dialect ops in more tests. (#9838) by Scott Todd · 2 years, 9 months ago
  30. 8d45de0 Plumbing through IREE_HAL_MODULE_FLAG_SYNCHRONOUS. by Ben Vanik · 2 years, 10 months ago
  31. 7e46380 Replace mhlo ops with core dialect ops in some tests. (#9688) by Scott Todd · 2 years, 10 months ago
  32. a25ca12 Cleaning up VMVX a bit to make it easier to extend. (#9633) by Ben Vanik · 2 years, 10 months ago
  33. 7df3973 Update URLs following iree-org move. (#9635) by Scott Todd · 2 years, 10 months ago
  34. 9297a78 Documentation fix for vision_inference sample (#9472) by Matt Walsh · 2 years, 11 months ago
  35. 5844fd6 Reworking IREE_HAL_BUFFER_USAGE_* bits to carry more information. by Ben Vanik · 2 years, 11 months ago
  36. 2a1925c Refactor `IREE_ENABLE_EMITC` -> `IREE_OUTPUT_FORMAT_C`. (#9455) by Scott Todd · 2 years, 11 months ago
  37. f66ea1b Always pass `--output-format=vm-c` in iree_c_module. (#9451) by Scott Todd · 2 years, 11 months ago
  38. 795f6f9 Add BUILD file for vm/test/emitc and samples/emitc_modules (#9431) by Jacques Pienaar · 2 years, 11 months ago
  39. 2814631 Remove explicit `--iree-mlir-to-vm-bytecode-module` flag usage. (#9445) by Scott Todd · 2 years, 11 months ago
  40. 0748091 Update docs in samples/vision_inference. (#9420) by Scott Todd · 2 years, 11 months ago
  41. 70c2bb0 Making runtime APIs with sized arrays consistently (count, array). (#9416) by Ben Vanik · 2 years, 11 months ago
  42. 7ca0f46 Replace samples/vision_inference with a Python script + README. (#9403) by Scott Todd · 2 years, 11 months ago
  43. 74d741e Fix samples after driver refactoring. (#9391) by Scott Todd · 2 years, 11 months ago
  44. 718e04e Update documentation for local-task and local-sync drivers. (#9399) by Scott Todd · 2 years, 11 months ago
  45. 1c84fdf Removing iree_hal_driver_id_t in favor of just string names. (#9389) by Ben Vanik · 2 years, 11 months ago
  46. 6e64b6e Replacing use of dylib/vmvx(-sync) with local-task/local-sync drivers. by Ben Vanik · 2 years, 11 months ago
  47. 2e8540e Renaming embedded_library_loader to embedded_elf_loader. by Ben Vanik · 2 years, 11 months ago
  48. 325b044 Splitting sync and task drivers into iree/hal/drivers/. Progress on #4298. by Ben Vanik · 2 years, 11 months ago
  49. 2a24025 Moving CUDA and Vulkan HAL drivers to iree/hal/drivers/. Progress on #9336. by Ben Vanik · 2 years, 11 months ago
  50. f2b857a Delete samples/vulkan/ and iree-run-module-vulkan-gui. (#9340) by Scott Todd · 2 years, 11 months ago
  51. f44859d Remove iree-translate. (#9143) by Stella Laurenzo · 2 years, 11 months ago
  52. e32cc76 Move Bazel code from iree/ into build_tools/bazel/. (#9149) by Scott Todd · 3 years ago
  53. f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 3 years ago
  54. c4b04e3 Rework includes and directory names for samples. (#9177) by Scott Todd · 3 years ago
  55. a8c4403 Fix data type in vulkan_inference_gui. (#9171) by Scott Todd · 3 years ago
  56. 49fee30 Making iree_hal_dim_t track iree_device_size_t, and making that size_t. by Ben Vanik · 3 years ago
  57. 3136e8f Fix a few remaining unqualified uses of func.func. (#9122) by Scott Todd · 3 years ago
  58. 52f62b8 Consistently use two dashes for long command line options. (#9064) by Scott Todd · 3 years ago
  59. 1f1ef56 Move library code from iree/tools/ to compiler/. (#9077) by Scott Todd · 3 years ago
  60. 95b3150 Remove absl test and logging deps from Python unit tests. (#9069) by Stella Laurenzo · 3 years ago
  61. c0be21d Fix mnist_training Colab notebook. (#9066) by Scott Todd · 3 years ago
  62. e2f6c0f Remove obsolete Python 2 linter compatibility comments. (#9040) by Scott Todd · 3 years ago
  63. e93f0ee Remove more unnecessary variable references from CMake files. (#9042) by Scott Todd · 3 years ago
  64. 41a2ceb Move iree/compiler to top-level compiler/. (#9022) by Stella Laurenzo · 3 years ago
  65. 1a1aea6 Tidy up CMake style across the project. (#9000) by Scott Todd · 3 years ago
  66. 61c95e0 Don't emit unused variables in import shims by Simon Camphausen · 3 years ago
  67. 88df3b0 Move Colab notebooks from colab/ to samples/colab/. (#8988) by Scott Todd · 3 years ago
  68. c0c6184 Fix several paths following samples/ and runtime/ code moves. (#8987) by Scott Todd · 3 years ago
  69. 1e8d1fa Move iree/samples/ -> samples/ (#8958) by Stella Laurenzo · 3 years ago
  70. bd659a1 Move bindings/ to top level. by Stella Laurenzo · 6 years ago
  71. 2e2fc9c Update CMake min to 3.12 by powderluv · 6 years ago
  72. 6c69e3f Internal change by Ben Vanik · 6 years ago
  73. d72d304 Internal change by iree-copybara-bot · 6 years ago