Is there anything we need to do for simulating GPUs? #78
drmorr0
started this conversation in
Feature Requests and Future Work
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can simulate a node that's running GPUs right now, just by including the GPU resource in the simulated node spec. However, GPUs are complicated in terms of actually running workloads, especially with the new (DRA)[https://github.com/NVIDIA/k8s-dra-driver/blob/main/README.md] stuff that's been happening. We'll probably need to do some back-end work to support this somehow, maybe both in the tracer and the simulated environment?
Beta Was this translation helpful? Give feedback.
All reactions