- c337a4f Reworking HAL allocator buffer parameter API. by Ben Vanik · 3 years, 1 month ago
- 15fce0a Add dynamic linking web sample using Emscripten. (#8319) by Scott Todd · 3 years, 1 month ago
- 36d3cf7 Revert malformed change to emscripten demo script (#8305) by Geoffrey Martin-Noble · 3 years, 2 months ago
- 0f80995 Add 'keep going' option to CMake CI builds (#8302) by Geoffrey Martin-Noble · 3 years, 2 months ago
- b3b3d61 Enable multithreading and SIMD in static web demo. (#8291) by Scott Todd · 3 years, 2 months ago
- 898bb36 Refactor web sample into a Promise-based API using a Web Worker. (#8257) by Scott Todd · 3 years, 2 months ago
- 4957d8b Use DWARF for debugging instead of source maps. by Scott Todd · 3 years, 2 months ago
- 39ed3ba Fetch easeljs library and use demo server instead of http.server. by Scott Todd · 3 years, 2 months ago
- 5a422d3 Move demo web server script over to scripts/local_web_server. by Scott Todd · 3 years, 2 months ago
- f237b5e Add an experimental static library web demo using Emscripten. (#8171) by Scott Todd · 3 years, 2 months ago
- 83ae7b1 Adding iree_hal_allocator_t APIs for buffer import/export. (#8183) by Ben Vanik · 3 years, 2 months ago
- 7df0109 ROCm port update (#8100) by Stanley Winata · 3 years, 2 months ago
- dccaaf1 Ensuring buffer deallocation always routes through allocators. (#8082) by Ben Vanik · 3 years, 3 months ago
- 17e23f2 Roll foward adding command_buffer_dispatch_test. (#8028) by Scott Todd · 3 years, 3 months ago
- 0a7bfaf Revert "Add command_buffer_dispatch_test to the HAL CTS. (#7986)" (#8026) by Scott Todd · 3 years, 3 months ago
- 9488e34 Add command_buffer_dispatch_test to the HAL CTS. (#7986) by Scott Todd · 3 years, 3 months ago
- e18c45c Add HAL CTS tests using executables. (#7982) by Scott Todd · 3 years, 3 months ago
- 07a3560 Plumbing arena block pools through CUDA/Vulkan. by Ben Vanik · 3 years, 3 months ago
- 046ccc9 Factoring out transfer to utils/device. by Ben Vanik · 3 years, 3 months ago
- eb4ed10 Making iree_hal_buffer_unmap_range return a status. by Ben Vanik · 3 years, 4 months ago
- 54339c3 Allowing implementations to store data on iree_hal_buffer_mapping_t. by Ben Vanik · 3 years, 4 months ago
- 05a3bd5 Allow scoped mapping without the MAPPING bit in the base buffer. by Ben Vanik · 3 years, 4 months ago
- 4d68d1e Adding iree_hal_buffer_transfer_range. by Ben Vanik · 3 years, 4 months ago
- 49c88c6 Giving iree_hal_allocator_allocate_buffer initial_data. by Ben Vanik · 3 years, 4 months ago
- de039b6 Adding HAL trim methods. by Ben Vanik · 3 years, 3 months ago
- 8f13c64 Adding iree_hal_allocator_t::deallocate_buffer. by Ben Vanik · 3 years, 3 months ago
- 7a50053 Storing the host allocator on buffer and buffer_view. by Ben Vanik · 3 years, 3 months ago
- 434ff0e Refactor the HAL CTS for out of tree / individual drivers. (#7887) by Scott Todd · 3 years, 3 months ago
- baf403a Plumbing device handles deeper into command buffer validation. (#7920) by Ben Vanik · 3 years, 3 months ago
- 3529deb Reworking command buffer validation to be cheaper on average. (#7916) by Ben Vanik · 3 years, 3 months ago
- fd8d6b6 Hiding vtables to enable more compiler optimizations. (#7913) by Ben Vanik · 3 years, 3 months ago
- 1442efa Fix error handling in CUDA and ROCm HAL executables. by Scott Todd · 3 years, 4 months ago
- 18cf3d3 Delete experimental/bindings/java by Geoffrey Martin-Noble · 3 years, 4 months ago
- c548f25 Adding dyn_cast support to iree_hal_command_buffer_t. by Ben Vanik · 3 years, 5 months ago
- b998f1f Splitting the flatcc runtime dependency into parsing and building. (#7064) by Ben Vanik · 3 years, 7 months ago
- 15aa194 Adding ROCM HAL support for memory queries (untested). by Ben Vanik · 3 years, 7 months ago
- 8dc07e6 Adding HAL allocator statistics interface. by Ben Vanik · 3 years, 7 months ago
- 32edade Fixing rocm pointer alignment style. by Ben Vanik · 3 years, 8 months ago
- 5535b01 Renaming cuda/rocm command buffer create methods to match conventions. by Ben Vanik · 3 years, 8 months ago
- 1c46397 Fixing bad status return in cuda/rocm buffer_wrap. by Ben Vanik · 3 years, 8 months ago
- 97f631a Fixing cuda/rocm mapping double-applying the byte offset. by Ben Vanik · 3 years, 8 months ago
- 628877c [ROCM] bindings with kernels and device local host (#6558) by raikonenfnu · 3 years, 8 months ago
- cec4c67 Implementing support for device/executable multi-targeting. (#6456) by Ben Vanik · 3 years, 8 months ago
- 6c4cbb5 Adding iree_hal_command_buffer_push/pop_debug_group. (#6474) by Ben Vanik · 3 years, 9 months ago
- b3777ac ROCM HAL Maintenance (#6472) by raikonenfnu · 3 years, 9 months ago
- fa7734e Moving HAL matchers to use hal.device.query. by Ben Vanik · 3 years, 9 months ago
- 28052c5 Fix rocm_device_pointer and adding bitcode (#6184) by raikonenfnu · 3 years, 10 months ago
- 0091ecb Fix Binding in ROCM Backend to match CUDA HAL (#6134) by raikonenfnu · 3 years, 10 months ago
- 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
- 4b31bd9 Initial Adding ROCM HAL Backend to Experimental (#5943) by raikonenfnu · 3 years, 11 months ago
- 3a6332b Merge main -> google by Geoffrey Martin-Noble · 3 years, 11 months ago
- 24fbc70 Rename c_output to c_identifier and set for embedded bytecode modules. by Scott Todd · 3 years, 11 months ago
- 35aff4d Switch direct uses of iree_cc_embed_data to iree_c_embed_data. by Scott Todd · 3 years, 11 months ago
- 484f68a Merge pull request #5713 from ScottTodd:main-to-google by Copybara-Service · 4 years ago
- 49dc151 Move ModelBuilder out of IREE and into iree-llvm-sandbox by Geoffrey Martin-Noble · 4 years ago
- 849a2c3 Integrate LLVM at llvm/llvm-project@dad5caa59e6b by iree-copybara-bot · 4 years ago
- 8b70733 Remove extra comma from context_wrapper.cc by Kojo Acquah · 4 years ago
- 9890722 Update Java Bindings To Build In Experimental (#5226) by Kojo Acquah · 4 years ago
- e56db9a Remove dead code in LinalgToSPIRV (#5281) by Thomas · 4 years ago
- 01e8cb5 Integrate LLVM at llvm/llvm-project@594e0ba96967 by iree-copybara-bot · 4 years ago
- f29d6c8 Integrate LLVM at llvm/llvm-project@b24436ac96bd by Stella Laurenzo · 4 years ago
- dfff5ac Move linalg runners out of the IREE repository. These will be by Geoffrey Martin-Noble · 4 years ago
- ad5d0b0 Integrate LLVM at llvm/llvm-project@678241795c95 by iree-copybara-bot · 4 years ago
- 259400a Merge pull request #5109 from not-jenni:main-to-google by Copybara-Service · 4 years, 1 month ago
- fa382fb Improve and document linalg-on-tensors sandbox bufferization (#5107) by Nicolas Vasilache · 4 years, 1 month ago
- eb1ce08 Merge main -> google by Thomas Raoux · 4 years, 1 month ago
- 0ee2dc3 Merge pull request #5018 from ThomasRaoux:main-to-google by thomasraoux · 4 years, 1 month ago
- 12d1c29 Merge branch 'google' into main-to-google by Thomas · 4 years, 1 month ago
- d1735ae Add CMakeLists.txt to build linalg-opt (#5014) by harsh-nod · 4 years, 1 month ago
- c6f9140 Change MLIRTargetLLVMIR to MLIRTargetLLVMIRExport in CmakeLists by Natasha Kononenko · 4 years, 1 month ago
- c9cdfe5 Note supported CMake version in various places (#4996) by Geoffrey Martin-Noble · 4 years, 1 month ago
- eeb56e7 Integrate LLVM at llvm/llvm-project@c907681b077c by Benjamin Kramer · 4 years, 1 month ago
- a69b615 Create a sandbox for end-to-end linalg on tensors (#4890) by Nicolas Vasilache · 4 years, 1 month ago
- 45c7533 Integrate LLVM at llvm/llvm-project@7e54d7304be2 by iree-copybara-bot · 4 years, 1 month ago
- ce85ce5 Integrate LLVM at llvm/llvm-project@16428a8d91a9 by iree-copybara-bot · 4 years, 1 month ago
- 5f73555 Exclude failing TestMatMulVulkan experimental test by Geoffrey Martin-Noble · 4 years, 2 months ago
- 316275a Merge main -> google (#4800) by Geoffrey Martin-Noble · 4 years, 2 months ago
- 0db00b9 Integrate LLVM at llvm/llvm-project@f89f6d1e5d7d by iree-copybara-bot · 4 years, 2 months ago
- d759b30 Integrate LLVM at llvm/llvm-project@a1a1d338e99d by iree-copybara-bot · 4 years, 2 months ago
- 90d4d9f Merge pull request #4732 from not-jenni:main-to-google by Copybara-Service · 4 years, 2 months ago
- f815e2c Integrate LLVM at llvm/llvm-project@d1978fa4bf0d by Adrian Kuegel · 4 years, 2 months ago
- 5eb2077 Add Gradle tasks to configure and make host tools with CMake before compiling the Android Java bindings. (#4705) by Kojo Acquah · 4 years, 2 months ago
- 8d74bfa Merge pull request #4571 from google/staging-hal-rewrite by Ben Vanik · 4 years, 2 months ago
- b13586e Porting the HAL C++ API to C. by Ben Vanik · 4 years, 3 months ago
- ee9a9cb Integrate LLVM at llvm/llvm-project@e29552c5aff6 by iree-copybara-bot · 4 years, 2 months ago
- 603e9f1 Moves the java bindings to the experimental directory (#4608) by not-jenni · 4 years, 2 months ago
- 6d0d094 Integrate LLVM at llvm/llvm-project@930c74f12d79 by iree-copybara-bot · 4 years, 3 months ago
- 417ffc7 Merge branch 'google' into main-to-google by Scott Todd · 4 years, 3 months ago
- 0f005e5 Initial build boilerplate for experimental remoting directory. (#4313) by Stella Laurenzo · 4 years, 3 months ago
- bbdc2b1 Integrate LLVM at llvm/llvm-project@c3acda0798f9 by iree-copybara-bot · 4 years, 3 months ago
- 5f35715 Integrate LLVM at llvm/llvm-project@1b97cdf885d6 by iree-copybara-bot · 4 years, 3 months ago
- a6ad815 Integrate LLVM at llvm/llvm-project@17b3ff511c0a by iree-copybara-bot · 4 years, 3 months ago
- 8a79f01 Use mlir::OpState::operator->() to get to methods of mlir::Operation. by Christian Sigg · 4 years, 3 months ago
- 0fef925 Integrate LLVM at llvm/llvm-project@0cf7e4b252fe by iree-copybara-bot · 4 years, 3 months ago
- 9a2077c [mlir][NFC] Replace usages or mlir/IR/StandardTypes.h with mlir/IR/BuiltinTypes.h by River Riddle · 4 years, 4 months ago
- de18de9 Use OpState::operator->() to get to member functions in Operation so we can remove the corresponding methods from OpState. by Christian Sigg · 4 years, 4 months ago
- 08e3cda Fix CMake build for ModelBuilder (#4101) by Thomas · 4 years, 4 months ago
- 68b8767 [mlir][NFC] Replace usages of Function.h and Module.h with BuiltinOps.h by River Riddle · 4 years, 4 months ago
- 69655bc Merge main -> google by Scott Todd · 4 years, 4 months ago
- e61e7e1 Update ModelBuilder to mark function declarations private. (#3816) by Rahul Joshi · 4 years, 5 months ago