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
d747c2ef
Unverified
Commit
d747c2ef
authored
Sep 23, 2025
by
Corey Lowman
Committed by
GitHub
Sep 24, 2025
Browse files
[Perf] Fix jit compiles at runtime of fla gated delta rule (#25432)
Co-authored-by:
Michael Goin
<
mgoin64@gmail.com
>
parent
c30b405b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/fla/ops/fused_recurrent.py
vllm/model_executor/layers/fla/ops/fused_recurrent.py
+2
-2
No files found.
vllm/model_executor/layers/fla/ops/fused_recurrent.py
View file @
d747c2ef
...
@@ -40,8 +40,8 @@ def fused_recurrent_gated_delta_rule_fwd_kernel(
...
@@ -40,8 +40,8 @@ def fused_recurrent_gated_delta_rule_fwd_kernel(
ssm_state_indices
,
ssm_state_indices
,
num_accepted_tokens
,
num_accepted_tokens
,
scale
,
scale
,
N
:
tl
.
constexpr
,
# num of sequences
N
:
tl
.
int64
,
# num of sequences
T
:
tl
.
constexpr
,
# num of tokens
T
:
tl
.
int64
,
# num of tokens
B
:
tl
.
constexpr
,
B
:
tl
.
constexpr
,
H
:
tl
.
constexpr
,
H
:
tl
.
constexpr
,
HV
:
tl
.
constexpr
,
HV
:
tl
.
constexpr
,
...
...
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