Skip to content

fix(e2e): skip fp16 precision tests on MIGraphX EP#1002

Merged
DingmaomaoBJTU merged 1 commit into
mainfrom
dingmaomaobjtu-skip-fp16-tests-migraphx
Jun 30, 2026
Merged

fix(e2e): skip fp16 precision tests on MIGraphX EP#1002
DingmaomaoBJTU merged 1 commit into
mainfrom
dingmaomaobjtu-skip-fp16-tests-migraphx

Conversation

@DingmaomaoBJTU

Copy link
Copy Markdown
Collaborator

Problem

MIGraphX cannot compile FP16 models and hangs until timeout on AMD machines. Two tests that explicitly pass --precision fp16 were triggering model compilation via MIGraphX, causing eval CI failures.

Fix

Add require_not_ep("migraphx") guard to:

  • test_image_to_text_fp16
  • test_compare_mode_image_classification

Note: test_precision_warning_for_prebuilt_onnx is NOT guarded — it passes a pre-built ONNX so --precision fp16 is ignored and no compilation occurs.

Companion workaround for the AMD eval failures alongside #998.

MIGraphX cannot compile FP16 models and hangs until timeout.
Add require_not_ep("migraphx") guard to tests that explicitly
pass --precision fp16 and trigger model compilation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@DingmaomaoBJTU DingmaomaoBJTU requested a review from a team as a code owner June 30, 2026 04:22
@DingmaomaoBJTU DingmaomaoBJTU merged commit 4008b1e into main Jun 30, 2026
9 checks passed
@DingmaomaoBJTU DingmaomaoBJTU deleted the dingmaomaobjtu-skip-fp16-tests-migraphx branch June 30, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants