Skip to content

IADLXGPU1

Navigation: ADLX SDK ReferencesADLX InterfacesGPU

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

MethodDescription
MultiGPUModeGets the AMD MGPU mode of a GPU.
PCIBusLaneWidthGets the PCI bus lane width of a GPU.
PCIBusTypeGets the PCI bus type of a GPU.
ProductNameGets the product name of a GPU.

Requirements

Headerinclude “ISystem1.h”
Minimum version1.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

API Reference

This page references: