Skip to content

Commit e92e675

Browse files
committed
Update CUDA to version 12.9.0
Drop support for nvtx2 in favour of nvtx3, which is header-only.
1 parent 492aa0a commit e92e675

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

cuda.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### RPM external cuda 12.8.1
1+
### RPM external cuda 12.9.0
22
## INITENV +PATH LD_LIBRARY_PATH %i/lib64
33

44
%define runpath_opts -m compute-sanitizer -m drivers -m nvvm
5-
%define driversversion 570.124.06
5+
%define driversversion 575.51.03
66

77
%ifarch x86_64
88
Source0: https://developer.download.nvidia.com/compute/cuda/%{realversion}/local_installers/%{n}_%{realversion}_%{driversversion}_linux.run

scram-tools.file/tools/cuda/cuda.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<tool name="cuda" version="@TOOL_VERSION@" revision="3">
1+
<tool name="cuda" version="@TOOL_VERSION@" revision="4">
22
<info url="https://docs.nvidia.com/cuda/index.html"/>
3+
<use name="cuda-interface"/>
34
<use name="cuda-stubs"/>
45
<lib name="cudart"/>
56
<lib name="cudadevrt"/>
6-
<lib name="nvToolsExt"/>
7-
<use name="cuda-interface"/>
87
<client>
98
<environment name="CUDA_BASE" default="@TOOL_ROOT@"/>
109
<environment name="NVCC" default="$CUDA_BASE/bin/nvcc"/>

0 commit comments

Comments
 (0)