- 414d020 Merge pull request #4694 from google/benvanik-tflite-metadata by Ben Vanik · 4 years, 2 months ago
- c60ef50 Merge pull request #4696 from google/benvanik-tf-compiler-cleanup by Ben Vanik · 4 years, 2 months ago
- d0c1d01 Add LinalgOnTensors xla_ops tests (#4693) by Ahmed S. Taei · 4 years, 2 months ago
- c67112d Add EmitC support for bitwise shift and rotate ops (#4703) by Marius Brehler · 4 years, 2 months ago
- 000d64f Moving tf transforms under TF/. by Ben Vanik · 4 years, 2 months ago
- 656044a Fixing the MSVC build (it's more sensitive than clang to this error). (#4700) by Ben Vanik · 4 years, 2 months ago
- 8c72dd0 Making the default iree-import-tflite output readable. by Ben Vanik · 4 years, 2 months ago
- b8ea9db Merge google -> main (#4697) by not-jenni · 4 years, 2 months ago
- b0b7cc4 Wiring up the tflite bindings to use the new compiler-generated methods. by Ben Vanik · 4 years, 2 months ago
- 0b9bcab Adding -iree-tflite-wrap-entry-points pass. by Ben Vanik · 4 years, 2 months ago
- 0a47866 Adding -iree-tflite-materialize-shape-support pass. by Ben Vanik · 4 years, 2 months ago
- 2851bb0 Allowing ranked_shapes in variables and adding support for expanding dims. by Ben Vanik · 4 years, 2 months ago
- ec8371a Adding a placeholder iree.list type until more design work can be done. by Ben Vanik · 4 years, 2 months ago
- bfa0372 Merge pull request #4695 from not-jenni:main-to-google by Copybara-Service · 4 years, 2 months ago
- 9a09821 Configure TF workspace via recursive workspace files (#4663) by Geoffrey Martin-Noble · 4 years, 2 months ago
- 3914817 Synchronize submodules with LLVM at llvm/llvm-project@83d705adb2e0 by Jenni Kilduff · 4 years, 2 months ago
- 908e288 Remove dead functional declaration createIREEXLALegalizeTF by Smit Hinsu · 4 years, 2 months ago
- eccf420 Integrate LLVM at llvm/llvm-project@83d705adb2e0 by iree-copybara-bot · 4 years, 2 months ago
- a15d08f Add VM to EmitC conversions for integer ops (#4691) by Marius Brehler · 4 years, 2 months ago
- 060f152 Merge google -> main (#4684) by not-jenni · 4 years, 2 months ago
- f7eef9a Integrate LLVM at llvm/llvm-project@67dfe9c8d70c by iree-copybara-bot · 4 years, 2 months ago
- 7a1f7d0 Synchronize submodules with LLVM at llvm/llvm-project@4d904776a77a by Jenni Kilduff · 4 years, 2 months ago
- a0d7eb8 Fix deps on renamed target iree::vm::ops (#4689) by Marius Brehler · 4 years, 2 months ago
- 2c43d22 Fix topology_test annotation to indicate it only fails under asan by Geoffrey Martin-Noble · 4 years, 2 months ago
- 3679141 Relocate integer arithmetic ops from dispatcher (#4658) by Marius Brehler · 4 years, 2 months ago
- 56972d8 bindings/python/pyiree/jax/frontend_test is currently failing, so disable it for now by Jenni Kilduff · 4 years, 2 months ago
- 5e19bfe Tell CTest to not swallow error messages (#4687) by Phoenix Meadowlark · 4 years, 2 months ago
- 4d48be5 Expand C Module Target (#4639) by Simon Camphausen · 4 years, 2 months ago
- ca412aa Integrate LLVM at llvm/llvm-project@4d904776a77a by Adrian Kuegel · 4 years, 2 months ago
- 22f4f61 Improve performance of lowered chlo.pow with integers by Tres Popp · 4 years, 2 months ago
- 2926be4 Integrate LLVM at llvm/llvm-project@8f7f2c4211ca by Adrian Kuegel · 4 years, 2 months ago
- 61044ea Add conversion of Fill op on tensors to Fill op on buffers. (#4685) by MaheshRavishankar · 4 years, 2 months ago
- 46030f2 Integrate LLVM at llvm/llvm-project@68f66f37d7d7 by iree-copybara-bot · 4 years, 2 months ago
- c5207cc Merge pull request #4682 from not-jenni:main-to-google by Copybara-Service · 4 years, 2 months ago
- a9b7921 Use ConvertToLLVM2 for both linalg tensor and buffer passes (#4681) by Ahmed S. Taei · 4 years, 2 months ago
- dee3b29 Synchronize submodules with LLVM at llvm/llvm-project@75347ba1fae2 by Jenni Kilduff · 4 years, 2 months ago
- a527020 Integrate LLVM at llvm/llvm-project@75347ba1fae2 by iree-copybara-bot · 4 years, 2 months ago
- e497f6e Integrate LLVM at llvm/llvm-project@78c22fbce991 by iree-copybara-bot · 4 years, 2 months ago
- 86de3ff Add region to `hal.executable.entry_point` that computes number of workgroups. (#4634) by MaheshRavishankar · 4 years, 2 months ago
- d0cb6c2 Mark tflite testdata target as testonly. (#4677) by Scott Todd · 4 years, 2 months ago
- 1696568 Integrate LLVM at llvm/llvm-project@49a6502cd5c2 by Adrian Kuegel · 4 years, 2 months ago
- b1b04a3 Integrate LLVM at llvm/llvm-project@e90e455d2a0c by Adrian Kuegel · 4 years, 2 months ago
- 334aa4a Connect linalg on tensors to rest of the CPU side. (#4597) by MaheshRavishankar · 4 years, 2 months ago
- 0fa30ce Condition use of __builtin_debugtrap on feature detection. by Stella Laurenzo · 4 years, 2 months ago
- fc7f691 Canonicalize `std.dim` into `flow.dispatch.shape` when relevant. (#4671) by Sean Silva · 4 years, 2 months ago
- 1321588 Adding multiple layouts to HAL executable creation. (#4621) by Ben Vanik · 4 years, 2 months ago
- 30ac665 Add JAX to iree-frontends CI (#4669) by Phoenix Meadowlark · 4 years, 2 months ago
- cd1132f Adding bindings/tflite/ to expose IREE through the tflite C API (#3982) by Ben Vanik · 4 years, 2 months ago
- e61496c Remove shapex.tie_shape from the inside of flow.dispatch.workgroups. (#4664) by Sean Silva · 4 years, 2 months ago
- 0c5dcb9 Incremental improvements to the HAL CTS. (#4666) by Scott Todd · 4 years, 2 months ago
- ee91850 Add CSEVariableLoadsPass to eliminate redundant `hal.variable.load`s. (#4244) by Scott Todd · 4 years, 2 months ago
- fa20c46 Add internal build support for the IREE-JAX frontend. by Phoenix Meadowlark · 4 years, 2 months ago
- b4bad34 Skip check tests on host builds when IREE_BUILD_COMPILER is OFF. (#4627) by Scott Todd · 4 years, 2 months ago
- 20078a4 Integrate LLVM at llvm/llvm-project@1c762a81d20f by iree-copybara-bot · 4 years, 2 months ago
- 75556cd Merge pull request #4660 from ScottTodd:main-to-google by Copybara-Service · 4 years, 2 months ago
- 8d74bfa Merge pull request #4571 from google/staging-hal-rewrite by Ben Vanik · 4 years, 2 months ago
- 3d3657a Merge google -> main (#4659) by Scott Todd · 4 years, 2 months ago
- 697c308 Synchronize submodules with LLVM at llvm/llvm-project@b92a39ac1319 by Scott Todd · 4 years, 3 months ago
- 19c7fb7 Integrate LLVM at llvm/llvm-project@b92a39ac1319 by iree-copybara-bot · 4 years, 3 months ago
- fc17abe Integrate LLVM at llvm/llvm-project@081c1db02dd2 by iree-copybara-bot · 4 years, 3 months ago
- 6de6fdf Add fallbacks for 0 cpuinfo queries. by Ben Vanik · 4 years, 3 months ago
- d434fa9 Fixing shutdown race where scopes were deleted while going idle. by Ben Vanik · 4 years, 3 months ago
- 9ee31d6 Disabling TaskWaitTest IssueSignaled for now. by Ben Vanik · 4 years, 3 months ago
- e8162c6 Add missing device release in CTS. by Ben Vanik · 4 years, 3 months ago
- b82f588 Fixing ubsan discovery in topology tests on large machines. by Ben Vanik · 4 years, 3 months ago
- 55a3af4 Android build fixes for HAL rewrite branch. (#4622) by Scott Todd · 4 years, 3 months ago
- 2a0f6a3 Fixing ubsan-flagged potential undefined shift right behavior. by Ben Vanik · 4 years, 3 months ago
- 381188a Fixing scope name length truncation. by Ben Vanik · 4 years, 3 months ago
- be902d0 Fixing off-by-one in minilcg128. by Ben Vanik · 4 years, 3 months ago
- ea1422c Temporarily disabling failing task system wait test. by Ben Vanik · 4 years, 3 months ago
- a3a1ac6 Adding tests for the various iree_task_t types. by Ben Vanik · 4 years, 3 months ago
- 9cc1cb6 Properly handling nop tasks in the task system. by Ben Vanik · 4 years, 3 months ago
- 5c7b233 More fixes after HAL C changes. (#4604) by Scott Todd · 4 years, 3 months ago
- d4a83c5 Fix Vulkan GUI sample after HAL C changes. (#4603) by Scott Todd · 4 years, 3 months ago
- 32b3101 Split iree/tools/test/simple.mlir as it was a PITA all as one. by Ben Vanik · 4 years, 3 months ago
- 26120d9 Better error status when drivers are not registered. by Ben Vanik · 4 years, 3 months ago
- cf5a2ef Removing HAL backend implementations of fill/read/write/copy. by Ben Vanik · 4 years, 3 months ago
- 6ef8473 Adding iree_task_topology_t tests and simplifying allocation. by Ben Vanik · 4 years, 3 months ago
- 78849af Adding iree_task_list_discard test. by Ben Vanik · 4 years, 3 months ago
- 193d212 Adding iree_task_scope_t tests. by Ben Vanik · 4 years, 3 months ago
- 03b0df8 Adding iree_task_queue_t tests. by Ben Vanik · 4 years, 3 months ago
- e5cb846 Adding iree_task_pool_t tests. by Ben Vanik · 4 years, 3 months ago
- 0d07572 Fixing push constants not being included in executable layout caching. by Ben Vanik · 4 years, 3 months ago
- cf5428e Making threads join on shutdown (for sanity). by Ben Vanik · 4 years, 3 months ago
- fc5c903 Cleanup of compile-time detection of sanitizers to enable TSAN/MSAN. by Ben Vanik · 4 years, 3 months ago
- 0b58591 Force mapping on hal.allocator.wrap.byte_buffer (today). by Ben Vanik · 4 years, 3 months ago
- 47564ef Making iree_status_t a non-void type to get better warnings on misuse. by Ben Vanik · 4 years, 3 months ago
- 02c9a97 Treating push constants offset/length as bytes in the API. by Ben Vanik · 4 years, 3 months ago
- c29cc34 Fixing a race where threads start prior to their handle being assigned. by Ben Vanik · 4 years, 3 months ago
- 0b39fd5 Fixing third_party/half bazel-to-cmake mapping. by Ben Vanik · 4 years, 3 months ago
- 952956f Fixing a type typo in the python bindings. by Ben Vanik · 4 years, 3 months ago
- c1b8009 Tweaking iree_atomic_* macros to better check types and adding a test. by Ben Vanik · 4 years, 3 months ago
- c9fb159 Removing unused line to remove warning. by Ben Vanik · 4 years, 3 months ago
- d3c3a8f Making IREE_EXPECT_OK/IREE_ASSERT_OK print better messages. by Ben Vanik · 4 years, 3 months ago
- 1c3d2d7 Fixing temp file path cleanup. Can't wait to remove this code. by Ben Vanik · 4 years, 3 months ago
- de58a3a Moving VMLA VM module to iree/modules/vmla/. by Ben Vanik · 4 years, 4 months ago
- 7147dc9 Removing iree/hal/host/ now that it is unused. by Ben Vanik · 4 years, 4 months ago
- 75e9779 Porting both the dylib and vmla drivers to use iree/hal/local. by Ben Vanik · 4 years, 4 months ago
- 66d8e0c Adding a new iree/hal/local/ path as the local CPU driver. by Ben Vanik · 4 years, 4 months ago
- e120608 Working around crap _mktemp behavior. by Ben Vanik · 4 years, 3 months ago