-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[DML EP] out_of_range exception in Dml::GraphDescBuilder::BuildGraphDesc #17516
Comments
@kazssym : |
The code here seems expected to fill onnxruntime/onnxruntime/core/providers/dml/DmlExecutionProvider/src/AbiCustomRegistry.cpp Line 484 in 705f8a3
|
Here is a call stack.
|
|
@kazssym Thank you for sharing the call stack. It does look like |
I am running the following command with https://huggingface.co/kazssym/stable-diffusion-2-1-optimized-fp16 on main...kazssym:onnxruntime:dml-transformers-testing. python -m onnxruntime.transformers.models.stable_diffusion.benchmark --provider dml --version 2.1 --pipeline stable-diffusion-2-1-optimized-fp16 --height 768 --width 768 |
I got an out_of_range exception at the line below while trying to benchmark with
onnxruntime.transformers.models.stable_diffusion.benchmark
module.onnxruntime/onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp
Line 376 in db558ef
It looks
graphNodeCreateInfo
defined below was not filled with valid information butsubGraphOutputArgNames
has an element.onnxruntime/onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp
Line 247 in db558ef
Is it expected to be filled by the factory function?
The text was updated successfully, but these errors were encountered: