Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def _get_grouped_matmul_configs():
}
for ns in [2, 3, 4, 5]
for gm in [1, 16, 32, 64]
for nw in [4, 8]
for nw in [2, 4, 8]
for bm in [16, 32, 64, 128]
for bn in [16, 32, 64, 128]
for bk in [32, 64, 128]
Expand Down
Loading