-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Extend definition of StridedReshapedArray #22429
Conversation
Add a test for something that this fixes? |
Not sure how one could test this, since it's just making sure that certain array types go through a different path in dispatch that improves performance, right? |
A test could be something like:
|
Okay great, if you'd be willing to add that as a test, that'd be awesome. In the meantime, the current test failures here are unrelated. As an aside, rather than |
Also this should be backported to 0.5 and 0.6. |
Definitely squash when merging. |
* Extend definition of StridedReshapedArray * Add test (cherry picked from commit 92ff1bc)
* Extend definition of StridedReshapedArray * Add test (cherry picked from commit 92ff1bc)
* Extend definition of StridedReshapedArray * Add test (cherry picked from commit 92ff1bc)
Fixes #22411