kevinycy
Results
1
comments of
kevinycy
You can build it locally to solve this problem, by https://github.com/NVlabs/tiny-cuda-nn. With $ git clone --recursive https://github.com/nvlabs/tiny-cuda-nn $ cd tiny-cuda-nn tiny-cuda-nn$ cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo tiny-cuda-nn$ cmake --build build...