-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix einsum operator for empty inputs #27226
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: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
onnxruntime/core/providers/cpu/math/einsum_utils/einsum_typed_compute_processor.cc
Outdated
Show resolved
Hide resolved
…compute_processor.cc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
onnxruntime/core/providers/cpu/math/einsum_utils/einsum_typed_compute_processor.cc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can commit the suggested changes from lintrunner.
onnxruntime/core/providers/cuda/math/einsum_utils/einsum_auxiliary_ops.cc
Outdated
Show resolved
Hide resolved
…iary_ops.cc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…runtime into hari/einsum_fix_3
Description
Dupe of #23379 - opening new PR to debug pending build issues before merging
Motivation and Context
Fix Einsum handling of empty inputs
Contribution credit: @neNasko1