-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simple TimesSlicing sharing example to quickstart (WIP) #113
Conversation
/cc @klueska |
close it and may add it to a separate folder. |
Since there's a MPS example in the quickstart folder, an additional example showing a different sharing strategy |
Yes, now that I realize this is not the top-level README, I agree this makes sense. WIll review in more detail tomorrow. |
Would this now be superceded by #118 if we moved those to this level? |
Signed-off-by: Yuan Chen <[email protected]> Update namespace Signed-off-by: Yuan Chen <[email protected]> Update the timeslicing example Signed-off-by: Yuan Chen <[email protected]>
Let's hold off on the TimeSlicing example. It's not working as expected on my Linux workstation. The test deployed two pods configured to share a GPU via TimeSlicing. However, they ran sequentially rather than in parallel. The pending pod was unschedulable due to insufficient resources and didn't start until the first one completed. Did I misconfigure something, or does GeForce not support TimeSlicing?
|
Yes, we won't need this if that PR is merged. That folder contains two examples for SimeSlicing. |
As @klueska suggested, we should use |
This PR adds an example for
TimeSlicing
sharing and updates the README description.