Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
e868d0b6
Unverified
Commit
e868d0b6
authored
Feb 06, 2025
by
lizamd
Committed by
GitHub
Feb 07, 2025
Browse files
update waves_per_eu to 1 (#3356)
parent
591e751e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/layers/attention/triton_ops/extend_attention.py
...glang/srt/layers/attention/triton_ops/extend_attention.py
+1
-1
No files found.
python/sglang/srt/layers/attention/triton_ops/extend_attention.py
View file @
e868d0b6
...
...
@@ -351,7 +351,7 @@ def extend_attention_fwd(
extra_kargs
=
{}
if
is_hip_
:
extra_kargs
=
{
"waves_per_eu"
:
4
,
"matrix_instr_nonkdim"
:
16
,
"kpack"
:
2
}
extra_kargs
=
{
"waves_per_eu"
:
1
,
"matrix_instr_nonkdim"
:
16
,
"kpack"
:
2
}
_fwd_kernel
[
grid
](
q_extend
,
...
...
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