Closed Meowuu7 closed 11 months ago
The compiling is successful in a Ubuntu 20.04 environment. But I encountered with the "CUDA not support" issue when I tried to render a scene using the command
./build/bin/luisa-render-cli -b 'CUDA' ./data/bathroom/scene.luisa
Describe the bug Building error
To Reproduce Steps to reproduce the behavior:
I run into this problem when I tried to compile the project on maxOS 13 M2 silicon:
Desktop (please complete the following information):
- OS: maxOS 13 M2 silicon
Previous versions of clang
has trouble capturing structural bindings in lambdas. I have worked around this in a recent version of LuisaCompute
and just now pushed a submodule update to LuisaRender
.
Please use
git pull
git submodule update --recursive --init
to pull and apply the fix.
The compiling is successful in a Ubuntu 20.04 environment. But I encountered with the "CUDA not support" issue when I tried to render a scene using the command
./build/bin/luisa-render-cli -b 'CUDA' ./data/bathroom/scene.luisa
Would you please run nvidia-smi
to verify that your driver version is 535+
?
The project can be successfully compiled by
nvidia-smi
to 545
Thank you for your help.
Describe the bug Building error
To Reproduce Steps to reproduce the behavior:
I run into this problem when I tried to compile the project on maxOS 13 M2 silicon:
Desktop (please complete the following information):