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
344adb00
Unverified
Commit
344adb00
authored
Jun 10, 2025
by
Yineng Zhang
Committed by
GitHub
Jun 10, 2025
Browse files
fix arm sgl-kernel link issue (#7066)
parent
b56de8f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sgl-kernel/build.sh
sgl-kernel/build.sh
+2
-0
No files found.
sgl-kernel/build.sh
View file @
344adb00
...
...
@@ -15,6 +15,7 @@ echo "ARCH: $ARCH"
if
[
${
ARCH
}
=
"aarch64"
]
;
then
LIBCUDA_ARCH
=
"sbsa"
BUILDER_NAME
=
"pytorch/manylinuxaarch64-builder"
CMAKE_BUILD_PARALLEL_LEVEL
=
16
else
LIBCUDA_ARCH
=
${
ARCH
}
BUILDER_NAME
=
"pytorch/manylinux2_28-builder"
...
...
@@ -40,6 +41,7 @@ docker run --rm \
tar -xzf cmake-
\$
{CMAKE_VERSION_MAJOR}.
\$
{CMAKE_VERSION_MINOR}-linux-
${
ARCH
}
.tar.gz
mv cmake-
\$
{CMAKE_VERSION_MAJOR}.
\$
{CMAKE_VERSION_MINOR}-linux-
${
ARCH
}
/opt/cmake
export PATH=/opt/cmake/bin:
\$
PATH
export LD_LIBRARY_PATH=/lib64:
\$
LD_LIBRARY_PATH
# Debugging CMake
echo
\"
PATH:
\$
PATH
\"
...
...
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