Skip to content

CI: Also test Windows + WDDM mode #462

Open
@leofang

Description

@leofang

#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)...

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI/CDCI/CD infrastructureP1Medium priority - Should doblockedThis task is currently blocked by other tasks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions