You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Why does rendering a scene take this long? Am I this stupid to figure it out? Because all the other code works like a charm, but when it comes to rendering, why does this take so long? Also, why doesn’t raycasting use the GPU? There’s an option for parallel processing, but it is only for the CPU because it doesn’t use the GPU. This render has been rendering for 5 hours and is still going. I switched to a VM with an A100 and 16 vCPUs, 40GB GPU RAM, and 60GB memory, but it’s the same story. How can I speed this up?
Session Info
Include the output of the sessionInfo() function here. Issues will be closed without providing this as a minimum.
Describe the bug
Why does rendering a scene take this long? Am I this stupid to figure it out? Because all the other code works like a charm, but when it comes to rendering, why does this take so long? Also, why doesn’t raycasting use the GPU? There’s an option for parallel processing, but it is only for the CPU because it doesn’t use the GPU. This render has been rendering for 5 hours and is still going. I switched to a VM with an A100 and 16 vCPUs, 40GB GPU RAM, and 60GB memory, but it’s the same story. How can I speed this up?
Session Info
Include the output of the
sessionInfo()
function here. Issues will be closed without providing this as a minimum.Reproducible Example
The text was updated successfully, but these errors were encountered: