Skip to content
Snippets Groups Projects

Select suitable GCC for CUDA 11.8

Merged Paul McCarthy requested to merge paulmc-master-patch-07777 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -63,7 +63,7 @@ requirements:
- {{ compiler("cxx") }} 8.* # [linux]
{% elif cuda_version in ("11.0", "11.1", "11.2", "11.3") %}
- {{ compiler("cxx") }} 9.* # [linux]
{% elif cuda_version in ("11.4", "11.5", "11.6", "11.7") %}
{% elif cuda_version in ("11.4", "11.5", "11.6", "11.7", "11.8") %}
- {{ compiler("cxx") }} 11.* # [linux]
{% else %}
- {{ compiler("cxx") }} # [linux]
Loading