Open XYZ-99 opened 3 months ago
I am recently getting many different types of issues related to H100, probably because this GPU does not even include rendering cores to run graphics workloads. Your issue seems like a new one.
First, you can try using SAPIEN 3.0.0b1, SAPIEN 2 is a bit too old. Next you can try adding environment variable SAPIEN_DISABLE_RAY_TRACING=1
, somehow simply enabling ray tracing can break H100 completely, even if the driver decides to report it can support ray tracing. For now my own workaround is just to avoid H100 altogether as it is not a good choice for rendering anyway.
Regarding the X11 error, your observation is correct. SAPIEN logs an "error" when it can successfully workaround it (in this case, SAPIEN simply disables on-screen display), otherwise it throws an exception.
System:
Describe the bug
139 mentions setting device for SapienRenderer like this:
However, it seems the device somehow couldn't be found—
P.S.
[error] GLFW error: X11: The DISPLAY environment variable is missing
isn't a real error, since I can still run the code, if I don't specifydevice
forSapienRenderer
.I tried both "cuda:1" and "pci:1" but neither worked.
However, my issue shouldn't be the same as #115 because I can run the code without specifying the device.
Could you tell me what the device format should be?