Skip to content
GitLab
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
6b113596
Commit
6b113596
authored
Feb 07, 2020
by
Lorenz Huedepohl
Browse files
Support cuda/10.2
parent
d1ab76c5
Pipeline
#68770
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
6b113596
...
...
@@ -180,6 +180,8 @@ def valid_cuda(cuda, compiler):
return
compiler
==
"gcc_6"
if
cuda
==
"cuda_10_1"
:
return
compiler
==
"gcc_8"
if
cuda
==
"cuda_10_2"
:
return
compiler
==
"gcc_8"
return
False
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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