Question about the semantics of stablehlo.scatter when unique_indices and/or indices_are_sorted are False.
#129
erick-xanadu
started this conversation in
stablehlo
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
the specification for scatter states the following:
Does this concretely mean that the behaviour is undefined if
indices_are_sortedis set to False? Possibly due to the schedule being implementation defined?The wording here makes says that the behaviour is undefined when unique_indices is true but they are not unique at runtime. But would having unique_indices be False also may be implementation defined due to schedule being implementation defined?
Beta Was this translation helpful? Give feedback.
All reactions