Skip to content

IADLXSmartAccessMemory

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXSmartAccessMemory interface enables AMD Ryzen processors to utilize the full potential of the graphics card memory by utilizing the bandwidth of PCI Express to reduce bottlenecks and increase gaming performance, especially in an all-AMD setup.

InterfaceId:IADLXSmartAccessMemory
Smart Pointer Interface Name:IADLXSmartAccessMemoryPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
IsEnabledChecks if AMD SmartAccess Memory is enabled on a GPU.
IsSupportedChecks if AMD SmartAccess Memory is supported on a GPU.
SetEnabledThis method is deprecated. To enable or disable the state of the AMD SmartAccess Memory, enable or disable Re-Size BAR Support into the system BIOS.

Requirements

Headerinclude “ISmartAccessMemory.h”
Minimum version1.2

Example

To see how to use this interface in a C++ application, refer to the SmartAccessMemory C++ sample.

For a C application, refer to the SmartAccessMemory C sample.

Subpages

  • IsEnabled - Checks if AMD SmartAccess Memory is enabled on a GPU.
  • IsSupported - Checks if AMD SmartAccess Memory is supported on a GPU.
  • SetEnabled - This method is deprecated. To enable or disable the state of the AMD SmartAccess Memory, enable or disable Re-Size BAR Support into the system BIOS.

API Reference

This page references: