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
I tried to exec: cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
and got:
132 | #error -- unsupported GNU version! gcc versions later than 12 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
If I do: export NVCC_APPEND_FLAGS='-allow-unsupported-compiler'
I also receive tons of errors.
Could you please help, what I am doing wrong? What are the most modern versions of gcc, cmske,cuda, etc, that I can install?
The text was updated successfully, but these errors were encountered:
#error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
-allow-unsupported-compiler Gives a bunch new errors.
I've set gcc version to 13, but can't figure out how to set c++ compiler to any older than version 14 on Fedora 40
I use:
I tried to exec:
cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
and got:
132 | #error -- unsupported GNU version! gcc versions later than 12 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
If I do:
export NVCC_APPEND_FLAGS='-allow-unsupported-compiler'
I also receive tons of errors.
Could you please help, what I am doing wrong? What are the most modern versions of gcc, cmske,cuda, etc, that I can install?
The text was updated successfully, but these errors were encountered: