You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we pass negative indexes to dpctl.take with clip mod (default), it returns different array elements depending on the negative index.
This is the wrong behavior. clip mode means that all indices that are too large are replaced by the index that addresses the last element along that axis. Note that this disables indexing with negative numbers.
When we pass negative indexes to
dpctl.take
withclip
mod (default), it returns different array elements depending on the negative index.This is the wrong behavior.
clip
mode means that all indices that are too large are replaced by the index that addresses the last element along that axis.Note that this disables indexing with negative numbers.
The text was updated successfully, but these errors were encountered: