Compatibility

ADLX features forward and backward compatibility for ADLX dependent applications, including compatibility for system installed AMD drivers. An application using ADLX will run as expected when installed on a system with a newer AMD driver version. If the application is installed on a system with an older AMD driver version, the application will run with reduced functionality and support for some interfaces.

When new functionalities are introduced, they are provided in new interfaces. ADLX interfaces are locked and do not change; all in-application ADLX code will continue to compile throughout future versions of the ADLX SDK.

Note : ADLX SDK documentation demonstrates how to code a third-party application for unsupported interfaces.

ADLX GPU Support

  • Non-AMD GPUs are not supported.

  • Some legacy AMD GPUs may not be supported.

  • The default ADLX initialization considers backwards compatibility for legacy driver versions an unsupported feature, as the application will run with reduced functionality and support for some interfaces.

  • A recommended method to initialize ADLX using a legacy GPU and/or driver versions is to program the application to specifically use the legacy AMD GPU and driver.

    Note : This method may not be applicable to all legacy AMD GPUs and driver versions.

    For more information, see Initialize / InitializeWithIncompatibleDriver helper for C++ and ADLXHelper_Initialize / ADLXHelper_InitializeWithIncompatibleDriver helper for C.

    For information about initialization function, see the ADLXInitialize_Fn function.

  • When using ADLX along with ADL on legacy GPUs and drivers, ADLX will replicate the existing ADL configuration for that application. As an example, if the ADL application was configured to utilize the legacy GPU and driver, ADLX will also utilize the legacy GPU and driver.