Skip to content

Commit

Permalink
Bump IREE to 3cf5b65f736ce50c9890190b80e6343c0b929d56
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Oct 29, 2024
1 parent 1ca2dae commit 403f4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/src/iree-amd-aie/driver/xrt-lite/nop_semaphore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct iree_hal_xrt_lite_semaphore {
iree_allocator_t host_allocator)
: value(initial_value), host_allocator(host_allocator) {
iree_hal_semaphore_initialize(&iree_hal_xrt_lite_semaphore_vtable, &base);
iree_atomic_store_int64(&value, initial_value, iree_memory_order_release);
iree_atomic_store(&value, initial_value, iree_memory_order_release);
}
};

Expand Down
2 changes: 1 addition & 1 deletion third_party/iree
Submodule iree updated 236 files

0 comments on commit 403f4a4

Please sign in to comment.