IADLXGPU1
Navigation: ADLX SDK References → ADLX Interfaces → GPU
IADLXGPU1 is an extension of the IADLXGPU interface.
This interface provides methods to get:
- multi-GPU setup details
- PCI bus details
- product name of a GPU
InterfaceId: | IADLXGPU1 |
---|---|
Smart Pointer Interface Name: | IADLXGPU1Ptr |
Inherits: | IADLXGPU |
Inherited By: | N/A |
The IADLXGPU1 interface is obtained from the IADLXGPU interface using QueryInterface.
Methods
Method | Description |
---|---|
MultiGPUMode | Gets the AMD MGPU mode of a GPU. |
PCIBusLaneWidth | Gets the PCI bus lane width of a GPU. |
PCIBusType | Gets the PCI bus type of a GPU. |
ProductName | Gets the product name of a GPU. |
Requirements
Header | include “ISystem1.h” |
---|---|
Minimum version | 1.2 |
Example
To see how to use this interface in a C++ application, refer to the GPUs C++ sample.
For a C application, refer to the GPUs C sample.
Subpages
- MultiGPUMode - Gets the AMD MGPU mode of a GPU.
- PCIBusLaneWidth - Gets the PCI bus lane width of a GPU.
- PCIBusType - Gets the PCI bus type of a GPU.
- ProductName - Gets the product name of a GPU.
API Reference
This page references: