summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2019-05-14 10:00:57 -0700
committerAaron Plattner <aplattner@nvidia.com>2019-05-14 10:00:57 -0700
commite240d4eee95796fd68c1f2b05f6d9e301c8c18cf (patch)
treec069f7e103092b3469c99e711bd6339055fe2ec0
parent6750128dd06d682d260355d49692ceda2f352ef4 (diff)
430.14430.14
-rw-r--r--doc/version.mk2
-rw-r--r--samples/version.mk2
-rw-r--r--src/libXNVCtrl/version.mk2
-rw-r--r--src/nvml.h2
-rw-r--r--src/version.h2
-rw-r--r--src/version.mk2
-rw-r--r--version.mk2
7 files changed, 6 insertions, 8 deletions
diff --git a/doc/version.mk b/doc/version.mk
index 5e94d96..496d309 100644
--- a/doc/version.mk
+++ b/doc/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 430.09
+NVIDIA_VERSION = 430.14
diff --git a/samples/version.mk b/samples/version.mk
index 5e94d96..496d309 100644
--- a/samples/version.mk
+++ b/samples/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 430.09
+NVIDIA_VERSION = 430.14
diff --git a/src/libXNVCtrl/version.mk b/src/libXNVCtrl/version.mk
index 5e94d96..496d309 100644
--- a/src/libXNVCtrl/version.mk
+++ b/src/libXNVCtrl/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 430.09
+NVIDIA_VERSION = 430.14
diff --git a/src/nvml.h b/src/nvml.h
index 4ba6170..946c44e 100644
--- a/src/nvml.h
+++ b/src/nvml.h
@@ -5369,7 +5369,6 @@ nvmlReturn_t DECLDIR nvmlDeviceSetVirtualizationMode(nvmlDevice_t device, nvmlGp
* - \ref NVML_ERROR_INSUFFICIENT_SIZE \a vgpuTypeIds buffer is too small, array element count is returned in \a vgpuCount
* - \ref NVML_ERROR_INVALID_ARGUMENT if \a vgpuCount is NULL or \a device is invalid
* - \ref NVML_ERROR_NOT_SUPPORTED if vGPU is not supported by the device
- * - \ref NVML_ERROR_VGPU_ECC_NOT_SUPPORTED if ECC is enabled on the device
* - \ref NVML_ERROR_UNKNOWN on any unexpected error
*/
nvmlReturn_t DECLDIR nvmlDeviceGetSupportedVgpus(nvmlDevice_t device, unsigned int *vgpuCount, nvmlVgpuTypeId_t *vgpuTypeIds);
@@ -5399,7 +5398,6 @@ nvmlReturn_t DECLDIR nvmlDeviceGetSupportedVgpus(nvmlDevice_t device, unsigned i
* - \ref NVML_ERROR_INSUFFICIENT_SIZE \a vgpuTypeIds buffer is too small, array element count is returned in \a vgpuCount
* - \ref NVML_ERROR_INVALID_ARGUMENT if \a vgpuCount is NULL
* - \ref NVML_ERROR_NOT_SUPPORTED if vGPU is not supported by the device
- * - \ref NVML_ERROR_VGPU_ECC_NOT_SUPPORTED if ECC is enabled on the device
* - \ref NVML_ERROR_UNKNOWN on any unexpected error
*/
nvmlReturn_t DECLDIR nvmlDeviceGetCreatableVgpus(nvmlDevice_t device, unsigned int *vgpuCount, nvmlVgpuTypeId_t *vgpuTypeIds);
diff --git a/src/version.h b/src/version.h
index 68e698d..cfd2604 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define NVIDIA_VERSION "430.09"
+#define NVIDIA_VERSION "430.14"
diff --git a/src/version.mk b/src/version.mk
index 5e94d96..496d309 100644
--- a/src/version.mk
+++ b/src/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 430.09
+NVIDIA_VERSION = 430.14
diff --git a/version.mk b/version.mk
index 5e94d96..496d309 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 430.09
+NVIDIA_VERSION = 430.14