-
Notifications
You must be signed in to change notification settings - Fork 9
SWDEV-554030 - lmx-v1-fp32-512x512 Failing to Run on GPUEP Topaz PhotoAI #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rocm7.1_internal_testing
Are you sure you want to change the base?
Conversation
…index Disable fusion if subgraph parent node is "If" or if graph has "If" node
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc
Outdated
Show resolved
Hide resolved
- move variables to inner scope - remove std::string casting
|
Regarding testing the change, I have been testing with modelbench-ort and Amuse and haven't seen any regressions with the change but I'm unsure if that is good enough. Are there any other things I should test with to confirm this change doesn't cause any regressions? |
|
I don't understand the change here, sure it fixes the issue but we're just going to turn off fusions entirely then for if? Why were we getting an out of bound index in the first place? |








Description
Add check for implicit inputs for "If" node for destination argument index
Disable fusion if subgraph parent node is "If" or if graph has "If" node