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
#444 added a temporary Windows GPU runner with T4 so that we can finally start testing on Windows 🎉 However, it only runs on TCC mode and there is also WDDM mode that behaves differently (ex: TCC does not support mempools #206). Ideally we should test both and nvidia-smi allows a system to switch modes. WDDM mode is also important for applications that require handling of both graphics and compute.
However, after some desperate efforts (#461) I realized it is more complicated that just calling nvidia-smi inside the VM, because the default driver for data center GPUs like T4 do not support WDDM out of box. We need to install what's known as the "vGPU" driver to enable the switch, and vGPU is behind a paywall (license needed)...
The text was updated successfully, but these errors were encountered:
#444 added a temporary Windows GPU runner with T4 so that we can finally start testing on Windows 🎉 However, it only runs on TCC mode and there is also WDDM mode that behaves differently (ex: TCC does not support mempools #206). Ideally we should test both and
nvidia-smi
allows a system to switch modes. WDDM mode is also important for applications that require handling of both graphics and compute.However, after some desperate efforts (#461) I realized it is more complicated that just calling
nvidia-smi
inside the VM, because the default driver for data center GPUs like T4 do not support WDDM out of box. We need to install what's known as the "vGPU" driver to enable the switch, and vGPU is behind a paywall (license needed)...The text was updated successfully, but these errors were encountered: