only test gets for advanced indexing with duplicates#2041
Merged
soumith merged 1 commit intopytorch:masterfrom Jul 10, 2017
Merged
only test gets for advanced indexing with duplicates#2041soumith merged 1 commit intopytorch:masterfrom
soumith merged 1 commit intopytorch:masterfrom
Conversation
soumith
approved these changes
Jul 10, 2017
houseroad
added a commit
to houseroad/pytorch
that referenced
this pull request
May 30, 2019
…8eb2ca (pytorch#21057) Summary: Pull Request resolved: pytorch#21057 Previous import was cc2333a3f929caca7223b98699237f19388dd585 Included changes: - **[90052912](onnx/onnx@90052912)**: Fix wrong condition and add --user in update_doc.sh (pytorch#2050) <daquexian> - **[a4f44a20](onnx/onnx@a4f44a20)**: Add bit-shift operators for supporting hashing (pytorch#1931) <Wei-Sheng Chin> - **[0098752c](onnx/onnx@0098752c)**: Add shape inference logic for Expand op (pytorch#2041) <Hariharan Seshadri> - **[fbe8addb](onnx/onnx@fbe8addb)**: update qops tests (pytorch#2040) <Ashwini Khade> - **[874fb37c](onnx/onnx@874fb37c)**: Fix torchvision installation (pytorch#2054) <bddppq> - **[1f5f6582](onnx/onnx@1f5f6582)**: Fix bug that kernel_shape rather than effective_kernel_shape is used in dilated conv (pytorch#2043) <daquexian> - **[38b6c44e](onnx/onnx@38b6c44e)**: Changes done internally at Facebook (pytorch#2035) <Lu Fang> - **[5c51f0db](onnx/onnx@5c51f0db)**: Explicitly specify type of integers in the input tensor. (pytorch#2034) <Dmitri Smirnov> Reviewed By: benoitsteiner Differential Revision: D15534241 fbshipit-source-id: 7f75707ea270e8fac0442431f7498ed47ba0cea2
jagadish-amd
pushed a commit
to jagadish-amd/pytorch
that referenced
this pull request
May 8, 2025
… of fastest solution (pytorch#144942) (pytorch#2041) Cherry-pick of ROCm#2018 Co-authored-by: Nichols A. Romero <165712832+naromero77amd@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #1953. I think the best solution is to only test duplicate elements for
getsas the NumPy documentation does not make any guarantees about the ordering:(from https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html)