Release v0.2
Based on NVML from R520 branch of Nvidia driver.
- Code for supported functions is now generated from Nvidia's
nvml.h
- Compiles into pairs of proper PE/ELF libraries
- Uses Wine's syscall inteface (
__wine_unix_call
) to communicate with Unix side - Requires Wine / Proton 7.0 or newer
Please see new installation instructions in the README updated for PE split.
Attached binaries were built on Arch Linux and Ubuntu Jammy and require glibc version 2.36 or later / 2.35 or later respectively. If your system has some older version of glibc, you will have to build wine-nvml
from source.