Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
guix-hpc
guix-hpc-non-free
Commits
10f81425
Commit
10f81425
authored
Sep 17, 2020
by
Ludovic Courtès
Browse files
cuda: Change default to 10.2 to match PlaFRIM.
* non-free/cuda.scm (cuda): Dowgrade to 10.2.
parent
b8b2700f
Changes
1
Show whitespace changes
Inline
Side-by-side
non-free/cuda.scm
View file @
10f81425
...
...
@@ -238,7 +238,10 @@ libraries for NVIDIA GPUs, all of which are proprietary.")
(
define-public
cuda
;; Default version.
cuda-11
.
0
)
;;
;; Note: Pick a version that matches the actual "driver"--i.e.,
;; /usr/lib64/libcuda.so available on the target machine.
cuda-10
.
2
)
(
define-public
no-float128
;; FIXME: We cannot simply add it to 'propagated-inputs' of cuda-toolkit
...
...
Write
Preview
Supports
Markdown
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