Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cuda-runtime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cuda-runtime
Commits
26149741
Commit
26149741
authored
Aug 10, 2026
by
Ran Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update runtime
parent
48682350
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
Makefile
Makefile
+0
-17
cuda-runtime-12.9.tar.xz.sha256
cuda-runtime-12.9.tar.xz.sha256
+0
-1
No files found.
Makefile
View file @
26149741
CUDA_LIBS
=
libcudart.so.12 libcusparse.so.12 libcufft.so.11 libcurand.so.10 libcublas.so.12 libcublasLt.so.12 libnvJitLink.so.12
all
:
test
-f
cuda-runtime-12.9.tar.xz
test
-f
cuda-runtime-12.9.tar.xz.sha256
sha256sum
-c
cuda-runtime-12.9.tar.xz.sha256
tar
xf cuda-runtime-12.9.tar.xz
-C
/
for
lib
in
$(CUDA_LIBS)
;
do
test
-e
/usr/local/cuda-12.9/lib64/
$$
lib
;
done
test
!
-e
/usr/local/cuda-12.9/bin/nvcc
test
!
-e
/usr/local/cuda-12.9/nvvm
test
!
-e
/usr/local/cuda-12.9/include
test
-z
"
$$
(find /usr/local/cuda-12.9/lib64 -maxdepth 1 -name 'libnpp*' -print -quit)"
test
-z
"
$$
(find /usr/local/cuda-12.9 -type f -name '*.a' -print -quit)"
install
-d
/etc/ld.so.conf.d
install
-m
0644 cuda-12-9.conf /etc/ld.so.conf.d/cuda-12-9.conf
touch
/etc/ld.so.conf
grep
-qxF
/usr/local/cuda-12.9/lib64 /etc/ld.so.conf
||
\
echo
/usr/local/cuda-12.9/lib64
>>
/etc/ld.so.conf
ln
-sfn
cuda-12.9 /usr/local/cuda
ldconfig
for
lib
in
$(CUDA_LIBS)
;
do
\
ldconfig
-p
|
grep
-F
$$
lib
;
\
done
cuda-runtime-12.9.tar.xz.sha256
deleted
100644 → 0
View file @
48682350
f3edf8fa532c4f50e451247f774de967b96b1438e99fd2b03865e508d78e45ad cuda-runtime-12.9.tar.xz
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