When I run a program in my studio, is it guaranteed that it will be using the resource (GPU) exclusively, or will some process from another user be using it concurrently?
That’s important for my research.
Thanks for your attention.
When I run a program in my studio, is it guaranteed that it will be using the resource (GPU) exclusively, or will some process from another user be using it concurrently?
That’s important for my research.
Thanks for your attention.
hey i dont get what are you asking with that question. like are you asking that whenever you start a studio will it be running gpu or cpu . but if you asking whether any of your local machine resources would be getting used for then the answer is no
My question is more in the sense of: Once I start using a GPU, is that GPU in the virtual machine exclusively used by me, or is it shared between me and another user running a process in a different studio at same time?
no its being exclusively being used by you . all of the gpu are being used by you if you requested it. atleast according to my research as i couldn’t find any docs on whether its shared or not. so i think thats private only for you.
Thank you very much for the help, this clarifies my doubt!