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
8a406f6c
Commit
8a406f6c
authored
Aug 05, 2020
by
Lorenz Hüdepohl
Browse files
Add support for cuda 11
parent
c0f76d65
Pipeline
#80047
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
8a406f6c
...
...
@@ -251,6 +251,8 @@ def valid_cuda(cuda, compiler):
return
compiler
==
"gcc_8"
if
cuda
==
"cuda_10_2"
:
return
compiler
==
"gcc_8"
if
cuda
==
"cuda_11_0"
:
return
compiler
==
"gcc_9"
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