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 batching is applied to G and C generation (#214) which, for ns = 1000 and nb = 100, are O(1e6) gops. If we see 10x speedup on certain systems / np choices, the next biggest use of gop is snapshot coefficient generation (O(1e5) using the above parameters) so that should be addressed. The next step after that is the matrix operators (A, B, etc.), but that should be done after this step.
The text was updated successfully, but these errors were encountered:
Currently batching is applied to G and C generation (#214) which, for ns = 1000 and nb = 100, are O(1e6)
gop
s. If we see 10x speedup on certain systems / np choices, the next biggest use ofgop
is snapshot coefficient generation (O(1e5) using the above parameters) so that should be addressed. The next step after that is the matrix operators (A, B, etc.), but that should be done after this step.The text was updated successfully, but these errors were encountered: