Skip to content

IADLXGPUAutoTuning

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXGPUAutoTuning interface provides methods to verify and set automatic tuning on a GPU using automatic tuning profiles.

InterfaceId:IADLXGPUAutoTuning
Smart Pointer Interface Name:IADLXGPUAutoTuningPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
IsCurrentOverclockGPUChecks if the GPU overclocking tuning profile is currently enabled on a GPU.
IsCurrentOverclockVRAMChecks if the VRAM overclocking tuning profile is currently enabled on a GPU.
IsCurrentUndervoltGPUChecks if the GPU undervolting tuning profile is currently enabled on a GPU.
IsSupportedOverclockGPUChecks if the GPU overclocking tuning profile is supported on a GPU.
IsSupportedOverclockVRAMChecks if the VRAM overclocking tuning profile is supported on a GPU.
IsSupportedUndervoltGPUChecks if the GPU undervolting tuning profile is supported on a GPU.
StartOverclockGPUStarts GPU overclocking on a GPU.
StartOverclockVRAMStart VRAM overclocking on a GPU.
StartUndervoltGPUStarts GPU undervolting on a GPU.

Requirements

Headerinclude “IGPUAutoTuning.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the GPUAutoTuning C++ sample.

For a C application, refer to the GPUAutoTuning C sample.

Subpages

API Reference

This page references: