Skip to content

Commit

Permalink
Update to CUDA 11.1
Browse files Browse the repository at this point in the history
Update to CUDA 11.1:
  * CUDA version 11.1.74
  * NVIDIA drivers version 455.23.05

From the release notes:
  - add support for GCC 10 and clang 10
  - support multi-threaded launch to different CUDA streams
  - improve MPS error handling when using multiple GPUs
  - various bug fixes

See https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html .
  • Loading branch information
fwyzard committed Sep 24, 2020
1 parent ce5d3c5 commit d32501c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cuda.spec
@@ -1,6 +1,6 @@
### RPM external cuda 11.0.3
### RPM external cuda 11.1.0

%define driversversion 450.51.06
%define driversversion 455.23.05

%ifarch x86_64
Source0: https://developer.download.nvidia.com/compute/cuda/%{realversion}/local_installers/%{n}_%{realversion}_%{driversversion}_linux.run
Expand Down Expand Up @@ -59,7 +59,7 @@ mv %_builddir/build/extras/CUPTI/include/*.h %{i}/include/
rm -f %_builddir/build/bin/computeprof
rm -f %_builddir/build/bin/cuda-uninstaller
rm -f %_builddir/build/bin/ncu*
rm -f %_builddir/build/bin/nsyght*
rm -f %_builddir/build/bin/nsight*
rm -f %_builddir/build/bin/nsys*
rm -f %_builddir/build/bin/nv-nsight*
rm -f %_builddir/build/bin/nvvp
Expand All @@ -76,9 +76,9 @@ exec %{i}/bin/cuda-gdb.real "\$@"
chmod a+x %{i}/bin/cuda-gdb

# package the Compute Sanitizer, and replace the wrapper with a symlink
mv %_builddir/build/Sanitizer %{i}/
mv %_builddir/build/compute-sanitizer %{i}/
rm -f %{i}/bin/compute-sanitizer
ln -s ../Sanitizer/compute-sanitizer %{i}/bin/compute-sanitizer
ln -s ../compute-sanitizer/compute-sanitizer %{i}/bin/compute-sanitizer

# package the NVVM compiler (cicc), library (libnvvm.so), device library (libdevice.10.bc) and samples
mv %_builddir/build/nvvm %{i}/
Expand Down

0 comments on commit d32501c

Please sign in to comment.