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
ce8cf916
Unverified
Commit
ce8cf916
authored
Mar 16, 2026
by
Wentao Ye
Committed by
GitHub
Mar 16, 2026
Browse files
[Compile] Fix compile warning `st256_cs` in `cuda_vec_utils.cuh` (#36693)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
18be11fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
csrc/cuda_vec_utils.cuh
csrc/cuda_vec_utils.cuh
+1
-0
No files found.
csrc/cuda_vec_utils.cuh
View file @
ce8cf916
...
@@ -196,6 +196,7 @@ __forceinline__ __device__ u32x8_t ld256_cs(const u32x8_t* addr) {
...
@@ -196,6 +196,7 @@ __forceinline__ __device__ u32x8_t ld256_cs(const u32x8_t* addr) {
return
val
;
return
val
;
#else
#else
assert
(
false
&&
"ld256_cs requires SM100+ with CUDA 12.9+"
);
assert
(
false
&&
"ld256_cs requires SM100+ with CUDA 12.9+"
);
return
u32x8_t
{};
#endif
#endif
}
}
...
...
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