Added DCGM metrics for those with Quadro cards.

Updated include paths for certain CUDA installations
This commit is contained in:
2025-12-06 14:23:36 -08:00
parent af2ceec405
commit a729bdee3b
6 changed files with 212 additions and 9 deletions
+3 -1
View File
@@ -36,7 +36,7 @@ void print_nvml_clock_reason(int compact, struct card_info *card)
single_reason = 0;
if (compact)
printf("%-15s", clock_reason_names[i].short_name);
printf("%s", clock_reason_names[i].short_name);
else
printf("%s", clock_reason_names[i].long_name);
}
@@ -47,6 +47,8 @@ void print_nvml_clock_reason(int compact, struct card_info *card)
if (!compact)
printf(" (0x%llx)", reasons);
else
printf("%-15s", " ");
}
unsigned int get_nvml_temp(struct card_info *card)