Giter Club home page Giter Club logo

Comments (3)

TimmyLiu avatar TimmyLiu commented on July 26, 2024

create internal counterparts for rocfft_plan_t, rocfft_plan_create and rocfft_plan_destroy that has more flexibility with the use of internal flags, vector of batches and so forth.
It might be good to eliminate internal calls to those public APIs.

from rocfft.

preda avatar preda commented on July 26, 2024

In his paper "Supercomputer-style FFT library for Apple G4" (link below), Richard Crandall presents an API proposal for an FFT library, comprising:

  1. Complex FFT;
  2. Real-signal FFT;
  3. Inverse FFTs of the above;
  4. Complex cyclic convolution;
  5. Real-signal cyclic convolution;
  6. 2-dimensional complex FFT;
  7. 2-dimensional real-signal FFT;
  8. Inverse FFTs for these 2-dimensional cases;
  9. 2-dimensional complex convolution;
  10. 2-dimensional real-signal convolution.

Offering "convolution" as an API primitive offers important optimization opportunities, for example by keeping the intermediary fft-transformed data in a transposed representation (saving transpose operations), and by merging multiple steps in a single kernel when possible (saving global memory round-trips).

https://pdfs.semanticscholar.org/25e3/6f4bdb1298416813ca3beaaf5f4b49105501.pdf?_ga=2.110805581.976118015.1512954370-353035247.1512954370

from rocfft.

doctorcolinsmith avatar doctorcolinsmith commented on July 26, 2024

Closing due to no new activity.

from rocfft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.