From 403f4a43586c26d6d35c908782e3092a785e3c62 Mon Sep 17 00:00:00 2001 From: yzhang93 Date: Tue, 29 Oct 2024 10:48:05 -0700 Subject: [PATCH] Bump IREE to 3cf5b65f736ce50c9890190b80e6343c0b929d56 --- runtime/src/iree-amd-aie/driver/xrt-lite/nop_semaphore.cc | 2 +- third_party/iree | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/src/iree-amd-aie/driver/xrt-lite/nop_semaphore.cc b/runtime/src/iree-amd-aie/driver/xrt-lite/nop_semaphore.cc index aedd01453..16fb35e7e 100644 --- a/runtime/src/iree-amd-aie/driver/xrt-lite/nop_semaphore.cc +++ b/runtime/src/iree-amd-aie/driver/xrt-lite/nop_semaphore.cc @@ -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); } }; diff --git a/third_party/iree b/third_party/iree index df5e5aab0..3cf5b65f7 160000 --- a/third_party/iree +++ b/third_party/iree @@ -1 +1 @@ -Subproject commit df5e5aab044ed5b6c5860b0b291c95eafe1c2522 +Subproject commit 3cf5b65f736ce50c9890190b80e6343c0b929d56