You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've observed a significant performance regression from 1.4.1 to 1.5.0 on an implicit 3D FEM.
My own code base is somewhat too large to paste here. I have witnessed the same regression on the following FEM code snippet from the Taichi official repo. It seems that the matmul_cell function seems to be more affected by the upgrade.
I couldn't reproduce your issue on my local environment. May I ask what your local environment is and for the given example, can you give me the printed profiling message with 'ti.init(arch=ti.gpu, kernel_profiler=True)' for 1.4.1 and 1.5.0? @LMeteorYu0330
I'm sorry, in the example you provided, the difference in performance between matmul_cell implementations is only 0.01ms, and there is no serious performance degradation. We also did not reproduce it locally.
I've observed a significant performance regression from 1.4.1 to 1.5.0 on an implicit 3D FEM.
My own code base is somewhat too large to paste here. I have witnessed the same regression on the following FEM code snippet from the Taichi official repo. It seems that the
matmul_cell
function seems to be more affected by the upgrade.The text was updated successfully, but these errors were encountered: