Skip to content
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

The indices of scatterElements can't point to the same output location #121

Closed
BruceDai opened this issue Dec 20, 2024 · 0 comments · Fixed by #122
Closed

The indices of scatterElements can't point to the same output location #121

BruceDai opened this issue Dec 20, 2024 · 0 comments · Fixed by #122

Comments

@BruceDai
Copy link
Contributor

  1. Refer to DML_SCATTER_OPERATOR_DESC
If two output element indices overlap (which is invalid), then there's no guarantee of which last write wins.
  1. Refer to ScatterElementsUpdate
Inputs:

2: indices ... If multiple indices point to the same output location then the order of updating the values is undefined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant