jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.24k stars 426 forks source link

Is there an issue using with Quadro Cards? #306

Open Jason3DR opened 1 year ago

Jason3DR commented 1 year ago

I have used this successfully on desktops and laptops with rtx cards, non quadro. I have a system that was on windows server that was ussing dda to pass the full cards to vms and it was working. I wanted to get more than 1to1 vm to gpu so reinstalled the HVisor with win11 and proceeded as normal but the cards show up in the vm with triangle and another unknown device is there as well. I manually copied all the drivers over also and got same results. image

Jason3DR commented 1 year ago

Also, I have tried without enhanced mode. I only enabled it to try if it would help disabling hyperv-video.

Jason3DR commented 1 year ago

It must been resource issue, working now after running.

Set-VM -GuestControlledCacheTypes $true -VMName $name Set-VM -LowMemoryMappedIoSpace 3Gb -VMName $name Set-VM -HighMemoryMappedIoSpace 33280Mb -VMName $name

Jason3DR commented 1 year ago

Now it is working with parsec, but not fully functioning. running nvidia-smi i get unable to get device handle error. image

gabrielgbs97 commented 11 months ago

Now it is working with parsec, but not fully functioning. running nvidia-smi i get unable to get device handle error. image

Open edge://gpu in Edge browser and check GPU capabilities. I think vGPU is a 'false' NVIDIA RTX A6000 that Microsoft wraps in some way. For 'actual' RTX A6000, NVIDIA GRID may be used (licenses $$$)