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
Tha system currently struggles with large outputs due to undefined states and possibly slow computation time. It thus could be good idea to divide the large output into small sub-grids and resolve them separately from one another. In order to preserve global coherence we would just need to overlap the sub-grids so that they can propagate the information between them.
It could also provide an easier framework for eventual multithreading work.
The text was updated successfully, but these errors were encountered:
Tha system currently struggles with large outputs due to undefined states and possibly slow computation time. It thus could be good idea to divide the large output into small sub-grids and resolve them separately from one another. In order to preserve global coherence we would just need to overlap the sub-grids so that they can propagate the information between them.
It could also provide an easier framework for eventual multithreading work.
The text was updated successfully, but these errors were encountered: