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: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if AMD SmartAccess Memory is enabled on a GPU. |
|
Checks if AMD SmartAccess Memory is supported on a GPU. |
|
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. , |
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 .