Skip to content

Commit

Permalink
Another windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Oct 31, 2024
1 parent c211ace commit f75e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/iree-amd-aie/driver/xrt/nop_semaphore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static iree_status_t iree_hal_xrt_semaphore_query(
iree_hal_xrt_semaphore_cast(base_semaphore);
// TODO: Support semaphores completely.
*out_value =
iree_atomic_load_int64(&semaphore->value, iree_memory_order_acquire);
iree_atomic_load(&semaphore->value, iree_memory_order_acquire);
return iree_ok_status();
}

Expand Down

0 comments on commit f75e880

Please sign in to comment.