Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metax] Add metax backend tune config #495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
33 changes: 33 additions & 0 deletions src/flag_gems/runtime/backend/_metax/tune_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,3 +1148,36 @@ batch_norm:
- 4
- 8
- 16
kron:
- gen: true
param_map:
META:
BLOCK_M: block_m
BLOCK_N: block_n
num_warps: warps
block_m:
- 2
- 4
- 8
block_n:
- 1024
- 2048
warps:
- 4
- 8
- 16

index_put:
- gen: true
param_map:
META:
BLOCK_SIZE0: block_size0
BLOCK_SIZE1: block_size1
block_size0:
- 1
- 2
- 4
block_size1:
- 1024
- 2048
- 4096