Skip to content
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

Make sure ConstantPadNd op preserves memory format #50898

Conversation

axitkhurana
Copy link
Contributor

Summary:

  • ConstantPadNd op didn't preserve memory format for non quantized cases

Test Plan:

pytest test/test_nn.py::TestConstPadNd

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jan 21, 2021

💊 CI failures summary and remediations

As of commit 499d098 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

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.

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

@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #50898 (f56e1bd) into master (48b6b92) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master   #50898      +/-   ##
==========================================
+ Coverage   80.91%   80.99%   +0.08%     
==========================================
  Files        1925     1916       -9     
  Lines      210008   209538     -470     
==========================================
- Hits       169919   169715     -204     
+ Misses      40089    39823     -266     

@axitkhurana axitkhurana force-pushed the fix-contant-pad-nd-memory-format branch from f24e8df to f56e1bd Compare January 22, 2021 05:35
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.

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

@axitkhurana axitkhurana force-pushed the fix-contant-pad-nd-memory-format branch from f56e1bd to 6796ec4 Compare January 26, 2021 18:43
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.

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

Summary:

ConstantPadNd op didn't preserve memory format for non quantized cases

Test Plan:

pytest test/test_nn.py::TestConstantPadNd
@axitkhurana axitkhurana force-pushed the fix-contant-pad-nd-memory-format branch from 6796ec4 to 499d098 Compare January 27, 2021 18:54
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.

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

@facebook-github-bot
Copy link
Contributor

@axitkhurana merged this pull request in 16132a4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants