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
There are use cases like Windows Cloud Gaming that may run in VM (KubeVirt). At the same time, vGPU (SRIOV) may be needed as well to support multiple instances of the workload.
Is there a BKM to enable GPU SRIOV in KubeVirt for Intel dGPU (Flex 140 or 170)?
The text was updated successfully, but these errors were encountered:
We don't currently have a way to configure SR-IOV via GPU plugin. That would have to be done manually unfortunately. When SR-IOV is configured, the gpu.intel.com/i915 resource could be leveraged in the KubeVirt's VirtualMachineInstance. Though, Intel GPU plugin considers all the GPUs as same. Meaning, if you have a mix of configurations (some with SR-IOV, some not) requesting an i915 resource could get you either one.
There are use cases like Windows Cloud Gaming that may run in VM (KubeVirt). At the same time, vGPU (SRIOV) may be needed as well to support multiple instances of the workload.
Is there a BKM to enable GPU SRIOV in KubeVirt for Intel dGPU (Flex 140 or 170)?
The text was updated successfully, but these errors were encountered: