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][rocFFt] Address rocFFT failing tests #563

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Aug 30, 2024

  1. [rocFFT] Work around bug in rocFFT for ROCm 6

    * rocFFT distributed with ROCm 6+ contains a bug meaning that the
    strides cannot be set on a plan description twice.
    * This commit works around this issue.
    hjabird authored and s-Nick committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    092054b View commit details
    Browse the repository at this point in the history
  2. [rocFFT] Add checks for rocFFT version due to internal bug

    Due to rocFFt internal bug ROCm/rocFFT#507
    Add cmake version checks based upon rocFFT version.
    Add exception to deal with faulty cases for affected rocFFT version.
    RocFFT versions taken from https://github.com/ROCm/rocFFT/blob/develop/CHANGELOG.md
    s-Nick committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    54e0cf9 View commit details
    Browse the repository at this point in the history
  3. Remove debug printing point

    s-Nick committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    691b237 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Address PR comments

    Removing rocFFT version check during configurations.
    Update checks on dft command for rocFFT version with known issue.
    s-Nick committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a9a65ac View commit details
    Browse the repository at this point in the history
  2. Remove extra line

    s-Nick committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fe8e133 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Update namespace for cuFFT and portFFT descriptor

    Update namespace to make it consistent across all backends.
    s-Nick committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aed1f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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