tiny-cuda-nn
tiny-cuda-nn copied to clipboard
How to build with MAX_JOBS?
export TCNN_CUDA_ARCHITECTURES=${CUDAARCHS}
export MAX_JOBS=$(nproc)
cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build --config RelWithDebInfo -- -j$(nproc)
cd bindings/torch
pip3 wheel . -w /opt/tinycudann/wheels --jobs=$MAX_JOBS
I'm using that but all the process is very slow