Windows-Sandbox icon indicating copy to clipboard operation
Windows-Sandbox copied to clipboard

Not getting GPU utilization

Open fowie opened this issue 5 years ago • 4 comments

Just installed (via RDP) on my work machine that has two Quadro RTX 8000's, and the client defaulted back to 0 GPUs and CPU only workloads.

17:19:43:************************* Folding@home Client ************************* 17:19:43: Website: https://foldingathome.org/ 17:19:43: Copyright: (c) 2009-2018 foldingathome.org 17:19:43: Author: Joseph Coffland <[email protected]> 17:19:43: Args: --config 17:19:43: C:\users\wdagutilityaccount\desktop\fah_working_dir\fah_sandbox_conf.xml 17:19:43: Config: C:\users\wdagutilityaccount\desktop\fah_working_dir\fah_sandbox_conf.xml 17:19:43:******************************** Build ******************************** 17:19:43: Version: 7.5.1 17:19:43: Date: May 11 2018 17:19:43: Time: 13:06:32 17:19:43: Repository: Git 17:19:43: Revision: 4705bf53c635f88b8fe85af7675557e15d491ff0 17:19:43: Branch: master 17:19:43: Compiler: Visual C++ 2008 17:19:43: Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT 17:19:43: Platform: win32 10 17:19:43: Bits: 32 17:19:43: Mode: Release 17:19:43:******************************* System ******************************** 17:19:43: CPU: Intel(R) Xeon(R) Silver 4108 CPU @ 1.80GHz 17:19:43: CPU ID: GenuineIntel Family 6 Model 85 Stepping 4 17:19:43: CPUs: 32 17:19:43: Memory: 3.91GiB 17:19:43: Free Memory: 3.07GiB 17:19:43: Threads: WINDOWS_THREADS 17:19:43: OS Version: 6.2 17:19:43: Has Battery: false 17:19:43: On Battery: false 17:19:43: UTC Offset: -7 17:19:43: PID: 5944 17:19:43: CWD: C:\Users\WDAGUtilityAccount\Desktop\fah_working_dir 17:19:43: OS: Windows 10 Enterprise 17:19:43: OS Arch: AMD64 17:19:43: GPUs: 0 17:19:43: CUDA: Not detected: Failed to open dynamic library 'nvcuda.dll': The 17:19:43: specified module could not be found. 17:19:43: 17:19:43: OpenCL: Not detected: Failed to open dynamic library 'OpenCL.dll': The 17:19:43: specified module could not be found. 17:19:43: 17:19:43:Win32 Service: false 17:19:43:*********************************************************************** 17:19:43:<config> 17:19:43: <!-- Client Control --> 17:19:43: <open-web-control v='true'/> 17:19:43: 17:19:43: <!-- User Information --> 17:19:43: <team v='251561'/> 17:19:43: <user v='wsandbox_anon'/> 17:19:43: 17:19:43: <!-- Folding Slots --> 17:19:43:</config> 17:19:43:Connecting to assign1.foldingathome.org:8080 17:19:43:Updated GPUs.txt 17:19:43:Read GPUs.txt 17:19:43:Trying to access database... 17:19:43:Successfully acquired database lock 17:19:43:FS00:Set client configured 17:19:43:Enabled folding slot 00: READY cpu:31

fowie avatar Mar 26 '20 17:03 fowie

This is something I've been looking into, but FAH doesn't detect virtual GPUs right now. Happy to hear any suggestions to fix this.

brasmith-ms avatar Mar 26 '20 18:03 brasmith-ms

Could we inject the hardware IDs for the Microsoft Virtual Render Driver into the GPUs.txt? I'm not sure what the full syntax is, but it's at least VEN:DEV:?:?:Description

fowie avatar Mar 26 '20 20:03 fowie

Surprisingly, adding in 0x1414:0x008E:1:0:Microsoft Virtual Render Device did get FAH to recognize that I had two GPUs, but it still couldn't find nvcuda.dll or opencl.dll so it didn't list any GPUs available for work

fowie avatar Mar 26 '20 20:03 fowie

I suspect this is because vGPU does not currently support OpenGL/CL in many cases. There is some experimental work around this, but nothing released yet.

pbozzay avatar Mar 26 '20 21:03 pbozzay