IADLXSmartAccessMemory

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

Method

Description

IsEnabled

Checks if AMD SmartAccess Memory is enabled on a GPU.

IsSupported

Checks if AMD SmartAccess Memory is supported on a GPU.

SetEnabled

Enable or disable the state of AMD SmartAccess Memory on a GPU.

Requirements

Header

include “ISmartAccessMemory.h”

Minimum version

1.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 .