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

[DFT][MKLGPU] Use FWD/BWD_STRIDES #514

Merged

Commits on Jun 17, 2024

  1. [DFT][MKLGPU] Use MKLGPU's FWD/BWD_STRIDES API to avoid deprecation m…

    …essage
    
    * 2024.1's MKL prints a deprecation message when the deprecated INPUT/OUTPUT API is used.
    * This checks for 2024.1 and uses the new FWD/BWD stride API instead.
    * Also minor bugfix for CuFFT workspace size.
    hjabird committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ac0c63e View commit details
    Browse the repository at this point in the history
  2. Initialize workspaceSizeBwd

    hjabird committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9ae3a61 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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