-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL Build LuisaRender got [Makefile:136: all] Error 2 #486
Comments
Could you try Docker build for sanity check? |
I got exactly same error with environment:
I tried to run with docker, it did NOT stop here, but it crashed at 73% of the building process twice. I tried to run the code in docker file too. Namely, apart from the base docker image, I ran the remaining codes and my cuda env is setup globally, I got the same error in my env. Here is nvida-smi result
|
This issue can be solved by downgrading the driver to a version compatible to CUDA (12.1 - 535, 12.4 - 550 according to what mentioned in the answer 465. I tried the 12.1 - 535 one. Also, if anyone find a similar crash problem as me, increase the size of the swap partition, or, add |
My env:
First i run success with
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release -D PYTHON_VERSIONS=3.9 -D LUISA_COMPUTE_DOWNLOAD_NVCOMP=ON -D LUISA_COMPUTE_ENABLE_GUI=OFF.
Despite several warnings, it was still successful.Then i run failed with
cmake --build build -j $(nproc)
The text was updated successfully, but these errors were encountered: