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

implementation of dpnp.fft.rfft2, dpnp.fft.irfft2, dpnp.fft.rfftn, dpnp.fft.irfftn #1982

Merged
merged 11 commits into from
Aug 19, 2024

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

  1. clean up backend

    vtavana committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    79c1d3d View commit details
    Browse the repository at this point in the history
  2. address comments

    vtavana committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aec6004 View commit details
    Browse the repository at this point in the history
  3. remove hermitian

    vtavana committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ee4c666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c90661c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. minor changes

    vtavana committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    21f5398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327e5ba View commit details
    Browse the repository at this point in the history
  3. add no_none=True

    vtavana committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    115af50 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    456d9ce View commit details
    Browse the repository at this point in the history
  2. remove _normalize_order

    vtavana committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1d40fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06892cc View commit details
    Browse the repository at this point in the history