IADLXGPUAutoTuningCompleteEvent
Navigation: ADLX SDK References → ADLX Interfaces → GPU Tuning
The IADLXGPUAutoTuningCompleteEvent interface provides methods to check if GPU automatic tuning is completed.
InterfaceId: | IADLXGPUAutoTuningCompleteEvent |
---|---|
Smart Pointer Interface Name: | IADLXGPUAutoTuningCompleteEventPtr |
Inherits: | IADLXInterface |
Inherited By: | N/A |
Methods
Method | Description |
---|---|
IsOverclockGPUCompleted | Checks if the GPU overclocking is completed. |
IsOverclockVRAMCompleted | Checks if the VRAM overclocking is completed. |
IsUndervoltGPUCompleted | Checks if the GPU undervolting is completed. |
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.
Subpages
- IsOverclockGPUCompleted - Checks if the GPU overclocking is completed.
- IsOverclockVRAMCompleted - Checks if the VRAM overclocking is completed.
- IsUndervoltGPUCompleted - Checks if the GPU undervolting is completed.
API Reference
This page references: