cuda builds fail on systems with gcc >=16 and nvcc 13.3 #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nvcc 13.3 does not support gcc >= 16; however, this is a state a user computer may be in. Therefore there should be an explicit check for nvcc <=> gcc and nvcc <=> clang compatibility with a clear error message
This is addressed with
7c99deb