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
Mainly we can multithread the main for loops of assemble. Possibly there are other changes to be made to improve it on the Julia side. It's currently slower than it should be.
The text was updated successfully, but these errors were encountered:
Adding multi threading support in this case should be easy. But we should do some rigorous benchmarks to...
Ensure the current method really is slower than it should be
Ensure we are improving things, not making them worse.
The python implementations vectorize the operations. While this requires much more memory, it does allow for better cache management etc by the compiler.
Mainly we can multithread the main for loops of assemble. Possibly there are other changes to be made to improve it on the Julia side. It's currently slower than it should be.
The text was updated successfully, but these errors were encountered: