-
Hi, I am using sionna-rt to run the following tutorial example and have an issue, could you please give me some suggestions on how to solve it? I am fine to run steps [1] - [4], but get an error when calling function p_solver() in step [5]: p_solver = PathSolver()
paths = p_solver(scene=scene, los=False, specular_reflection=True) The error message from running the code in jupyter notebook:
The code example runs on sionna version 1.0.2, Dr.Jit version 1.0.3, Windows 10, the driver version is 556.12, CUDA version is 12.5: |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
I have update the driver and CUDA version to the latest, still have the same issue: |
Beta Was this translation helpful? Give feedback.
-
Hello @ziminghe, It was a good idea trying to update the driver. Could you please try creating a fresh Python virtual environment, installing Mitsuba |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @merlinND Thanks for your clarification, and I have run the code according to your suggestion. The quick start tutorial replaced with mi.set_variant("cuda_ad_rgb") runs without any error, so I believe the problem is related to sionna rt? |
Beta Was this translation helpful? Give feedback.
-
I've updated sionna-rt to version 1.1.0, still have the same issue. |
Beta Was this translation helpful? Give feedback.
-
I used a more advanced GPU and problem solved. I guess the above issue is due to the GPU is too old (Nvidia Quadro P400). |
Beta Was this translation helpful? Give feedback.
I used a more advanced GPU and problem solved. I guess the above issue is due to the GPU is too old (Nvidia Quadro P400).