1. 4662c1b aarch64 +i8mm kernels, plus necessary infra. (#8316) by bjacob · 3 years, 2 months ago
  2. 5e3d0b8 Mechanical change: Rename `patterns.insert` (#8414) by Marius Brehler · 3 years, 2 months ago
  3. f3e3c0b Use `emitc.ptr` for `iree_vm_ref_t*` type (#8413) by Marius Brehler · 3 years, 2 months ago
  4. 731e261 Add a lowering of quantized_matmul to matmul. (#8409) by bjacob · 3 years, 2 months ago
  5. 878952e Adding dynamic shared memory for cuda (#8405) by nirvedhmeshram · 3 years, 2 months ago
  6. 541d4c4 [NFC] Delete unused static methods. (#8401) by Han-Chung Wang · 3 years, 2 months ago
  7. 914bdbe Make experimental benchmarking configurations use MMT4D (#8407) by Geoffrey Martin-Noble · 3 years, 2 months ago
  8. bf65e7b [spirv] Run pass to unify aliased resources (#8324) by Lei Zhang · 3 years, 2 months ago
  9. e70c6ab Turn on LLVM loop unrolling by default (#8408) by Geoffrey Martin-Noble · 3 years, 2 months ago
  10. 226535e Merge pull request #8397 from google/benvanik-expand-dims by Ben Vanik · 3 years, 2 months ago
  11. 307576d Remove C++ allocation hooks from tracing. (#8354) by Stella Laurenzo · 3 years, 2 months ago
  12. e4623da Fixing Windows linking after LLVM update. https://reviews.llvm.org/D114543 by Ben Vanik · 3 years, 2 months ago
  13. 6f97853 Implementing inferSizeFromValue for IREE::Stream::ResourceType. by Ben Vanik · 3 years, 2 months ago
  14. a9cef9d Adding tensor shape expansion/cleanup passes. by Ben Vanik · 3 years, 2 months ago
  15. deb8eb8 Adding back flow.tensor.tie_shape :( by Ben Vanik · 3 years, 2 months ago
  16. 0551e7c Removing dead file. by Ben Vanik · 3 years, 2 months ago
  17. 871e591 Integrate llvm-project at e2f627e5e3855309f3a7421f6786b401efb6b7c7 (#8406) by Rob Suderman · 3 years, 2 months ago
  18. cb0b84f Add flag for enabling MMT4D path in iree-translate (#8402) by Geoffrey Martin-Noble · 3 years, 2 months ago
  19. b461600 Fix allocator use in static library demo. (#8404) by Scott Todd · 3 years, 2 months ago
  20. facc404 Fix failing conversion in static library sample (#8382) by Simon Camphausen · 3 years, 2 months ago
  21. 215ee71 Fix some variables to use camelBack (#8398) by Geoffrey Martin-Noble · 3 years, 2 months ago
  22. f8e004c Make lint script run clang-format against main (#8399) by Geoffrey Martin-Noble · 3 years, 2 months ago
  23. 02eb429 Fixup symbol names when wrapping exported functions. (#8393) by Ben Vanik · 3 years, 2 months ago
  24. 4de9c29 e2e test for linalg.quantized_matmul (vs linalg.matmul + generics) (#8370) by bjacob · 3 years, 2 months ago
  25. e9cc1ec Merge pull request #8389 from google/benvanik-memory-types by Ben Vanik · 3 years, 2 months ago
  26. c337a4f Reworking HAL allocator buffer parameter API. by Ben Vanik · 3 years, 2 months ago
  27. a6f3a5a Merge pull request #8329 from google/benvanik-loop by Ben Vanik · 3 years, 2 months ago
  28. 5633d72 Adding iree_loop_sync_*, a simple cooperative loop scheduler. by Ben Vanik · 3 years, 2 months ago
  29. 30086d8 Adding iree_loop_inline, a minimal on-stack loop implementation. by Ben Vanik · 3 years, 2 months ago
  30. 9063357 Adding iree_loop_t definition. by Ben Vanik · 3 years, 2 months ago
  31. 896df46 Adding iree_wait_set_is_empty. by Ben Vanik · 3 years, 2 months ago
  32. d6c6507 Adding unit suffix to iree_make_timeout. by Ben Vanik · 3 years, 2 months ago
  33. d4d2f7e Removing unused result of iree_wait_handle_wrap_primitive. by Ben Vanik · 3 years, 3 months ago
  34. 31d1d04 Update tflite example colab (#8378) by Jacques Pienaar · 3 years, 2 months ago
  35. 6ef4ebd Nit from PR #8344 missed due to autosubmit. by Kojo Acquah · 3 years, 2 months ago
  36. 1714d91 thomas nit by Kojo Acquah · 3 years, 2 months ago
  37. fc8bfcb Remove unused canonicalization pattern. (#8386) by MaheshRavishankar · 3 years, 2 months ago
  38. bbfab68 Reorganizing iree_hal_buffer_t base struct. by Ben Vanik · 3 years, 2 months ago
  39. a7cb14a Fixing bad status returns. Wish we got errors on this. by Ben Vanik · 3 years, 2 months ago
  40. 7b7e32f Implementation of Verifiers.cpp for linalg.matmul. (#8344) by Kojo Acquah · 3 years, 2 months ago
  41. 269962c Update third_party/vulkan_memory_allocator to latest. (#8385) by Scott Todd · 3 years, 2 months ago
  42. 90afd4b Add HAL CTS 'variants' support and cuda_graph CTS test suite. (#8357) by Scott Todd · 3 years, 2 months ago
  43. 890f741 Drop executable deps from CTS tests that don't use executables. (#8359) by Scott Todd · 3 years, 2 months ago
  44. 6c855ff Expand HAL CTS coverage for buffer offsets and subspans. (#8358) by Scott Todd · 3 years, 2 months ago
  45. 3d15f9a Do not yet emit VM ref types via emitc.ptr type (#8384) by Marius Brehler · 3 years, 2 months ago
  46. bf74302 Refactor VMToEmitC conversions (#8383) by Marius Brehler · 3 years, 2 months ago
  47. a2df203 Update linalg_ext.sort op to require the dimension attribute. (#8375) by Han-Chung Wang · 3 years, 2 months ago
  48. 7611781 Replace opaque attributes with type attributes (#8369) by Marius Brehler · 3 years, 2 months ago
  49. 2b46f3c Post fixes for https://github.com/google/iree/pull/8365 (#8376) by Han-Chung Wang · 3 years, 2 months ago
  50. eeedee4 Integrate llvm-project at 0389f2edf7c252e49323ae0ca6adfea9f2614f6d (#8371) by MaheshRavishankar · 3 years, 2 months ago
  51. 5947c08 Move attr-dict to right after op name. (#8373) by Han-Chung Wang · 3 years, 2 months ago
  52. c817078 Extend linalg_ext.scatter op semantic to carry unique_indices attribute. (#8365) by Han-Chung Wang · 3 years, 2 months ago
  53. 7f3a38b Fix CODEOWNERS patterns for submodules (#8372) by Geoffrey Martin-Noble · 3 years, 2 months ago
  54. 0361670 Remove iree-enable-fusion-with-reduction-ops flag (#8368) by Thomas · 3 years, 2 months ago
  55. 27bd6f7 Move tile and distribute out of Flow dialect (#8362) by MaheshRavishankar · 3 years, 2 months ago
  56. d9289ad Turn fusion of generic op with reduction producer on by default (#8366) by Thomas · 3 years, 2 months ago
  57. 8116176 Move VM Constant ops to declarative assembly (#8367) by Geoffrey Martin-Noble · 3 years, 2 months ago
  58. 34eb166 Use `emitc.ptr`in VMToEmitC conversions (#8364) by Marius Brehler · 3 years, 2 months ago
  59. b6df5f2 Delete redundant memcpy ops right after bufferization. (#8353) by Han-Chung Wang · 3 years, 2 months ago
  60. c98effe [LLVMGPU] Fix asan failure in convertToNVVM/convertToROCDL (#8360) by Thomas · 3 years, 2 months ago
  61. 7bc3d6c [CUDA] Enable async copy along with aggressive pipelining (#8342) by Thomas · 3 years, 2 months ago
  62. 91f179f Redo linalg_ext.scatter to support explicitly defined index update sizes (#8343) by Rob Suderman · 3 years, 2 months ago
  63. 662cc37 NFC: Remove unused pattern and clarify comments in affine.min pass (#8351) by Lei Zhang · 3 years, 2 months ago
  64. e32345e cherry pick commit "[mlir][scf] Add callback to annotate ops during pipelining" (#8348) by Thomas · 3 years, 2 months ago
  65. ef5641c Add more docs for summarizing technologies. (#8236) by Rob Suderman · 3 years, 2 months ago
  66. 41edf0e Bump llvm 20220216 (#8346) by Jacques Pienaar · 3 years, 2 months ago
  67. 318bf47 Drop some frequently-changed general directories from CODEOWNERS (#8349) by Geoffrey Martin-Noble · 3 years, 2 months ago
  68. db64daa Change transfer flattening pattern order (#8345) by Thomas · 3 years, 2 months ago
  69. 095d1b8 Fix typo in host build directory name by Geoffrey Martin-Noble · 3 years, 2 months ago
  70. aafdd19 Remove unused variable in graph_command_buffer.c. (#8340) by Scott Todd · 3 years, 2 months ago
  71. db0284d Fixing source_offset in Vulkan update_buffer. (#8339) by Ben Vanik · 3 years, 2 months ago
  72. 8ba45e3 Flesh out CODEOWNERS (#8331) by Geoffrey Martin-Noble · 3 years, 2 months ago
  73. 40b4fed Bump llvm 20220215 (#8338) by Jacques Pienaar · 3 years, 2 months ago
  74. d9b7fd1 Add Bazel build configuration for VMToEmitC tests (#8335) by Marius Brehler · 3 years, 2 months ago
  75. 04bd094 Implements iree_hal_cuda_*_command_buffer_update_buffer. (#8334) by Ben Vanik · 3 years, 2 months ago
  76. fa00446 Fix abort when exception raised without GIL. (#8333) by Stella Laurenzo · 3 years, 2 months ago
  77. a0d8e5a [vulkan] Require VK_KHR_portability_subset for Apple platforms (#8323) by Lei Zhang · 3 years, 2 months ago
  78. ba6119b Move generic op codegen to use DoubleTilingExpert (Fuse + Tile). (#8301) by Han-Chung Wang · 3 years, 2 months ago
  79. 9fd5b5d Fix IREE_CUDA_LIBDEVICE_PATH to work even when SDK is found. (#8328) by Stella Laurenzo · 3 years, 2 months ago
  80. 8f4af46 Apply tiling on parallel dims and reduction dims separately. (#8300) by Han-Chung Wang · 3 years, 2 months ago
  81. dd2492e Remove unused variable (#8325) by powderluv · 3 years, 2 months ago
  82. 869815c Convert 1-D static subspan to 1-D dynamic sized subspan (#8295) by Lei Zhang · 3 years, 2 months ago
  83. 6675cda Add RISCV lit tests in RISCV64 Linux CI (#8304) by CindyLiu · 3 years, 2 months ago
  84. 9cecca5 Fixed python MapElementTypeToDType for boolean type. (#8222) by Rob Suderman · 3 years, 2 months ago
  85. 15fce0a Add dynamic linking web sample using Emscripten. (#8319) by Scott Todd · 3 years, 2 months ago
  86. 3ecf8ef Update python-bindings-and-importers.md (#8320) by Jacques Pienaar · 3 years, 2 months ago
  87. 750de59 Rewrite Python function argument packing in C++. (#8311) by Stella Laurenzo · 3 years, 2 months ago
  88. b959830 Adding BatchMatmulOp to use tensorcore when possible (#8282) by nirvedhmeshram · 3 years, 2 months ago
  89. 2600dbf [CUDA] Refactor distribution to thread/warp (#8306) by Thomas · 3 years, 2 months ago
  90. d07bb5a More asm kernels for vector.contract on ARM (#8292) by bjacob · 3 years, 2 months ago
  91. be4354e Update to hasVerifier form (NFC) (#8297) by Jacques Pienaar · 3 years, 2 months ago
  92. 6c8444a Only use iree_hal_device_transfer_mappable_range if host visible. (#8313) by Ben Vanik · 3 years, 2 months ago
  93. ee5444f Making iree_wait_set_free allow NULL ptrs. (#8314) by Ben Vanik · 3 years, 2 months ago
  94. ff38cb4 Bump llvm 20220211 (#8310) by Jacques Pienaar · 3 years, 2 months ago
  95. 36d3cf7 Revert malformed change to emscripten demo script (#8305) by Geoffrey Martin-Noble · 3 years, 2 months ago
  96. 535ec69 Integrate llvm-project at 4ae83bb2b1e27628f6bd14d746aef964ed776d52 (#8298) by Stella Laurenzo · 3 years, 2 months ago
  97. 0f80995 Add 'keep going' option to CMake CI builds (#8302) by Geoffrey Martin-Noble · 3 years, 2 months ago
  98. 8bf3c81 Fix variable name in wait_handle_inproc.c. (#8289) by Scott Todd · 3 years, 2 months ago
  99. be696cf Add TFLite integration tests to run on presubmits (#8269) by not-jenni · 3 years, 2 months ago
  100. 1224bbd Fix wrong variable name in iree_wait_until_impl for Apple platform (#8296) by Lei Zhang · 3 years, 2 months ago