IADLXManualVRAMTuning2
The IADLXManualVRAMTuning2 interface provides methods to configure the GPU manual VRAM tuning for RDNA ASIC family.
InterfaceId: |
IADLXManualVRAMTuning2 |
Smart Pointer Interface Name: |
IADLXManualVRAMTuning2Ptr |
Inherits: |
|
Inherited By: |
NA |
Methods
Method |
Description |
---|---|
Gets the current maximum frequency value of a VRAM on a GPU. |
|
Gets the maximum VRAM frequency range on a GPU. |
|
Gets the current memory timing description on a GPU. |
|
Gets the reference counted list of the supported memory timing description on a GPU. |
|
Checks if the memory timing is supported on a GPU. |
|
Sets the maximum VRAM frequency value on a GPU. |
|
Sets the memory timing description on a GPU. |
Requirements
Header |
include “IGPUManualVRAMTuning.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the ManualVRAMTuning C++ sample .
For a C application, refer to the ManualVRAMTuning C sample .