summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/version.mk2
-rw-r--r--samples/version.mk2
-rw-r--r--src/libXNVCtrl/version.mk2
-rw-r--r--src/nvml.h13
-rw-r--r--src/version.h2
-rw-r--r--src/version.mk2
-rw-r--r--version.mk2
7 files changed, 13 insertions, 12 deletions
diff --git a/doc/version.mk b/doc/version.mk
index e6076d5..e454595 100644
--- a/doc/version.mk
+++ b/doc/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 381.22
+NVIDIA_VERSION = 384.47
diff --git a/samples/version.mk b/samples/version.mk
index e6076d5..e454595 100644
--- a/samples/version.mk
+++ b/samples/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 381.22
+NVIDIA_VERSION = 384.47
diff --git a/src/libXNVCtrl/version.mk b/src/libXNVCtrl/version.mk
index e6076d5..e454595 100644
--- a/src/libXNVCtrl/version.mk
+++ b/src/libXNVCtrl/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 381.22
+NVIDIA_VERSION = 384.47
diff --git a/src/nvml.h b/src/nvml.h
index 84059da..ec03dfa 100644
--- a/src/nvml.h
+++ b/src/nvml.h
@@ -907,8 +907,13 @@ typedef enum nvmlGpuVirtualizationMode {
#define NVML_FI_DEV_PERF_POLICY_TOTAL_APP_CLOCKS 80 //!< Perf Policy Counter for Total App Clock Policy
#define NVML_FI_DEV_PERF_POLICY_TOTAL_BASE_CLOCKS 81 //!< Perf Policy Counter for Total Base Clocks Policy
+/* HBM temperature counters */
+#define NVML_FI_DEV_HBM_STACK_0_TEMP 82 //!< HBM Stack Temperature for stack 0
+#define NVML_FI_DEV_HBM_STACK_1_TEMP 83 //!< HBM Stack Temperature for stack 1
+#define NVML_FI_DEV_HBM_STACK_2_TEMP 84 //!< HBM Stack Temperature for stack 2
+#define NVML_FI_DEV_HBM_STACK_3_TEMP 85 //!< HBM Stack Temperature for stack 3
-#define NVML_FI_MAX 82 //!< One greater than the largest field ID defined above
+#define NVML_FI_MAX 86 //!< One greater than the largest field ID defined above
/**
* Information for a Field Value Sample
@@ -1159,9 +1164,6 @@ typedef struct nvmlEventData_st
*/
#define nvmlClocksThrottleReasonSyncBoost 0x0000000000000010LL
-/** Some other unspecified factor is reducing the clocks */
-#define nvmlClocksThrottleReasonUnknown 0x8000000000000000LL
-
/** Bit mask representing no clocks throttling
*
* Clocks are as high as possible.
@@ -1177,8 +1179,7 @@ typedef struct nvmlEventData_st
| nvmlClocksThrottleReasonSwPowerCap \
| nvmlClocksThrottleReasonHwSlowdown \
| nvmlClocksThrottleReasonSyncBoost \
- | nvmlClocksThrottleReasonUnknown \
- )
+)
/** @} */
/***************************************************************************************************/
diff --git a/src/version.h b/src/version.h
index c9d62ea..982bf64 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define NVIDIA_VERSION "381.22"
+#define NVIDIA_VERSION "384.47"
diff --git a/src/version.mk b/src/version.mk
index e6076d5..e454595 100644
--- a/src/version.mk
+++ b/src/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 381.22
+NVIDIA_VERSION = 384.47
diff --git a/version.mk b/version.mk
index e6076d5..e454595 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 381.22
+NVIDIA_VERSION = 384.47