microsoft / microsoft/onnxruntime
[DML EP] out_of_range exception in Dml::GraphDescBuilder::BuildGraphDesc
Open
@sumitsays is already working on this.
Since Sep 14, 2023.
ep:DML
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 179
Description
I got an out_of_range exception at the line below while trying to benchmark with onnxruntime.transformers.models.stable_diffusion.benchmark module.
It looks graphNodeCreateInfo defined below was not filled with valid information but subGraphOutputArgNames has an element.
Is it expected to be filled by the factory function?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.