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 dpnp.fft.rfft and dpnp.fft.irfft #1928

Merged
merged 11 commits into from
Jul 30, 2024
Merged

implement dpnp.fft.rfft and dpnp.fft.irfft #1928

merged 11 commits into from
Jul 30, 2024

Commits on Jul 15, 2024

  1. implement rfft and irfft

    vtavana committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b37bb2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a27b5 View commit details
    Browse the repository at this point in the history
  3. update tests

    vtavana committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    92d4070 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. remove redundant test

    vtavana committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d8b4856 View commit details
    Browse the repository at this point in the history
  2. clean-up

    vtavana committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d3bd05a View commit details
    Browse the repository at this point in the history
  3. separate backend structures

    vtavana committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b72de00 View commit details
    Browse the repository at this point in the history
  4. address comments

    vtavana committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c0630a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    669168d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    6c17c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc30a05 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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