Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified hsa/gfx942/bf16gemm/bf16gemm_outf32_tn_32x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx942/bf16gemm/bf16gemm_outf32_tn_48x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx942/bf16gemm/bf16gemm_outf32_tn_64x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx942/bf16gemm/bf16gemm_outf32_tn_96x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx950/bf16gemm/bf16gemm_outf32_tn_32x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx950/bf16gemm/bf16gemm_outf32_tn_48x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx950/bf16gemm/bf16gemm_outf32_tn_64x64_pf3.co
Binary file not shown.
Binary file modified hsa/gfx950/bf16gemm/bf16gemm_outf32_tn_96x64_pf3.co
Binary file not shown.
6 changes: 3 additions & 3 deletions op_tests/test_gemm_a16w16.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ def test_gemm(dtype, m, n, k, bias=False, otype=None, scaleA=None, scaleB=None):
and otype == dtypes.fp32
and (k % 64 == 0)
# and (n % 64 == 0)
and (m in [64, 80, 128, 150, 192, 220, 256, 384, 448, 512])
and (n == 256)
and (k == 5120 or k == 7168)
# and (m in [64, 80, 128, 150, 192, 220, 256, 384, 448, 512])
# and (n == 256)
# and (k == 5120 or k == 7168)
and bias == None
Comment thread
junhaha666 marked this conversation as resolved.
Outdated
):
# wshuffle = shuffle_weight(weight, layout=(16, 16))
Expand Down
Loading