instant-ngp
instant-ngp copied to clipboard
What are reccommended tools version to install?
I use:
- Ubuntu 24.04 LTS x86_64
- cmake version 3.28.3
- gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
- cuda_12.1
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?