You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently when adding CUDA 11.8 builds in PR ( #26 ), we ran into some issues with the Linux builds. On further investigation, it appears that the issue was related to the use of GCC 11 in the Linux CUDA 11.8 builds
Looking at the result from CI (also attached log for posterity), we saw errors like this one:
This error did not occur with GCC 10. So something changed between GCC 10 & 11. Maybe the compiler got stricter and so is catching an error? Would need further investigation to know for sure
For now we have pinned to GCC 10 in the CUDA 11.8 builds as a workaround, which allows those to pass. Have highlighted the relevant lines below
Recently when adding CUDA 11.8 builds in PR ( #26 ), we ran into some issues with the Linux builds. On further investigation, it appears that the issue was related to the use of GCC 11 in the Linux CUDA 11.8 builds
Looking at the result from CI (also attached log for posterity), we saw errors like this one:
This error did not occur with GCC 10. So something changed between GCC 10 & 11. Maybe the compiler got stricter and so is catching an error? Would need further investigation to know for sure
For now we have pinned to GCC 10 in the CUDA 11.8 builds as a workaround, which allows those to pass. Have highlighted the relevant lines below
cudadecon-feedstock/recipe/meta.yaml
Lines 19 to 24 in 3c13e13
Once the underlying issue is resolved we should remove the workaround by reverting commit: 4cb1263
The text was updated successfully, but these errors were encountered: