https://bugs.winehq.org/show_bug.cgi?id=52689
xom@xom.io changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xom@xom.io
--- Comment #2 from xom@xom.io --- Thanks for this patch. PyTorch calls the Unknown7 function introduced in the patch, probably via cudaGetDeviceCount (a cudart function, cudart being the higher-level api on top of the cuda driver api).
As a side note, the game I'm trying to run, AI Roguelite (which uses pytorch), also depends on nvml.dll, for which I needed https://github.com/Saancreed/wine-nvml .