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

Fix CPUCaching allocator guard bug #46922

Closed
wants to merge 1 commit into from

Conversation

kimishpatel
Copy link
Contributor

Summary: Earlier bug wrongly captures the previous value to be saved.

Test Plan: cpu_caching_allocator_test

Reviewed By: dreiss

Differential Revision: D24566514

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D24566514

Summary:
Pull Request resolved: pytorch#46922

Earlier bug wrongly captures the previous value to be saved.

Test Plan: cpu_caching_allocator_test

Reviewed By: dreiss

Differential Revision: D24566514

fbshipit-source-id: 8b4ee6ed7a3c6a0c6b6a4aa1e50ce14e94d2eee6
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D24566514

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #46922 into master will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #46922   +/-   ##
=======================================
  Coverage   68.94%   68.94%           
=======================================
  Files         434      434           
  Lines       56188    56188           
=======================================
+ Hits        38740    38741    +1     
+ Misses      17448    17447    -1     

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in cbf90da.

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