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
Are jobs scheduled using KAI Scheduler running concurrently? Given that the mechanism is time slicing, how exactly does it run concurrent jobs?
Say I have 2 workloads in the queue requesting fractions gpu and memory. If my workload #1 requests 0.5 fraction of gpu and memory (in mb), is the other 0.5 idle when the job is running? Does 0.5 fraction represent the slice of time or % of GPU resource / compute cores?
Is the Lease Time configurable? And does it switch context at the end of the lease time?