[med-svn] [Git][med-team/bart][master-contrib-test2] actvate cudnn
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Sat Oct 1 13:14:43 BST 2022
Martin Uecker pushed to branch master-contrib-test2 at Debian Med / bart
Commits:
0cd85a9b by Martin Uecker at 2022-10-01T14:14:27+02:00
actvate cudnn
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -5,6 +5,7 @@ bart-cuda (0.8.00-1) UNRELEASED; urgency=medium
* Add std=c++14 to nvcc and use gcc-10 to fix build issues. (Closes: #1016625)
* Standards-Version: 4.6.1.0
* Mention machine learning in description.
+ * Use cudnn.
-- Martin Uecker <uecker at tugraz.at> Sun, 25 Sep 2022 14:34:15 +0200
=====================================
debian/control
=====================================
@@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libpng-dev,
liblapacke-dev,
nvidia-cuda-toolkit,
+ nvidia-cudnn,
gcc-10,
g++-10
Standards-Version: 4.6.1.0
=====================================
debian/rules
=====================================
@@ -7,6 +7,8 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
# Activate CUDA.
export CUDA=1
export CUDA_BASE=/usr/
+export CUDNN=1
+export CUDNN_BASE=/usr/x86_64-linux-gnu/
# Use gcc 10 to work around CUDA problem.
export CC=gcc-10
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/0cd85a9b86e5da1bd0b3e170ef0ae8b0d1646174
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/0cd85a9b86e5da1bd0b3e170ef0ae8b0d1646174
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221001/f81d96db/attachment-0001.htm>
More information about the debian-med-commit
mailing list