Skip to content

Commit

Permalink
try fix ldmatrix b for int8
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed May 17, 2022
1 parent 7a962cd commit 6fa91e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_mma_16x8x32_int8.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def ldmatrix_b_impl(a: T.handle, c: T.handle) -> None:
B_warp.data,
16 * tx,
B_shared.data,
16 * tx,
32 * (tx % 16) + 8 * (tx // 16),
dtype="int8",
)
)
Expand Down

0 comments on commit 6fa91e5

Please sign in to comment.