Added DCGM metrics for those with Quadro cards.
Updated include paths for certain CUDA installations
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user