https://bugs.winehq.org/show_bug.cgi?id=46008
Bug ID: 46008 Summary: Support CUDA 10.0 compiled apps like new mfaktc v0.21 binary.. Product: Wine-staging Version: 3.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rtfss1@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 62580 --> https://bugs.winehq.org/attachment.cgi?id=62580 output
Hi, just downloaded new mfaktc binary compiled with CUDA10 which adds support for new Nvidia Turing GPUs like RTX 2080.. from here: https://www.mersenneforum.org/mfaktc/mfaktc-0.21/mfaktc-0.21.win.cuda100.zip
the app is a "simple" command line app so it should work OK with wine if it wasn't compiled with new CUDA10.. on Windows works ok but using latest Wine-Staging 3.18 (as staging is still required for CUDA support right?) no.. the app isn't detecting runtime version OK: CUDA runtime version 13697.32 CUDA driver version 10.0 ERROR: CUDA runtime version must match the CUDA toolkit version used during compile!
full log attached..
https://bugs.winehq.org/show_bug.cgi?id=46008
--- Comment #1 from oscarbg rtfss1@gmail.com --- also note nvcuda:cuda_check_table WARNING: Your CUDA version supports a newer interface for Unknown1 then the Wine implementation.
https://bugs.winehq.org/show_bug.cgi?id=46008
boskar bozkar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bozkar@gmail.com
--- Comment #2 from boskar bozkar@gmail.com --- RadiAnt Viewer currently also requires CUDA 10.0 and over
https://bugs.winehq.org/show_bug.cgi?id=46008
James Baker odhinn@odhinnsrunes.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |odhinn@odhinnsrunes.com
https://bugs.winehq.org/show_bug.cgi?id=46008
--- Comment #3 from James Baker odhinn@odhinnsrunes.com --- Maybe we should update this to ask for 10.1?
https://bugs.winehq.org/show_bug.cgi?id=46008
--- Comment #4 from boskar bozkar@gmail.com --- We need current CUDA, whatever it'd be at the moment of implementation
https://bugs.winehq.org/show_bug.cgi?id=46008
Brandon Myers darthbrandon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |darthbrandon@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=46008
--- Comment #5 from boskar bozkar@gmail.com --- Tested the software from the original link:
CUDA version info binary compiled for CUDA 10.0 03c4:fixme:nvcuda:wine_cuDeviceGetLuid Fix this LUID: (0x0000000e) CUDA runtime version 10.0 CUDA driver version 11.20
Looks like CUDA 10.0 is now supported well enough