Giter Club home page Giter Club logo

Comments (2)

matteo-frigo avatar matteo-frigo commented on June 16, 2024

This behavior is expected.

You have a mental model where FFTW computes a plan for HOWMANY=1 and then performs a loop over HOWMANY. In reality, HOWMANY is part of the plan specification and FFTW is free to use different code paths depending on HOWMANY. For example, HOWMANY=1 may use scalar code or code that uses AVX over the "N" dimension, whereas HOWMANY=4 may use AVX over the HOWMANY dimension. In general, the roundoff properties will differ for different values of HOWMANY.

If you want/need invariance w.r.t. HOWMANY, plan for HOWMANY=1 and write the loop yourself.

from fftw3.

dfarns avatar dfarns commented on June 16, 2024

Thank you very much for the explanation!

On Sat, Jun 20, 2015, 6:13 AM Matteo Frigo [email protected] wrote:

Closed #44 #44.


Reply to this email directly or view it on GitHub
#44 (comment).

from fftw3.

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.