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

Support CUDNN_HEUR_MODE_B #53253

Merged
merged 1 commit into from Jan 6, 2022

Conversation

kaixih
Copy link
Contributor

@kaixih kaixih commented Nov 30, 2021

This PR upgrades the heuristics mode from the previous decision tree to a neural network based solution (i.e., CUDNN_HEUR_MODE_INSTANT to CUDNN_HEUR_MODE_B).
https://docs.nvidia.com/deeplearning/cudnn/release-notes/rel_8.html#rel-820.

It enables this new mode as default from CUDNN v8.3.

cc. @nluehr

@google-ml-butler google-ml-butler bot added the size:XS CL Change Size: Extra Small label Nov 30, 2021
@google-cla google-cla bot added the cla: yes label Nov 30, 2021
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Dec 1, 2021
@gbaned gbaned requested a review from timshen91 December 1, 2021 04:51
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Dec 1, 2021
@gbaned gbaned requested a review from cheshire December 31, 2021 17:01
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jan 5, 2022
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Jan 5, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jan 5, 2022
@copybara-service copybara-service bot merged commit eced720 into tensorflow:master Jan 6, 2022
@google-ml-butler google-ml-butler bot removed awaiting review Pull request awaiting review ready to pull PR ready for merge process labels Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Approved by Reviewer
Development

Successfully merging this pull request may close these issues.

None yet

4 participants