summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2020-02-28 11:32:43 -0800
committerAaron Plattner <aplattner@nvidia.com>2020-02-28 11:32:43 -0800
commit8deeac43024b5b29ba9813d5c426fa2c667e61f6 (patch)
tree0d4bc1b271875bcbbe5f457566ed100a1e3afd2d
parent8cb9e0a213dcf83a64f00216db693f9dac5f3b9e (diff)
440.64440.64
-rw-r--r--doc/version.mk2
-rw-r--r--samples/version.mk2
-rw-r--r--src/libXNVCtrl/version.mk2
-rw-r--r--src/nvml.h6
-rw-r--r--src/version.h2
-rw-r--r--src/version.mk2
-rw-r--r--version.mk2
7 files changed, 10 insertions, 8 deletions
diff --git a/doc/version.mk b/doc/version.mk
index 32415ac..c5662bf 100644
--- a/doc/version.mk
+++ b/doc/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 440.59
+NVIDIA_VERSION = 440.64
diff --git a/samples/version.mk b/samples/version.mk
index 32415ac..c5662bf 100644
--- a/samples/version.mk
+++ b/samples/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 440.59
+NVIDIA_VERSION = 440.64
diff --git a/src/libXNVCtrl/version.mk b/src/libXNVCtrl/version.mk
index 32415ac..c5662bf 100644
--- a/src/libXNVCtrl/version.mk
+++ b/src/libXNVCtrl/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 440.59
+NVIDIA_VERSION = 440.64
diff --git a/src/nvml.h b/src/nvml.h
index 7c8e274..9579e49 100644
--- a/src/nvml.h
+++ b/src/nvml.h
@@ -4175,7 +4175,8 @@ nvmlReturn_t DECLDIR nvmlDeviceGetAccountingMode(nvmlDevice_t device, nvmlEnable
* - \ref NVML_ERROR_UNINITIALIZED if the library has not been successfully initialized
* - \ref NVML_ERROR_INVALID_ARGUMENT if \a device is invalid or \a stats are NULL
* - \ref NVML_ERROR_NOT_FOUND if process stats were not found
- * - \ref NVML_ERROR_NOT_SUPPORTED if the device doesn't support this feature or accounting mode is disabled
+ * - \ref NVML_ERROR_NOT_SUPPORTED if \a device doesn't support this feature or accounting mode is disabled
+ * or on vGPU host.
* - \ref NVML_ERROR_UNKNOWN on any unexpected error
*
* @see nvmlDeviceGetAccountingBufferSize
@@ -4204,7 +4205,8 @@ nvmlReturn_t DECLDIR nvmlDeviceGetAccountingStats(nvmlDevice_t device, unsigned
* - \ref NVML_SUCCESS if pids were successfully retrieved
* - \ref NVML_ERROR_UNINITIALIZED if the library has not been successfully initialized
* - \ref NVML_ERROR_INVALID_ARGUMENT if \a device is invalid or \a count is NULL
- * - \ref NVML_ERROR_NOT_SUPPORTED if the device doesn't support this feature or accounting mode is disabled
+ * - \ref NVML_ERROR_NOT_SUPPORTED if \a device doesn't support this feature or accounting mode is disabled
+ * or on vGPU host.
* - \ref NVML_ERROR_INSUFFICIENT_SIZE if \a count is too small (\a count is set to
* expected value)
* - \ref NVML_ERROR_UNKNOWN on any unexpected error
diff --git a/src/version.h b/src/version.h
index f7e4867..a846af7 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define NVIDIA_VERSION "440.59"
+#define NVIDIA_VERSION "440.64"
diff --git a/src/version.mk b/src/version.mk
index 32415ac..c5662bf 100644
--- a/src/version.mk
+++ b/src/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 440.59
+NVIDIA_VERSION = 440.64
diff --git a/version.mk b/version.mk
index 32415ac..c5662bf 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 440.59
+NVIDIA_VERSION = 440.64