Replies: 1 comment 1 reply
-
|
While I'm still not quite sure where does the non-deterministic introduced from, is it because the parallel execution of If we use Figure 10 from the technical report, does that means the order of choosing which ray to perform specular reflection/refraction and diffuse reflection are non-deterministic due to the parallel execution? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I made a POC to show that
pathsresults fromsionna.rt.PathSolver()is unordered:https://github.com/mlouielu/sionna-rt-unordered-paths-demo
See relative discussion at #490 #851.
Beta Was this translation helpful? Give feedback.
All reactions