Skip to content

IADLXManualVRAMTuning2

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXManualVRAMTuning2 interface provides methods to configure the GPU manual VRAM tuning for RDNA ASIC family.

InterfaceId:IADLXManualVRAMTuning2
Smart Pointer Interface Name:IADLXManualVRAMTuning2Ptr
Inherits:IADLXInterface
Inherited By:NA

Methods

MethodDescription
GetMaxVRAMFrequencyGets the current maximum frequency value of a VRAM on a GPU.
GetMaxVRAMFrequencyRangeGets the maximum VRAM frequency range on a GPU.
GetMemoryTimingDescriptionGets the current memory timing description on a GPU.
GetSupportedMemoryTimingDescriptionListGets the reference counted list of the supported memory timing description on a GPU.
IsSupportedMemoryTimingChecks if the memory timing is supported on a GPU.
SetMaxVRAMFrequencySets the maximum VRAM frequency value on a GPU.
SetMemoryTimingDescriptionSets the memory timing description on a GPU.

Requirements

Headerinclude “IGPUManualVRAMTuning.h”
Minimum version1.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.

Subpages

API Reference

This page references: