onnxruntime
32d32b01 - [DML EP] Disable 4-D MVN tests for DirectML (#27930)

Commit
6 days ago
[DML EP] Disable 4-D MVN tests for DirectML (#27930) ### Description Disable 4-D MVN tests as there seems to be some issue within DirectML such that the tests pass sometimes on the same machine SKU but fail some other times. The 5-D tests always seem to pass (based on limited eyeballing of several runs). If that changes in future, we can disable the 5-D tests too. The bug might be narrrower than just 4-D cases. I think it is for 4-D inputs that ALSO includes 0 in the `axes` parameter but it needs more evidence to support that claim and it needs investigating from someone familiar with the core DML stack. Pending that, I am disabling the 4-D input tests for the MVN op from running using the DML EP. Without this fix Sample "passing" run: https://github.com/microsoft/onnxruntime/actions/runs/23826498144/job/69450582096#step:13:21501 Sample "failing" run: https://github.com/microsoft/onnxruntime/actions/runs/23831205376/job/69484574894#step:13:22000 ### Motivation and Context Mitigate DML EP MVN failires on CI Temporarily mitigates issue described in https://github.com/microsoft/onnxruntime/issues/27933
Author
Parents
Loading