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
8d323e95
Unverified
Commit
8d323e95
authored
Mar 08, 2025
by
Lianmin Zheng
Committed by
GitHub
Mar 08, 2025
Browse files
Use clang format 18 in pr-test-sgl-kernel.yml (#4203)
parent
0fe7c13b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+1
-1
sgl-kernel/src/sgl-kernel/include/utils.h
sgl-kernel/src/sgl-kernel/include/utils.h
+1
-1
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
8d323e95
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
with
:
with
:
source
:
sgl-kernel
source
:
sgl-kernel
extensions
:
h,c,cpp,hpp,cu,cuh,cc
extensions
:
h,c,cpp,hpp,cu,cuh,cc
clangFormatVersion
:
1
6
clangFormatVersion
:
1
8
style
:
file
style
:
file
build-wheels
:
build-wheels
:
...
...
sgl-kernel/src/sgl-kernel/include/utils.h
View file @
8d323e95
...
@@ -94,7 +94,7 @@ inline int getSMVersion() {
...
@@ -94,7 +94,7 @@ inline int getSMVersion() {
#define DISPATCH_INTEGRAL_TYPES(TYPE, NAME, ...) \
#define DISPATCH_INTEGRAL_TYPES(TYPE, NAME, ...) \
AT_DISPATCH_SWITCH(TYPE, NAME, DISPATCH_CASE_INTEGRAL_TYPES(__VA_ARGS__))
AT_DISPATCH_SWITCH(TYPE, NAME, DISPATCH_CASE_INTEGRAL_TYPES(__VA_ARGS__))
#define CEILDIV(x, y) (((x) + (y)
-
1) / (y))
#define CEILDIV(x, y) (((x) + (y)
-
1) / (y))
#define WARP_SIZE 32
#define WARP_SIZE 32
#ifndef USE_ROCM
#ifndef USE_ROCM
...
...
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