We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System:
Describe the bug If we dont use 'cuda:0' to init render, there will be a 'Runtime Error'
To Reproduce We just run the example code in https://sapien.ucsd.edu/docs/latest/tutorial/rendering/depth_sensor.html
if we change this to cuda:1, the error will raise
Expected behavior just the example code in document
Screenshots
The text was updated successfully, but these errors were encountered:
if we use sapien.VulkanRenderer.set_log_level("info"), then it will show:
Sorry, something went wrong.
No branches or pull requests
System:
Describe the bug
If we dont use 'cuda:0' to init render, there will be a 'Runtime Error'
To Reproduce
We just run the example code in https://sapien.ucsd.edu/docs/latest/tutorial/rendering/depth_sensor.html
if we change this to cuda:1, the error will raise
Expected behavior
just the example code in document
Screenshots
The text was updated successfully, but these errors were encountered: