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 of CuDNN8 #7000

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 20, 2021

  1. Support of CuDNN8:

    - switch to cudnnFind* API instead of cudnnGet* that was removed in 8
    - fixed cudnn version search
    - search of the alogrithms happens only in case shape really changed
    artyom-beilis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    2c5d39f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    f2e8a96 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Fixed reshape. On Pascal same algorithm does not work for smaller bat…

    …ch, so
    
    switched to cudnnGet*_v7 API instead of much heavier cudnnFind and
    query optimal algorithm on _any_ reshape - not ignoring batch size reduction
    artyom-beilis committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    0999f5d View commit details
    Browse the repository at this point in the history