Read Nvidia Driver version via NVML

This commit is contained in:
harlekin
2023-01-06 14:19:34 +00:00
parent aaa1b466dd
commit 1bf519c9c3
9 changed files with 115 additions and 27 deletions

View File

@@ -42,6 +42,9 @@ public class Windows extends OS {
@Override public String getCUDALib() {
return "nvcuda";
}
@Override public String getNVMLLib() {
return "nvml";
}
@Override public Process exec(List<String> command, Map<String, String> env) throws IOException {
// disable a popup because the renderer might crash (seg fault)