IADLXGPUAutoTuning
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: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if the GPU overclocking tuning profile is currently enabled on a GPU. |
|
Checks if the VRAM overclocking tuning profile is currently enabled on a GPU. |
|
Checks if the GPU undervolting tuning profile is currently enabled on a GPU. |
|
Checks if the GPU overclocking tuning profile is supported on a GPU. |
|
Checks if the VRAM overclocking tuning profile is supported on a GPU. |
|
Checks if the GPU undervolting tuning profile is supported on a GPU. |
|
Starts GPU overclocking on a GPU. |
|
Start VRAM overclocking on a GPU. |
|
Starts GPU undervolting on a GPU. |
Requirements
Header |
include “IGPUAutoTuning.h” |
Minimum version |
1.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 .