Skip to content

Commit

Permalink
add commit group
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed May 19, 2022
1 parent baaf4b8 commit 8aa591e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_tir_ptx_cp_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def ptx_cp_async(
T.ptx_cp_async(A_shared.data, tx * 128 + 8 * i, A.data, tx * 128 + 8 * i, 16, dtype="float16")
)

T.evaluate(T.ptx_commit_group(dtype="float16"))
T.evaluate(T.ptx_wait_group(0, dtype="float16"))

for i in range(128):
Expand Down

0 comments on commit 8aa591e

Please sign in to comment.