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

Implement Fused BN + Add + Relu with cudnnFusedOps API. #35955

Merged
merged 8 commits into from
Oct 9, 2021

Commits on Oct 9, 2021

  1. Add bn_add_relu test

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    dc623ca View commit details
    Browse the repository at this point in the history
  2. change .cu to .cc

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    7cdd9e5 View commit details
    Browse the repository at this point in the history
  3. fix CMakeList

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ced8f68 View commit details
    Browse the repository at this point in the history
  4. delete unused code

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    1aed85f View commit details
    Browse the repository at this point in the history
  5. update cudnn code and test

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    e6e9b76 View commit details
    Browse the repository at this point in the history
  6. fix

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    debde96 View commit details
    Browse the repository at this point in the history
  7. delete backward test

    ZzSean committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    aef2b9b View commit details
    Browse the repository at this point in the history
  8. fix

    ZzSean committed Oct 9, 2021
    1 Configuration menu
    Copy the full SHA
    d709ca2 View commit details
    Browse the repository at this point in the history