Giter VIP home page Giter VIP logo

Comments (4)

mtamis-NV avatar mtamis-NV commented on July 19, 2024 1

Alright, so you think there might be a bug because it is calculating the memory requirement based on Simd4fType but the solver will run using Scalar4f if no NEON support is detected at runtime?
I checked and this shouldn't cause any problems, as estimateTemporaryMemory has no template specializations and all scalar4/simd4 types are the same size.

Are you seeing bad behavior in this scenario?

from nvcloth.

mtamis-NV avatar mtamis-NV commented on July 19, 2024

I'm not sure if I understand the problem.
Are you saying that NEON is supported on the device you are debugging but neonSolverKernel still returns false?

from nvcloth.

chege011 avatar chege011 commented on July 19, 2024

No, I am saying if I use the lib which is for neon, but the cpu doesn't support the neon. In that circumstance, the bug may occurre.
Because the requiredmem type is Simd4f but the solver type is Scalar4.

from nvcloth.

chege011 avatar chege011 commented on July 19, 2024

All right, I thought it was there but when I fixed that, my problem didn't work out. So I think you are right. I will try to check other files to fix my problem. Thanks for the reply.

from nvcloth.

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.