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
3be6af81
Commit
3be6af81
authored
Jan 13, 2021
by
Lorenz Huedepohl
Committed by
Lorenz Hüdepohl
Jan 13, 2021
Browse files
Support for cuda/11.2
parent
e82bd796
Pipeline
#91097
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
3be6af81
...
...
@@ -254,6 +254,8 @@ def valid_cuda(cuda, compiler):
return
compiler
==
"gcc_8"
if
cuda
==
"cuda_11_0"
:
return
compiler
==
"gcc_9"
if
cuda
==
"cuda_11_2"
:
return
compiler
==
"gcc_10"
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