Skip to content

[DONOTMERGE] Port PSROIPool to use the Dispatcher and support Autocast #2925

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

Closed

Conversation

datumbox
Copy link
Contributor

@datumbox datumbox commented Oct 28, 2020

Changes moved to #2926

@datumbox datumbox requested a review from fmassa October 28, 2020 15:33
@datumbox datumbox changed the title [WIP] Port PSROIPool to use the Dispatcher and support Autocast Port PSROIPool to use the Dispatcher and support Autocast Oct 28, 2020
ctx->save_for_backward({rois, channel_mapping});
ctx->mark_non_differentiable({channel_mapping});
return {output, channel_mapping};
auto mapping_channel = std::get<1>(result);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In case anybody wonders about this change, in this codebase we used both mapping_channel and channel_mapping. Here I picked mapping_channel, but later on #2926 I replace it everywhere with channel_mapping which I think makes more sense.

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #2925 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2925   +/-   ##
=======================================
  Coverage   73.41%   73.41%           
=======================================
  Files          99       99           
  Lines        8801     8801           
  Branches     1389     1389           
=======================================
  Hits         6461     6461           
  Misses       1915     1915           
  Partials      425      425           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1fe1e11...0fe6278. Read the comment docs.

@datumbox datumbox changed the title Port PSROIPool to use the Dispatcher and support Autocast [DONOTMERGE] Port PSROIPool to use the Dispatcher and support Autocast Oct 30, 2020
@datumbox datumbox closed this Oct 30, 2020
@datumbox datumbox deleted the feature/dispatcher_psroipool branch October 30, 2020 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant