tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

How to build with MAX_JOBS?

Open johnnynunez opened this issue 1 year ago • 0 comments

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

johnnynunez avatar Aug 29 '24 09:08 johnnynunez