Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Feb 22, 2022
1 parent 0cb15a3 commit 2bcd4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_tir_ptx_mma_sp.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_meta_m16n8k32_half(mask):
for j in range(8):
ret[i, k] |= int(mask[blk * 8 + i, k, j]) * base
base = base << 2

return ret.reshape(16)


Expand Down

0 comments on commit 2bcd4c8

Please sign in to comment.