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
Currently, Block Relaxation calls initialize on each block during compute. This can be expensive, especially when we are using a sparse direct on each block, since symbolic factorization is often sequential on host.
The text was updated successfully, but these errors were encountered:
Enhancement
Currently,
Block Relaxation
callsinitialize
on each block duringcompute
. This can be expensive, especially when we are using a sparse direct on each block, since symbolic factorization is often sequential on host.The text was updated successfully, but these errors were encountered: