How to verify correct GPU usage for Sionna RT? #978
-
Beta Was this translation helpful? Give feedback.
Answered by
jhoydis
Jul 22, 2025
Replies: 1 comment 4 replies
-
Hi @studycreate11, I do not know how many transmitters you in the scene, but 10M samples per TX is not a lot for radio map computation. Also your cell size of 100mx100m is quite coarse. I am not surprised that this does not max out the GPU utilization. You could also use |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
studycreate11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @studycreate11,
I do not know how many transmitters you in the scene, but 10M samples per TX is not a lot for radio map computation. Also your cell size of 100mx100m is quite coarse. I am not surprised that this does not max out the GPU utilization. You could also use
nvtop
to see a more detailed visualization of the GPU utilization over time (You can install it like this:sudo apt install nvtop
).