GPU device plugin support on Windows Nodes

I tried enabling device plugin feature gate but windows kubelet starts throwing below error:

*FATA[2020-07-21T12:18:49-07:00] rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing open \\\\.\\pipe\\rancher_wins: The system cannot find the file specified."*

Ideally, there should be a socket for device plugin to connect to inside C:\var\lib\kubelet\plugins\ to but it seems not.

Is there support for GPU device plugin on windows rancher nodes or maybe a workaround?