Skip to content
Snippets Groups Projects
Unverified Commit 3f50b9e0 authored by Axel Huebl's avatar Axel Huebl Committed by GitHub
Browse files

CUDA 10.1+ supports ICC 19.0 (#15764)

Fix the CUDA-ICC conflict check.
Simplify the XL 17 check.
parent ccc7c9b8
No related branches found
No related tags found
No related merge requests found
......@@ -140,12 +140,12 @@ def cuda_flags(arch_list):
conflicts('%intel@16.0:', when='+cuda ^cuda@:8.0.43')
conflicts('%intel@17.0:', when='+cuda ^cuda@:8.0.60')
conflicts('%intel@18.0:', when='+cuda ^cuda@:9.9')
conflicts('%intel@19.0:', when='+cuda ^cuda@:10.2.89')
conflicts('%intel@19.0:', when='+cuda ^cuda@:10.0')
# XL is mostly relevant for ppc64le Linux
conflicts('%xl@:12,14:', when='+cuda ^cuda@:9.1')
conflicts('%xl@:12,14:15,17:', when='+cuda ^cuda@9.2')
conflicts('%xl@17:', when='+cuda ^cuda@10.0.130:10.2.89')
conflicts('%xl@17:', when='+cuda ^cuda@:10.2.89')
# Mac OS X
# platform = ' platform=darwin'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment