andyyankai / psdr-room

PSDR-Room: Single Photo to Scene using Differentiable Rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault (core dumped)

qijiyaolinZGH opened this issue · comments

I hope you're well.

I'm encountering a "Segmentation fault (core dumped)" error when I run "sc.configure()" in "obj_stage.py". From my research, it seems there might be a memory access issue with psdr_jit. Any guidance on resolving this would be appreciated.

I'm using an A40 GPU with driver version 535.129.03.

Are you able to run psdr-jit tutorial successfully?

Btw, I only test the code on windows, I haven’t check linux recently

psdr-jit tutorial is also not running successfully, same error is reported. But I was able to run it successfully on another 3090.

The conda list of A40 is as follows:
Snipaste_2023-12-01_22-57-46

Can you even run mitsuba3 or drjit (cuda version) on your A40 machine?

It is possible that optix cannot support on A40 or something.

As far I know psdr-jit can run on most RTX machine but not sure for A40.

Thanks!