Request for help with error occurring while testing Ray tracing tutorial #552
Unanswered
hyowon2075
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello @hyowon2075, Please see this existing discussion about WSL: #522 (reply in thread) The solution is to install Sionna in Windows directly, not WSL. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear everyone,
I recently found out about SIONNA and am following the tutorial.
SIONNA is installed on WSL2 Ubuntu, and tensorflow version 2.15 is installed together.
While following Ray tracing_introduction, an error occurred in the first line of the [11] code:
paths = scene.compute_paths(max_depth=5, num_samples=1e6)
The detailed error is as follows:
The exception occurs in other ray tracing examples as well.
Could this exception be related to LLVM-backend?
If any users have overcome this error, I would appreciate your help.
Added: I downgraded and reinstalled the gpu driver to v531.79, referring to the previous issue regarding compute_path(), but I'm still having the same issue.
Nvidia drive version: 531.79
CUDA: 12.1
LLVM: 14
Mitsuba: 3.5.2
Drjit: 0.4.6
Beta Was this translation helpful? Give feedback.
All reactions