Skip to content

Commit 019e9fc

Browse files
committed
fix test
Signed-off-by: Yaoyao Ding <[email protected]>
1 parent fd3f550 commit 019e9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lang/test_copy_async_bulk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def __call__(self, bs: int, m_size: int32, n_size: int, x_ptr: ~float16, y_ptr:
102102
x = self.load_shared(s_x)
103103
x += self.block_rank_in_cluster + 1
104104
self.store_shared(s_y, x)
105+
self.fence_proxy_copy_async()
105106
self.sync()
106107

107108
self.copy_async_bulk_shared_to_global(

0 commit comments

Comments
 (0)