Skip to content

IADLXManualVRAMTuning1

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

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

InterfaceId:IADLXManualVRAMTuning1
Smart Pointer Interface Name:IADLXManualVRAMTuning1Ptr
Inherits:IADLXInterface
Inherited By:NA

Methods

MethodDescription
GetEmptyVRAMTuningStatesGets the reference counted list of empty VRAM tuning states 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.
GetVRAMTuningRangesGets the VRAM frequency range and the VRAM voltage range on a GPU.
GetVRAMTuningStatesGets the reference counted list of current VRAM tuning states on a GPU.
IsSupportedMemoryTimingChecks if the memory timing is supported on a GPU.
IsValidVRAMTuningStatesChecks the validity of listed VRAM tuning states on a GPU.
SetMemoryTimingDescriptionSets the memory timing description on a GPU.
SetVRAMTuningStatesSets listed VRAM states to the tuning state 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: