GridTools / gridtools

Libraries and utilities to develop performance portable applications for weather and climate.
https://gridtools.github.io/gridtools
Other
60 stars 21 forks source link

Compilation problem with CUDA 12.x + GCC 13 debug mode #1784

Open havogt opened 3 months ago

havogt commented 3 months ago

The icosahedral curl, div, lap fail with compilation aborted in the cicc phase when compiled for CUDA 12.5 (and older versions) with GCC 13 as host compiler in debug mode.

Workaround is to compile in release mode or with other host compilers.

Tracked as NVIDIA bug 4587742.