Files
hpctools/pkgs/cuda-13.0/nvml/doc/nvml_deprecation_and_removal.txt
2026-04-26 13:25:50 +08:00

34 lines
1.3 KiB
Plaintext

/*! @page DeprecationNotices Deprecation and/or removal notices for the NVML library
* This chap†er lists the NVML functions marked for deprecation and/or removal. Starting from CUDA 13.1 deprecated functions will generate a compiler warning. Removed functions will return the NVML error code NVML_ERROR_DEPRECATED.
*
* \section depNotice1 CUDA 13.0 ===
* The following functions are deprecated starting CUDA 13.0; they will be removed in CUDA 14.0.
*
* - nvmlDeviceSetApplicationsClocks
* - nvmlDeviceGetApplicationsClock
* - nvmlDeviceGetDefaultApplicationsClock
* - nvmlDeviceResetApplicationsClocks
* - nvmlDeviceGetViolationStatus
* - nvmlVgpuInstanceGetLicenseStatus
* - nvmlDeviceResetNvLinkUtilizationCounter
* - nvmlDeviceFreezeNvLinkUtilizationCounter
* - nvmlDeviceGetNvLinkUtilizationCounter
* - nvmlDeviceGetNvLinkUtilizationControl
* - nvmlDeviceSetNvLinkUtilizationControl
* - nvmlDeviceSetMemClkVfOffset
* - nvmlDeviceSetGpcClkVfOffset
* - nvmlDeviceGetGpuFabricInfo
* - nvmlDeviceGetDetailedEccErrors
* - nvmlDeviceGetPowerManagementMode
* - nvmlDeviceGetPowerState
* - nvmlDeviceGetSupportedClocksThrottleReasons
* - nvmlDeviceGetCurrentClocksThrottleReasons
* - nvmlDeviceGetTemperature
* - nvmlDeviceGetHandleBySerial
*
* The following data structures are deprecated starting CUDA 13.0
*
* - nvmlGpuFabricInfo_v2_t
*
*/