instant-ngp icon indicating copy to clipboard operation
instant-ngp copied to clipboard

What are reccommended tools version to install?

Open ankhafizov opened this issue 7 months ago • 1 comments

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?

ankhafizov avatar Aug 04 '24 09:08 ankhafizov