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
ec13e549
Unverified
Commit
ec13e549
authored
Feb 26, 2026
by
Asaf Gardin
Committed by
GitHub
Feb 26, 2026
Browse files
[Bugfix] Fix uint32 overflow in Mamba selective scan state pointer arithmetic (#35275)
Signed-off-by:
Josephasafg
<
ajgard7@gmail.com
>
parent
c6ca5159
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/mamba/mamba_ssm/selective_scan.h
csrc/mamba/mamba_ssm/selective_scan.h
+1
-1
No files found.
csrc/mamba/mamba_ssm/selective_scan.h
View file @
ec13e549
...
...
@@ -15,7 +15,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////////
struct
SSMParamsBase
{
using
index_t
=
uint32
_t
;
using
index_t
=
size
_t
;
int
batch
,
dim
,
seqlen
,
dstate
,
n_groups
,
n_chunks
;
int
dim_ngroups_ratio
;
...
...
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