On Wed, Nov 16, 2022 at 7:41 AM Sveinar Søpler cybermax@dexter.no wrote:
I tend to agree that since CUDA needs the linux version of libcuda that only come with the nvidia driver, i am a bit unsure if it would be a "default wine" thing. A regular windows user do not install (nv)CUDA.dll libraries unless they use an NVIDIA adapter afaik. ...
We would either need: 1) to have it runtime detect the library (since distro builds could have the library where an end-user would not) or 2) we would need to build both the Unix and Windows library together and distribute them as an addon*
I have been working on improving CUDA support for wine here: https://github.com/SveSop/nvcuda/tree/devel , but i am unable to crack compatibility with CUDA SDK 11.6 and newer i am afraid.
Best, Erich
* I do not believe that our current addons (wine-gecko/wine-mono) have a way to distribute files on the Unix side of the line, but I haven't looked at this in a while