Skip to content

Conversation

@AshkanAliabadi
Copy link
Contributor

Use NNPACK for strided convolutions.

ResNet50 on Pixel 3:

  • Before: 552.956 ms
  • After: 402.947 ms

Copy link
Member

@houseroad houseroad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New function should be backward compatible. Could you fix the CI and trigger the backward_compatible_test?

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AshkanAliabadi has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@ljk53
Copy link
Contributor

ljk53 commented Nov 12, 2019

New function should be backward compatible. Could you fix the CI and trigger the backward_compatible_test?

Good suggestion. We should run the test to confirm. For this specific PR it only adds an internal op (starting with "_", not exposed to python) so it shouldn't break any external contract if we have done it correctly :)

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AshkanAliabadi has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@AshkanAliabadi
Copy link
Contributor Author

Synced offline with Lu and ran the test locally. That aside, there seems to be something wrong with the CI.

@houseroad
Copy link
Member

The whole CI is broken at this moment as well.

facebook-github-bot pushed a commit that referenced this pull request Nov 13, 2019
Summary:
Some prs are refused to be merged.

For example, #29595
Pull Request resolved: #29699

Reviewed By: hl475

Differential Revision: D18473531

Pulled By: houseroad

fbshipit-source-id: e7a4eb1b4be9d9da6dc281575eeb4d7ae685b531
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AshkanAliabadi has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

zdevito pushed a commit to zdevito/ATen that referenced this pull request Nov 14, 2019
Summary:
Use NNPACK for strided convolutions.

ResNet50 on Pixel 3:
- Before: 552.956 ms
- After: 402.947 ms
Pull Request resolved: pytorch/pytorch#29595

Reviewed By: houseroad

Differential Revision: D18457472

Pulled By: AshkanAliabadi

fbshipit-source-id: 51f22ce120c39f197cd564bcc71bbad2951edf85
@facebook-github-bot
Copy link
Contributor

@AshkanAliabadi merged this pull request in 9ee6fa0.

csarofeen pushed a commit to mruberry/pytorch that referenced this pull request Nov 18, 2019
Summary:
Use NNPACK for strided convolutions.

ResNet50 on Pixel 3:
- Before: 552.956 ms
- After: 402.947 ms
Pull Request resolved: pytorch#29595

Reviewed By: houseroad

Differential Revision: D18457472

Pulled By: AshkanAliabadi

fbshipit-source-id: 51f22ce120c39f197cd564bcc71bbad2951edf85
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.

5 participants