[annotations]
"aipcc.component" = "Development Platform"
"aipcc.accelerator-enablement.cuda" = "true"
"aipcc.accelerator-enablement.rocm" = "true"

[changelog]
"1.24.2" = ["2026-02-27: AIPCC-10648 build onnxruntime from source", "2026-02-27: disable test/perf targets via build.py cmake_extra_defines to avoid s390x linker failure", "2026-03-23: patch 0003 read WHEEL_NAME_SUFFIX from environ when --wheel_name_suffix not passed (PEP 517 GPU wheels)", "2026-05-18: AIPCC-16507 disable -Werror globally (--compile_no_warning_as_error) to fix GCC 14 -Wmaybe-uninitialized in Eigen on ppc64le; remove MIGraphX-specific version guard"]
"1.24.4" = ["2026-03-23: GPU wheels — CUDA EP via build_wheel; patch 0003 WHEEL_NAME_SUFFIX; CMAKE_CUDA_ARCHITECTURES from TORCH_CUDA_ARCH_LIST (cuda_arch_list_helpers)", "2026-03-25: set exclusive build true to avoid header conflicts", "2026-03-25: log cmake build.py output to build-cmake.log for improved debugging", "2026-03-25: CUDA EP only for onnxruntime-gpu; onnxruntime on cuda variants stays CPU EP", "2026-03-31: AIPCC-13429 MIGraphX EP via build_wheel (--use_migraphx); WHEEL_NAME_SUFFIX=migraphx; onnxruntime_migraphx symlinks onnxruntime plugin", "2026-05-18: AIPCC-16507 disable -Werror globally (--compile_no_warning_as_error) to fix GCC 14 -Wmaybe-uninitialized in Eigen on ppc64le; remove MIGraphX-specific version guard"]
"1.25.0" = ["2026-04-23: AIPCC-14658 reuse 1.24.2 patches (AVX-VNNI fix, WHEEL_NAME_SUFFIX fallback) via symlink; disable -Werror for MIGraphX EP build (C++20 deprecated [=] lambda capture)", "2026-05-18: AIPCC-16507 disable -Werror globally (--compile_no_warning_as_error) to fix GCC 14 -Wmaybe-uninitialized in Eigen on ppc64le; remove MIGraphX-specific version guard"]

[resolver_dist]
include_sdists = true
include_wheels = false

[build_options]
exclusive_build = true
