NVlabs / tiny-cuda-nn

Lightning fast C++/CUDA neural network framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You need to construct a same version of gcc and g++.

SydneyWarrenZhao opened this issue · comments

At the begining, I have a issue of installing the CUDA.
It is about 'Error: Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects.'
And after several times retry, I find the problem is gcc version is 9, and g++ version is 11.

It has a problem about incompatible. So I Unified GCC and G++ Versions!!! Finally, I solve it.