IADLXGPU2
The IADLXGPU2 is an extension of the IADLXGPU interface.
This interface provides methods to get:
-
GPU driver information
-
list of applications running on a GPU
-
AMD GPUConnect functionality on a GPU
InterfaceId: |
IADLXGPU2 |
Smart Pointer Interface Name: |
IADLXGPU2Ptr |
Inherits: |
|
Inherited By: |
N/A |
The IADLXGPU2 interface is obtained from the IADLXGPU interface or from any of its extension interfaces using QueryInterface .
Methods
Method |
Description |
---|---|
Gets the AMD software edition of a GPU. |
|
Gets the AMD software release date of a GPU. |
|
Gets the AMD software version of a GPU. |
|
Gets the AMD Windows driver version of a GPU. |
|
Aborts powering off a GPU. |
|
Gets the driver version of a GPU. |
|
Gets the reference counted list of applications that run in the context of a GPU. |
|
Checks if a GPU is powered off. |
|
Checks if reporting the list of applications running on a GPU is supported. |
|
Gets the local identifier information of a GPU. |
|
Powers on a GPU. |
|
Powers off a GPU. |
Requirements
Header |
include “ISystem2.h” |
Minimum version |
1.4 |
Example
To see how to use this interface in a C++ application, refer to the SmartShiftEco C++ sample .
For a C application, refer to the SmartShiftEco C sample .