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 reverse lookup (Ptr->Tuple) for CUDNN descriptors. #1948

Merged
merged 4 commits into from
Aug 19, 2023

Commits on Jun 11, 2023

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

Commits on Jun 12, 2023

  1. Add cudnnGetConvolutionDescriptor function

    There is already `cudnnGetTensorDescriptor` and
    `cudnnGetFilterDescriptor`, so now we have everything to cache algorithm performances.
    RomeoV committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    638d608 View commit details
    Browse the repository at this point in the history
  2. Store descriptor keys as native Julia dtypes

    However, there's still a few `CUDNN_xyz_t` datatypes, which are Cenums.
    We could still map those to Julia integers if serialization is difficult otherwise.
    RomeoV committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2cc6d3f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Remove debug messages.

    RomeoV committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9d61195 View commit details
    Browse the repository at this point in the history