- 7a437b7 [doc] Fix unrecognized tests in HLO op coverage generation (#4859) by Lei Zhang · 4 years, 2 months ago
- 1a504c0 [CodeGen] Add logic to tile and vectorize depthwise convolution (#4794) by Lei Zhang · 4 years, 2 months ago
- dd85a5b Extend i64 VM/EmitC support (#4863) by Marius Brehler · 4 years, 2 months ago
- 8fb4fe2 Add test for EmitC calling convention. (#4866) by David Ronnenberg · 4 years, 2 months ago
- 2c8f389 Fix ExtI64 casting and conversions ops (#4864) by Marius Brehler · 4 years, 2 months ago
- 646e999 Disable benchmark on phone with ADB auth issues (#4862) by Geoffrey Martin-Noble · 4 years, 2 months ago
- b20b602 Making iree_vm_list_resize work and switching ref cconv behavior (#4858) by Ben Vanik · 4 years, 2 months ago
- a98c3c0 Add helper to allow dynamic loading of CUDA driver library. (#4823) by Thomas · 4 years, 2 months ago
- b65816b Add further i64 VM tests (#4856) by Marius Brehler · 4 years, 2 months ago
- 5f5a7f9 Refactor EmitC shared ops and conversions (#4855) by Marius Brehler · 4 years, 2 months ago
- 58b8f99 Adapt mhlo.pad lowering to Linalg on tensors. (#4806) by Han-Chung Wang · 4 years, 2 months ago
- 062c650 Add pass manager CL options to iree-import-tflite. by Stella Laurenzo · 4 years, 2 months ago
- 769b865 Fixed tflite import tools dialect registration (#4844) by rsuderman · 4 years, 2 months ago
- 489e7e6 Revert "Make IREE TF integrations use TF toolchains" (#4842) by Geoffrey Martin-Noble · 4 years, 2 months ago
- 19624c1 Merge google -> main #4835 by rsuderman · 4 years, 2 months ago
- 4a09794 Merge pull request #4834 from rsuderman:main-to-google by Copybara-Service · 4 years, 2 months ago
- 341e472 Synchronize submodules with LLVM at llvm/llvm-project@418c218efa95 by Rob Suderman · 4 years, 2 months ago
- 92d4db7 Integrate LLVM at llvm/llvm-project@8151c1b44211 by iree-copybara-bot · 4 years, 2 months ago
- e162bf6 Fix typo in benchmarking doc (#4829) by Phoenix Meadowlark · 4 years, 2 months ago
- cbb0f84 Synchronize submodules with LLVM at llvm/llvm-project@9db6e97a8605 by Rob Suderman · 4 years, 2 months ago
- c9cc42e Populate dynamic shaped memref descriptor offset value (#4828) by Ahmed S. Taei · 4 years, 2 months ago
- ee27e93 Integrate LLVM at llvm/llvm-project@418c218efa95 by iree-copybara-bot · 4 years, 2 months ago
- ce47177 Re-add dropped printIncludes (#4820) by Marius Brehler · 4 years, 2 months ago
- adcdc6e Fixing build breakage from #4676. (#4822) by Ben Vanik · 4 years, 2 months ago
- e775b54 Added address sanitization feature for translating ML models to LLVM modules (#4676) by inho9606 · 4 years, 2 months ago
- 3c1f75a Add CMake/bazel build files for cuda_headers. by Thomas Raoux · 4 years, 2 months ago
- 4cb0966 Merge pull request #4767 from google/benvanik-hal-c by Ben Vanik · 4 years, 2 months ago
- 2e8e44c Passing iree_vm_ref_t's to check_deref as values. by Ben Vanik · 4 years, 2 months ago
- dab0b28 Fixing IREE_SIZE_OPTIMIZED build. by Ben Vanik · 4 years, 2 months ago
- d5219c9 Porting the HAL module to a C native module. by Ben Vanik · 4 years, 3 months ago
- c81e6f6 Enabling external alloc/initialize of native modules. by Ben Vanik · 4 years, 2 months ago
- 2a5acd1 Swapping `[]` -> `CD` and `.` -> `_` in the VM calling convention. (#4771) by Ben Vanik · 4 years, 2 months ago
- 374ee85 Changing descriptor ops to use index instead of int32 and SSA values. (#4765) by Ben Vanik · 4 years, 2 months ago
- 3ebd022 Porting iree/base/internal/file_path.h to C. (#4801) by Ben Vanik · 4 years, 2 months ago
- 249ffc5 Merge pull request #4791 from google/benvanik-llvm-abi-new by Ben Vanik · 4 years, 2 months ago
- 123649a Emitting the new LLVM function signature. by Ben Vanik · 4 years, 2 months ago
- 96c4a79 Plumbing the executable library state through the local HAL. by Ben Vanik · 4 years, 2 months ago
- d369b7d Abstracting out LLVM HAL ABI use to HALDispatchABI utility. (#4790) by Ben Vanik · 4 years, 2 months ago
- 54bd45f Extend i64 integer arithmetic vm tests (#4814) by Marius Brehler · 4 years, 2 months ago
- 7acfdc5 Unify and move common dispatch op macros (#4816) by Marius Brehler · 4 years, 2 months ago
- 22d5b3f Add EmitC support for VM SelectI32Op (#4813) by Marius Brehler · 4 years, 2 months ago
- 96cdbe3 [CodeGen] Allow vectorizing conv with input channel < 4 (#4780) by Lei Zhang · 4 years, 2 months ago
- f4bc54b Merge google -> main #4812 by rsuderman · 4 years, 2 months ago
- 329ba6b Merge pull request #4811 from rsuderman:main-to-google by Copybara-Service · 4 years, 2 months ago
- 00f0ecf Synchronize submodules with LLVM at llvm/llvm-project@9db6e97a8605 by Rob Suderman · 4 years, 2 months ago
- 5f73555 Exclude failing TestMatMulVulkan experimental test by Geoffrey Martin-Noble · 4 years, 2 months ago
- a426a98 Integrate LLVM at llvm/llvm-project@9db6e97a8605 by iree-copybara-bot · 4 years, 2 months ago
- 7c47334 Synchronize submodules with LLVM at llvm/llvm-project@a5222aa0858a by Rob Suderman · 4 years, 2 months ago
- 316275a Merge main -> google (#4800) by Geoffrey Martin-Noble · 4 years, 2 months ago
- 315cc7b Add EmitC support for conversion ops (#4774) by David Ronnenberg · 4 years, 2 months ago
- 31418bb Add EmitC support for comparison ops (#4793) by David Ronnenberg · 4 years, 2 months ago
- 6493e1b Propagate vm.module counts through an attribute (#4805) by Simon Camphausen · 4 years, 2 months ago
- 4c3280f Python error messages print the full IREE status if available. by Stella Laurenzo · 4 years, 2 months ago
- e7b3c19 Make IREE TF integrations use TF toolchains (#4711) by Geoffrey Martin-Noble · 4 years, 2 months ago
- 707cf08 Merge pull request #4798= by rsuderman · 4 years, 2 months ago
- 8283e02 Synchronize submodules with LLVM at llvm/llvm-project@f89f6d1e5d7d by Rob Suderman · 4 years, 2 months ago
- 8e5112d Move dispatch region creation for Linalg on tensors after all HLO passes. (#4797) by MaheshRavishankar · 4 years, 2 months ago
- 59dcd0d Bump CMake minimum to 3.13.4 and remove dead code (#4792) by Marius Brehler · 4 years, 2 months ago
- e4e3dae Integrate LLVM at llvm/llvm-project@a5222aa0858a by iree-copybara-bot · 4 years, 2 months ago
- 8a55a92 Adapt dispatch region creation to always clone metadata-like/simple operations (#4784) by MaheshRavishankar · 4 years, 2 months ago
- eab0dbc Integrate LLVM at llvm/llvm-project@2fa4186d4e1c by iree-copybara-bot · 4 years, 2 months ago
- 46963f7 Disabling failing reverse linalg-on-tensors test. (#4788) by rsuderman · 4 years, 2 months ago
- 52a1fe6 Enable passing e2e/xla_ops linalg-on-tensors tests (#4779) by Ahmed S. Taei · 4 years, 2 months ago
- b2b2f04 Synchronize submodules with LLVM at llvm/llvm-project@a4fa667dee60 by Rob Suderman · 4 years, 2 months ago
- 11a73b8 [CodeGen] Pack scf.for vector<8xf16> loop-carried values (#4775) by Lei Zhang · 4 years, 2 months ago
- 0db00b9 Integrate LLVM at llvm/llvm-project@f89f6d1e5d7d by iree-copybara-bot · 4 years, 2 months ago
- 21b9520 [codegen] Enable vectorizing convolution with output height != 1 (#4758) by Lei Zhang · 4 years, 2 months ago
- 9d1e326 Add logic for better ordering of fusion. (#4772) by MaheshRavishankar · 4 years, 2 months ago
- d0cc95f Add CUDA SDK headers to third_party (#4776) by Thomas · 4 years, 2 months ago
- d436f83 Use stack allocation on CPU side for Linalg on tensors path. (#4770) by MaheshRavishankar · 4 years, 2 months ago
- 3c3c5b4 Drop lowering for tensor::GenerateOp. (#4769) by MaheshRavishankar · 4 years, 2 months ago
- 0281bb7 Convert mhlo.const -> const whel running ConvertHLOToLinalgOnTensorsPass (#4763) by Ahmed S. Taei · 4 years, 3 months ago
- f3ca276 Synchronize submodules with LLVM at llvm/llvm-project@a4fa667dee60 by Jenni Kilduff · 4 years, 3 months ago
- 82ef99e Merge google -> main (#4755) by not-jenni · 4 years, 3 months ago
- e4f8689 Integrate LLVM at llvm/llvm-project@a4fa667dee60 by iree-copybara-bot · 4 years, 3 months ago
- 110a2f5 Merge pull request #4760 from google/benvanik-hal-simplification by Ben Vanik · 4 years, 3 months ago
- c639354 Resolve merge conflicts between main and google by not-jenni · 4 years, 3 months ago
- a299a32 Removing runtime hal.buffer.read_data/write_data/copy_data. by Ben Vanik · 4 years, 3 months ago
- bc3b45a Removing runtime hal.buffer_view.compute_offset/compute_range. by Ben Vanik · 4 years, 3 months ago
- 0498257 Removing runtime hal.buffer_view.dims.* and hal.buffer_view.subview. by Ben Vanik · 4 years, 3 months ago
- 28d2cc4 Rematerialize DispatchWorkgroupsOp constant arguments (#4756) by Ahmed S. Taei · 4 years, 3 months ago
- d759b30 Integrate LLVM at llvm/llvm-project@a1a1d338e99d by iree-copybara-bot · 4 years, 3 months ago
- 056b016 Fixed iree tflite import to include required dialects. (#4754) by rsuderman · 4 years, 3 months ago
- f168c55 Force CPU benchmark to run on single thread. (#4751) by Han-Chung Wang · 4 years, 3 months ago
- 90d4d9f Merge pull request #4732 from not-jenni:main-to-google by Copybara-Service · 4 years, 3 months ago
- a7c1bd2 Fixes to enable executing matmul on GPU. (#4745) by MaheshRavishankar · 4 years, 3 months ago
- 2325b05 Merge pull request #4743 from google/benvanik-reordering-1 by Ben Vanik · 4 years, 3 months ago
- 63f4844 Remove some instances of unnecessary copy initialization. by iree-copybara-bot · 4 years, 3 months ago
- f815e2c Integrate LLVM at llvm/llvm-project@d1978fa4bf0d by Adrian Kuegel · 4 years, 3 months ago
- ff46a1e Add missing dependency for emitc shift test (#4747) by Simon Camphausen · 4 years, 3 months ago
- 02704ab Fix include of EmitC generated headers (#4746) by Marius Brehler · 4 years, 3 months ago
- 4e09bd7 Unify patterns in the vm to emitc conversion (#4724) by Simon Camphausen · 4 years, 3 months ago
- a3c888c Reordering hal.buffer_view.create/iree_hal_buffer_view_create args. by Ben Vanik · 4 years, 3 months ago
- 9743fa8 Reordering operands of flow.tensor.trace/hal.buffer_view.trace. by Ben Vanik · 4 years, 3 months ago
- 43b7562 Simplifying hal.command_buffer.execution_barrier. by Ben Vanik · 4 years, 3 months ago
- 7fd240f Remove unneeded ref_ptr dep. by Stella Laurenzo · 4 years, 3 months ago
- b0f8fd0 Reordering params in iree_hal_executable_layout_create. Progress on #4736. by Ben Vanik · 4 years, 3 months ago
- e511e25 Retain the backing device with python mapped array memory. by Stella Laurenzo · 4 years, 3 months ago
- c85a426 Enable lowering of Linalg on tensors on GPU. (#4688) by MaheshRavishankar · 4 years, 3 months ago
- 8939793 Rename ".module" to ".vmfb" in generated IREE bytecode modules. (#4729) by Scott Todd · 4 years, 3 months ago