Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
b5853f99
Unverified
Commit
b5853f99
authored
May 16, 2024
by
Hongxia Yang
Committed by
GitHub
May 16, 2024
Browse files
[ROCm][AMD][Bugfix] adding a missing triton autotune config (#4845)
parent
f09edd8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
vllm/attention/ops/triton_flash_attention.py
vllm/attention/ops/triton_flash_attention.py
+10
-0
No files found.
vllm/attention/ops/triton_flash_attention.py
View file @
b5853f99
...
...
@@ -239,6 +239,16 @@ def _attn_fwd_inner(
num_stages
=
1
,
num_warps
=
8
,
),
triton
.
Config
(
{
"BLOCK_M"
:
128
,
"BLOCK_N"
:
64
,
"waves_per_eu"
:
1
,
"PRE_LOAD_V"
:
False
,
},
num_stages
=
1
,
num_warps
=
4
,
),
triton
.
Config
(
{
"BLOCK_M"
:
128
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment