/*! @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
 *
 */
