Giter Club home page Giter Club logo

Comments (4)

DTolm avatar DTolm commented on May 18, 2024

Hello,

You were correct, this was indeed a bug that occurred when buffers were provided at launch time. I have fixed it in the last version and added an option to provide offsets at launch time.

from vkfft.

zachjweiner avatar zachjweiner commented on May 18, 2024

Thanks for addressing this so quickly! (I should've thought to point out that I was indeed setting buffers only at launch time.)

I'm now testing all combinations of zero and nonzero offsets for transforms, and I think I've found one bug. I observed that transforms that pass input and main buffers are incorrect when the input offset is zero but the main buffer offset is nonzero. I think these two lines of the diff are the culprit; commenting them out fixed this issue. Was there a separate reason for those offsets to be changed as such?

from vkfft.

DTolm avatar DTolm commented on May 18, 2024

This was more of a failsafe, that backfired when inputOffset is actually zero and bufferOffset is not zero. It is not really needed, as offsets are configured in the same layout as buffers, so should always use respective values.

from vkfft.

zachjweiner avatar zachjweiner commented on May 18, 2024

Great, then to the extent of my testing this issue can be closed. Thank you again!

from vkfft.

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.