If the type of GPU is different, will the results of the same code not be exactly the same? #1004
Replies: 2 comments
-
Hello @studycreate11, Massive parallelism often involves some non-determinism, and that is the case for Sionna radio maps as well. In fact, even two runs on the same computer are not guaranteed to give strictly identical results due to some randomness in the order of computation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I saw that the Radio Map Solvers have a SEED parameter. It seems that having the same seed doesn't guarantee the same results? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I ran a radio map code using Sionna RT on two different computers, each with a different type of GPU.
The resulting radio maps were very similar but not exactly the same.
Would running the same code on different types of GPUs lead to different results?
I used an RTX 4070 Ti and an RTX 3090.
Beta Was this translation helpful? Give feedback.
All reactions