Replies: 2 comments 9 replies
-
What do you mean by "wrong" ? CUDA computing can bring speedup with a large part of the computation is done on the GPU without too many CPU-GPU data exchange. First thing to be noted: you should not have some GeometryAlgorithms with a template and a MechanicalObject with another. Generally, the template of the MechanicalObject would take over |
Beta Was this translation helpful? Give feedback.
-
In terms of performances, you can visit the dedicated page on the documentation: https://www.sofa-framework.org/community/doc/using-sofa/performances/improve-performances/ |
Beta Was this translation helpful? Give feedback.
-
Dear developers, I would like to ask what is wrong with the xml file I wrote? Why did I add cuda but the frame rate didn't improve?
Beta Was this translation helpful? Give feedback.
All reactions