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
25c54774
Commit
25c54774
authored
Sep 23, 2021
by
Lorenz Hüdepohl
Browse files
Support for CUDA 11.4
parent
db668300
Pipeline
#110719
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
25c54774
...
...
@@ -264,6 +264,8 @@ def valid_cuda(cuda, compiler):
return
compiler
==
"gcc_9"
if
cuda
==
"cuda_11_2"
:
return
compiler
==
"gcc_10"
if
cuda
==
"cuda_11_4"
:
return
compiler
==
"gcc_11"
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