1. 0fb618c Switch all x86 and RISC-V matmul codegen to use DoubleTilingExpert. (#8539) by Han-Chung Wang · 3 years, 1 month ago
  2. 5783b51 Update test/e2e/xla_ops/round.mlir test status. (#8524) by Scott Todd · 3 years, 1 month ago
  3. ff82e42 Merge pull request #8534 from google/benvanik-align-64 by Ben Vanik · 3 years, 1 month ago
  4. 74285fd Aligning heap buffers wrapped in tests. by Ben Vanik · 3 years, 1 month ago
  5. 84b012f Making HAL heap buffers align to IREE_HAL_HEAP_BUFFER_ALIGNMENT. by Ben Vanik · 3 years, 1 month ago
  6. 6258b50 Expose a flag to control default stream alignment value. (#8518) by Han-Chung Wang · 3 years, 1 month ago
  7. c039cb4 Adding iree_allocator_malloc_aligned & co. by Ben Vanik · 3 years, 1 month ago
  8. 05fe130 Removing iree_aligned_* from the public API. by Ben Vanik · 3 years, 1 month ago
  9. 0a561cd Add a suite of tests for WebAssembly compilation. (#8516) by Scott Todd · 3 years, 1 month ago
  10. 45bce40 Replace llvm_unreachable by assert(false) or pass failures (#8521) by bjacob · 3 years, 1 month ago
  11. c963723 Move e2e matmul tests to own directory (#8520) by bjacob · 3 years, 1 month ago
  12. 00a3f2c Heuristically pick up tiling sizes to vectorize Linalg operations. (#8517) by Han-Chung Wang · 3 years, 1 month ago
  13. 1407c5e Merge pull request #8515 from google/benvanik-flow-empty-tensor by Ben Vanik · 3 years, 1 month ago
  14. 6fb08c6 [spirv] Fuse tensor.pad ops into their consumer ops (#8049) by Lei Zhang · 3 years, 1 month ago
  15. 0eeef68 Adding stream.tensor.empty and encoding. by Ben Vanik · 3 years, 1 month ago
  16. 1be3717 Fix web samples and test building them on CI. (#8482) by Scott Todd · 3 years, 1 month ago
  17. 6ec17c5 Merge pull request #8471 from google/benvanik-executable-constants by Ben Vanik · 3 years, 1 month ago
  18. 2d0107e Adding flow.tensor.empty and some simplification patterns. by Ben Vanik · 3 years, 1 month ago
  19. d143c85 Splitting per-workgroup params from per-dispatch params. (#8507) by Ben Vanik · 3 years, 1 month ago
  20. 27381a7 Bumping executable library version on breaking change. by Ben Vanik · 3 years, 1 month ago
  21. 69e5085 Adding specialization constant support in Vulkan. by Ben Vanik · 3 years, 1 month ago
  22. 506c316 Removing unused SPIR-V specialization constants. by Ben Vanik · 3 years, 1 month ago
  23. 2be5c21 Plumbing executable constants from hal.executable.create to runtime. by Ben Vanik · 3 years, 1 month ago
  24. a8d0881 Adding executable constant support to CPU executable loaders. by Ben Vanik · 3 years, 1 month ago
  25. 3db7088 Adding constant table declaration to CPU executable libraries. by Ben Vanik · 3 years, 1 month ago
  26. 77adf4c Initialize executable params in CTS. by Ben Vanik · 3 years, 1 month ago
  27. 17489ee Making yamllint comparison use the correct base branch. by Ben Vanik · 3 years, 1 month ago
  28. e9c7867 Removing weak sched_getcpu. (#8508) by Ben Vanik · 3 years, 1 month ago
  29. 6c182f5 Integrate llvm-project at 49a29e5c9f8f358a2168ad5488ba6959d94525d3 (#8511) by Han-Chung Wang · 3 years, 1 month ago
  30. dd45fad Fix generated form of the `CompilationInfoAttr`. (#8512) by MaheshRavishankar · 3 years, 1 month ago
  31. f60c350 Remove iree-mlir-lsp-server from `all` target. (#8492) by MaheshRavishankar · 3 years, 1 month ago
  32. 94dcb46 Integrate llvm-project and bump dependencies. (#8496) by Han-Chung Wang · 3 years, 1 month ago
  33. 03e7f17 Cleanup `LoweringConfigAttr`, `TranslationInfoAttr` and `CompilationInfoAttr` (#8504) by MaheshRavishankar · 3 years, 1 month ago
  34. 35bc9a1 Aligning read file contents in tools. (#8505) by Ben Vanik · 3 years, 1 month ago
  35. 2c11510 Add support for vectorizing normal convolution ops. (#8460) by Han-Chung Wang · 3 years, 1 month ago
  36. 6d0b88d Flatten tuples when generating ABI signatures. (#8502) by Stella Laurenzo · 3 years, 1 month ago
  37. d2009dc Make sure that the GIL is held when raising an exception. (#8501) by Stella Laurenzo · 3 years, 1 month ago
  38. 298cd49 Do not adapt Linalg ops when the input is from ReadOnly tensors. (#8499) by Han-Chung Wang · 3 years, 1 month ago
  39. 5994fe3 Add missing layering dependencies to TF compiler library (#8498) by Geoffrey Martin-Noble · 3 years, 1 month ago
  40. 36fb4d3 Add a pattern to adapt linalg.generic inputs to outputs. (#8440) by Han-Chung Wang · 3 years, 1 month ago
  41. bbc4f1d Avoid overflow from repeated exponentiation of large numbers (#8467) by Geoffrey Martin-Noble · 3 years, 1 month ago
  42. b70b5b5 Add missing build step to RISC-V building from source docs. (#8494) by Scott Todd · 3 years, 1 month ago
  43. 99dea93 Move to using upstream multi buffer transformation (#8483) by Thomas · 3 years, 1 month ago
  44. cf6889f Merge pull request #8486 from google/benvanik-align-64 by Ben Vanik · 3 years, 1 month ago
  45. 14f74fa Revert "Save one canonicalization pass in TOSA input conversion (#8454)" by Ben Vanik · 3 years, 1 month ago
  46. 62c934f Changing default stream alignment to 64B. by Ben Vanik · 3 years, 1 month ago
  47. 7e1322e Merge pull request #8436 from google/benvanik-processor-info by Ben Vanik · 3 years, 1 month ago
  48. 3bcc2d3 Add dynamic-shapes variant of the quantized_matmul-vs-matmul test (#8473) by bjacob · 3 years, 1 month ago
  49. 9f3b9fe Renaming iree_hal_executable_spec_t -> .._params_t. (#8470) by Ben Vanik · 3 years, 1 month ago
  50. 26b7afb Fixing missing bazel linkopts thingie. by Ben Vanik · 3 years, 1 month ago
  51. 6e015be Adding an executable environment and plumbing through processor info. by Ben Vanik · 3 years, 1 month ago
  52. 9a50d72 Fixing leak of Vulkan command buffer resource sets. (#8488) by Ben Vanik · 3 years, 1 month ago
  53. a0fbe52 Fix loop size of 1 for batch_matmul verification (#8456) by Kojo Acquah · 3 years, 1 month ago
  54. e533881 Forcing a wait-idle on the HAL device after each benchmark loop. (#8487) by Ben Vanik · 3 years, 1 month ago
  55. da06cc9 Set configuration using untiled operations. (#8446) by MaheshRavishankar · 3 years, 1 month ago
  56. fc4fbc5 [spirv] Run canonicalization and CSE after lowering affine (#8485) by Lei Zhang · 3 years, 1 month ago
  57. 1fecf69 Enable Vulkan benchmarking on Moto Edge X30 (#8479) by Lei Zhang · 3 years, 1 month ago
  58. 521efc3 Add instructions for debugging TF integration test failures. (#8481) by MaheshRavishankar · 3 years, 1 month ago
  59. acc9ce0 Improve and log error message for tflite bindings model init. (#8478) by Scott Todd · 3 years, 1 month ago
  60. c3cefa5 Support regex for filtering drivers when benchmarking (#8476) by Lei Zhang · 3 years, 1 month ago
  61. 9112ad9 NFC: create a separate Python module to prepare future changes (#8475) by Lei Zhang · 3 years, 1 month ago
  62. 572fcef Merge pull request #8451 from google/debug_options by Matthias Springer · 3 years, 1 month ago
  63. cfddeb6 Integrate llvm-project and bump dependencies. (#8464) by Thomas · 3 years, 1 month ago
  64. 3e6955c Expand HAL CTS test coverage and initialize pointers. (#8466) by Scott Todd · 3 years, 1 month ago
  65. 47f4f70 Removing bad linefeed in pretty statistics dump. (#8465) by Ben Vanik · 3 years, 1 month ago
  66. ba89610 Merge pull request #8459 from google/benvanik-vm-reinit by Ben Vanik · 3 years, 1 month ago
  67. c24f0c7 Making VM tests use " in lit tests. At some point ' stopped working on Windows. by Ben Vanik · 3 years, 1 month ago
  68. 5470316 Fail with an error if attempting to serialize an unknown attr. by Ben Vanik · 3 years, 1 month ago
  69. d573386 Enabling the VM global initialization pass to run multiple times. by Ben Vanik · 3 years, 1 month ago
  70. 1f3383a Don't call allowUnregisteredDialects from passes (#8461) by bjacob · 3 years, 1 month ago
  71. 0dfa392 Add a pattern to vectorize tensor.pad with conditional reads (#8352) by Lei Zhang · 3 years, 1 month ago
  72. ada68c4 Make branch sync action advance iree-mhlo-fork (#8445) by Geoffrey Martin-Noble · 3 years, 1 month ago
  73. d122c1d Fixing check-test leaks (ASan) (#8462) by bjacob · 3 years, 1 month ago
  74. a9dc253 [CUDA] Expose cuda default device selection as a flag (#8455) by nirvedhmeshram · 3 years, 1 month ago
  75. 5e2d790 Integrate llvm-project and bump dependencies by Thomas · 3 years, 1 month ago
  76. 74cab16 Save one canonicalization pass in TOSA input conversion (#8454) by Lei Zhang · 3 years, 1 month ago
  77. a068125 Fix out of bound access lock argument in linalg ext ops (#8452) by Thomas · 3 years, 1 month ago
  78. 086fb7b Cleanup flow pipeline. (#8395) by MaheshRavishankar · 3 years, 1 month ago
  79. 7f11465 e2e matmul testing for compilation infos on gpu (#8428) by Kojo Acquah · 3 years, 1 month ago
  80. ba20703 Fix ASan test failures on linux/x86/CPU (#8450) by bjacob · 3 years, 1 month ago
  81. c6ea911 Expose One-Shot Bufferize debug options by Matthias Springer · 3 years, 1 month ago
  82. d03db58 Merge pull request #8379 from matthias-springer/assert_align by Matthias Springer · 3 years, 1 month ago
  83. 7c91879 Fix handling of no-op subviews for rank-reducing cases. (#8449) by MaheshRavishankar · 3 years, 1 month ago
  84. 372bf2b test fewer shapes in e2e matmul tests (#8448) by bjacob · 3 years, 1 month ago
  85. 53cba17 Fix missing test deps after https://github.com/google/iree/pull/8423 #8442 by Kojo Acquah · 3 years, 1 month ago
  86. 85cfb4c Run TFLite ConvertFunctionMetadataPass on FuncOp. (#8443) by Scott Todd · 3 years, 1 month ago
  87. 1ba31e0 Fix default identifier handling in TFLite bindings WrapEntryPoints. (#8439) by Scott Todd · 3 years, 1 month ago
  88. a6a5e1c [CUDA] Fix thread tile size calculation for unaligned cases (#8438) by Thomas · 3 years, 1 month ago
  89. 74b04b7 Rework cmake test deps, target selection and presets. (#8423) by Stella Laurenzo · 3 years, 1 month ago
  90. 115b8d4 Add postsubmit failure alerts to a few buildkite pipelines. (#8432) by Scott Todd · 3 years, 1 month ago
  91. def2098 Target Pixel 4 with Android 12 for benchmarking (#8437) by Lei Zhang · 3 years, 1 month ago
  92. 26591c8 Force embedded ELF linking off when targeting WebAssembly. (#8433) by Scott Todd · 3 years, 1 month ago
  93. 6348e9e Fixing flow.dispatch.workgroups w/ dropping dynamically shaped results. (#8430) by Ben Vanik · 3 years, 1 month ago
  94. e10830f Fix vulkan_inference_gui allocate_buffer usage. (#8429) by Scott Todd · 3 years, 1 month ago
  95. 138a1c5 Add aliases to DeviceArray that are used by Colab notebooks. (#8388) by Scott Todd · 3 years, 1 month ago
  96. b6f7891 Build out dynamic web sample to behave like iree-run-module. (#8417) by Scott Todd · 3 years, 1 month ago
  97. 24db592 Integrate llvm-project at ba54ebeb5eba0f63de8ce2d73a85e9bf508008f6 (#8426) by Lei Zhang · 3 years, 1 month ago
  98. 0265b72 Use `emitc.variable` and run canonicalizer (#8424) by Marius Brehler · 3 years, 1 month ago
  99. e4284e2 Integrate llvm-project and bump dependencies. (#8421) by Thomas · 3 years, 1 month ago
  100. 08bce5d Update llvm-bump doc about advancing forks (#8422) by Thomas · 3 years, 1 month ago