Skip to content

Commit

Permalink
Add perf CI configs and fallbacks for gemm. Remove old regression tes…
Browse files Browse the repository at this point in the history
…ting script
  • Loading branch information
AlexAUT committed Nov 13, 2024
1 parent 2a715fe commit ab955c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 172 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# M // BLOCK_M * N // BLOCK_N % 304 == 0
# Fallback tuned configs for CI in case the weekly tuning has not been run yet

## 1 workgroup / CU
- {'M': 4864, 'N': 4096, 'K': 4096, 'rowMajorA': 'T', 'rowMajorB': 'N', 'BLOCK_SIZE_M': 256, 'BLOCK_SIZE_N': 256, 'BLOCK_SIZE_K': 64, 'GROUP_SIZE_M': 4, 'SPLIT_K': 1, 'num_warps': 8, 'num_stages': 2, 'waves_per_eu': 0, 'matrix_instr_nonkdim': 16, 'kpack': 2}
- {'M': 4864, 'N': 4096, 'K': 4160, 'rowMajorA': 'T', 'rowMajorB': 'N', 'BLOCK_SIZE_M': 256, 'BLOCK_SIZE_N': 256, 'BLOCK_SIZE_K': 64, 'GROUP_SIZE_M': 4, 'SPLIT_K': 1, 'num_warps': 8, 'num_stages': 2, 'waves_per_eu': 0, 'matrix_instr_nonkdim': 16, 'kpack': 2}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# If new gemm sizes/configs are added please provide a fallback tuned config in fallback_configs.yaml.
# The fallback configs will be used in case the weekly tuning has not been run
#
# M // BLOCK_M * N // BLOCK_N % 304 == 0
## 1 workgroup / CU
- {'M': 4864, 'N': 4096, 'K': 4096, 'rowMajorA': 'T', 'rowMajorB': 'N'}
Expand Down
171 changes: 0 additions & 171 deletions python/perf-kernels/tools/tune_gemm/test_regression.py

This file was deleted.

0 comments on commit ab955c9

Please sign in to comment.