diff options
author | Liam Middlebrook <lmiddlebrook@nvidia.com> | 2018-12-18 10:38:21 -0800 |
---|---|---|
committer | Liam Middlebrook <lmiddlebrook@nvidia.com> | 2018-12-18 10:38:21 -0800 |
commit | 3136b0378697fb95ea5fd317bdf8ae8d2adcdae5 (patch) | |
tree | a18a52d208910f4bf8696d65a4ddedc4d470dfb0 | |
parent | 5e829dc102b336dfafbb1b024d6807572e60cef1 (diff) |
415.25
-rw-r--r-- | doc/version.mk | 2 | ||||
-rw-r--r-- | samples/version.mk | 2 | ||||
-rw-r--r-- | src/libXNVCtrl/version.mk | 2 | ||||
-rw-r--r-- | src/nvml.h | 21 | ||||
-rw-r--r-- | src/version.h | 2 | ||||
-rw-r--r-- | src/version.mk | 2 | ||||
-rw-r--r-- | version.mk | 2 |
7 files changed, 6 insertions, 27 deletions
diff --git a/doc/version.mk b/doc/version.mk index f7fc002..6891b26 100644 --- a/doc/version.mk +++ b/doc/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 415.23 +NVIDIA_VERSION = 415.25 diff --git a/samples/version.mk b/samples/version.mk index f7fc002..6891b26 100644 --- a/samples/version.mk +++ b/samples/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 415.23 +NVIDIA_VERSION = 415.25 diff --git a/src/libXNVCtrl/version.mk b/src/libXNVCtrl/version.mk index f7fc002..6891b26 100644 --- a/src/libXNVCtrl/version.mk +++ b/src/libXNVCtrl/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 415.23 +NVIDIA_VERSION = 415.25 @@ -6348,27 +6348,6 @@ nvmlReturn_t DECLDIR nvmlGetBlacklistDeviceCount(unsigned int *deviceCount); */ nvmlReturn_t DECLDIR nvmlGetBlacklistDeviceInfoByIndex(unsigned int index, nvmlBlacklistDeviceInfo_t *info); -/** - * Overrides or restores default CUDA clocks - * In override mode, GPU clocks higher frequencies when running CUDA applications - * Only on supported devices starting from the Volta series - * Requires administrator privileges - * - * For newer than Pascal &tm; fully supported devices. - * - * @param device The identifier of the target device - * @param applyOverride The value to set the override to - * - * @return - * - \ref NVML_SUCCESS if override written - * - \ref NVML_ERROR_INVALID_ARGUMENT if \a device is invalid or override value out of range - * - \ref NVML_ERROR_NO_PERMISSION if the user doesn't have permission to perform this operation - * - \ref NVML_ERROR_NOT_SUPPORTED if the device does not support this feature - * - \ref NVML_ERROR_GPU_IS_LOST if the target GPU has fallen off the bus or is otherwise inaccessible - * - \ref NVML_ERROR_UNKNOWN on any unexpected error - */ -nvmlReturn_t DECLDIR nvmlDeviceCudaClocks(nvmlDevice_t device, unsigned int applyOverride); - /** @} */ /** diff --git a/src/version.h b/src/version.h index 64af39d..f05b39e 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define NVIDIA_VERSION "415.23" +#define NVIDIA_VERSION "415.25" diff --git a/src/version.mk b/src/version.mk index f7fc002..6891b26 100644 --- a/src/version.mk +++ b/src/version.mk @@ -1 +1 @@ -NVIDIA_VERSION = 415.23 +NVIDIA_VERSION = 415.25 @@ -1 +1 @@ -NVIDIA_VERSION = 415.23 +NVIDIA_VERSION = 415.25 |