Skip to content

Remove implicit ArrayRef -> vector conversion#9740

Closed
smessmer wants to merge 2 commits intopytorch:masterfrom
smessmer:export-D8961693
Closed

Remove implicit ArrayRef -> vector conversion#9740
smessmer wants to merge 2 commits intopytorch:masterfrom
smessmer:export-D8961693

Conversation

@smessmer
Copy link
Contributor

@smessmer smessmer commented Jul 24, 2018

note: First commit of this stack is reviewed in #9610 , only the second commit is important. Review this on Phabricator to only see the changes of this diff without the previous stack.

Summary:

  • Remove implicit ArrayRef -> vector conversion
  • Fix 4 call sites that accidentally did an implicit expensive vector conversion but wouldn't have needed to
  • Remove explicit vector conversion from 4 call sites that also didn't need to do that

Differential Revision: D8961693

@smessmer
Copy link
Contributor Author

@pytorchbot retest this please

Differential Revision: D8926785

fbshipit-source-id: e52fa362c3d60eb04e0a8038c748def22ab7f48f
Summary:
Pull Request resolved: pytorch#9740

- Remove implicit ArrayRef -> vector conversion
- Fix 4 call sites that accidentally did an implicit expensive vector conversion but wouldn't have needed to
- Remove explicit vector conversion from 4 call sites that also didn't need to do that

Differential Revision: D8961693

fbshipit-source-id: 7a7c38a02bb4e9eb605887bde78f69cf2197e429
zdevito pushed a commit to zdevito/ATen that referenced this pull request Aug 1, 2018
Summary:
Pull Request resolved: pytorch/pytorch#9740

- Remove implicit ArrayRef -> vector conversion
- Fix 4 call sites that accidentally did an implicit expensive vector conversion but wouldn't have needed to
- Remove explicit vector conversion from 4 call sites that also didn't need to do that

Reviewed By: ezyang

Differential Revision: D8961693

fbshipit-source-id: 980da9f988083c0072497f9dbcbbf6f516fa311c
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
Pull Request resolved: pytorch#9740

- Remove implicit ArrayRef -> vector conversion
- Fix 4 call sites that accidentally did an implicit expensive vector conversion but wouldn't have needed to
- Remove explicit vector conversion from 4 call sites that also didn't need to do that

Reviewed By: ezyang

Differential Revision: D8961693

fbshipit-source-id: 980da9f988083c0072497f9dbcbbf6f516fa311c
@ezyang ezyang added the merged label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants