Skip to content
Snippets Groups Projects
Commit deed7984 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Add Cuda 10

parent 7a2a396e
No related branches found
No related tags found
No related merge requests found
Pipeline #67042 passed
...@@ -49,6 +49,8 @@ def valid_cuda(cuda, compiler): ...@@ -49,6 +49,8 @@ def valid_cuda(cuda, compiler):
return compiler == "gcc_6_3_0" return compiler == "gcc_6_3_0"
if cuda == "cuda_9_2": if cuda == "cuda_9_2":
return compiler == "gcc_6" return compiler == "gcc_6"
if cuda == "cuda_10_0":
return compiler == "gcc_6"
return False return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment