Skip to content

v15.3: MIGraphX on Windows

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 07:23
· 49 commits to master since this release

MIGX

  • Add experimental MIGraphX support on Windows. MIGraphX is AMD's graph optimization engine to accelerate machine learning model inference.

    Supported GPUs:

    • gfx1030: Radeon RX 6950 XT, Radeon RX 6900 XT, Radeon RX 6800 XT, Radeon RX 6800, ...
    • gfx1100: Radeon RX 7900 XTX, Radeon RX 7900 XT, ...
    • gfx1101: Radeon RX 7700 XT, ...
    • gfx1102: Radeon RX 7600

    Relevant archives include:

    The MIGraphX runtime in this release uses HIP 6.1.2 and MIGraphX 2.11 (9cf49f9).

    Note that the Windows support has not been officially announced by AMD.

Known limitation

  • The MIGX backend in the vsmlrt.py wrapper does not support device selection and will always use the default device (device_id=0).

General

vsmlrt.py

  • Added support for RIFE v4.22 (lite) models.

Full Changelog: v15.2...v15.3