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

[cuDNN] Add cudnn conv2d #435

Merged
merged 13 commits into from
Jul 3, 2024
Merged

[cuDNN] Add cudnn conv2d #435

merged 13 commits into from
Jul 3, 2024

Commits on Mar 14, 2024

  1. Add cudnn conv2d

    Yudi Sun committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4b37c61 View commit details
    Browse the repository at this point in the history
  2. [CUDNN] Add CuDNN performance benchmarks

    Yudi Sun committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    68192fd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Add cudnn conv2d

    Yudi Sun committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    90a1791 View commit details
    Browse the repository at this point in the history
  2. [CUDNN] Add CuDNN performance benchmarks

    Yudi Sun committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    43fbeab View commit details
    Browse the repository at this point in the history
  3. [CuDNN] Support float16

    Yudi Sun committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0d4de20 View commit details
    Browse the repository at this point in the history
  4. [CuDNN] Add legacy APIs for conv2d

    Yudi Sun committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b215669 View commit details
    Browse the repository at this point in the history
  5. Add cudnn_gemm

    Yudi Sun committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    730d30f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. cuDNN cleanup

    Yudi Sun committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    40a6149 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'cudnn_conv' of https://github.com/hidet-org/hidet into …

    …cudnn_conv
    Yudi Sun committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8236c5e View commit details
    Browse the repository at this point in the history
  2. [CUDNN] Cleanup

    Yudi Sun committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5d5d8a6 View commit details
    Browse the repository at this point in the history
  3. [CUDNN] Format and lint

    Yudi Sun committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2f8fdaa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. [CUDNN] Disable TF32 operations on Ampere architecture to avoid losin…

    …g precision
    Yudi Sun committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    23d80fe View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. [CuDNN] Increase test tol for sm80 and higher

    Yudi Sun committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a48012c View commit details
    Browse the repository at this point in the history