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
mpcdf
obs
osc-plugins
Commits
deed7984
Commit
deed7984
authored
Nov 19, 2018
by
Lorenz Huedepohl
Browse files
Add Cuda 10
parent
7a2a396e
Pipeline
#67042
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
deed7984
...
...
@@ -49,6 +49,8 @@ def valid_cuda(cuda, compiler):
return
compiler
==
"gcc_6_3_0"
if
cuda
==
"cuda_9_2"
:
return
compiler
==
"gcc_6"
if
cuda
==
"cuda_10_0"
:
return
compiler
==
"gcc_6"
return
False
...
...
Write
Preview
Markdown
is supported
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