You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN make this is in the Dockerfile for cuda build, why is not enabled to use all threads by default?
It's only using 1 out of 12 threads on my machine. It took ages even when I actually did set it to RUN make -j$(nproc), can't imagine how long it would run without.
Is there a reason for this limitation?
The text was updated successfully, but these errors were encountered:
RUN make
this is in the Dockerfile for cuda build, why is not enabled to use all threads by default?It's only using 1 out of 12 threads on my machine. It took ages even when I actually did set it to
RUN make -j$(nproc)
, can't imagine how long it would run without.Is there a reason for this limitation?
The text was updated successfully, but these errors were encountered: