Skip to content

Pre-built multi-EP ONNX Runtime v1.27.1 (Linux x86_64)

Choose a tag to compare

@asayed18 asayed18 released this 17 Jul 02:34

Pre-built ONNX Runtime v1.27.1 with CUDA, MIGraphX, and XNNPACK execution providers for Linux x86_64.

Included libraries

  • libonnxruntime.so.1.27.1 — main runtime (includes CPU + XNNPACK EPs)
  • libonnxruntime_providers_cuda.so — CUDA EP (NVIDIA GPUs)
  • libonnxruntime_providers_migraphx.so — MIGraphX EP (AMD GPUs)
  • libonnxruntime_providers_shared.so — shared provider infrastructure

Notes

  • MIGraphX provider was patched to compile against MIGraphX 2.10.0 (ROCm 6.2).
    FP8/BF16/FP4 type mappings fall back to compatible types.
  • The build uses ORT v1.27.1 with --use_cuda and --use_migraphx.
  • Expected runtime dependency: ROCm 6.2 runtime libraries for MIGraphX EP.