[med-svn] [Git][med-team/bart][master-contrib-test2] actvate cudnn
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Sat Oct 1 12:53:16 BST 2022
Martin Uecker pushed to branch master-contrib-test2 at Debian Med / bart
Commits:
6d6d697d by Martin Uecker at 2022-10-01T13:52:42+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/
# Use gcc 10 to work around CUDA problem.
export CC=gcc-10
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/6d6d697d300dadbcf6c802af7068ed6ea0982e45
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/6d6d697d300dadbcf6c802af7068ed6ea0982e45
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/9cc4e87d/attachment-0001.htm>
More information about the debian-med-commit
mailing list