Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
24 stars 4 forks source link

259 nonblocking backend uses a dynamic schedule #292

Closed anyzelman closed 5 months ago

anyzelman commented 5 months ago

Closes issue #259

anyzelman commented 5 months ago

Hi @aristeidis-mastoras @alberto-scolari , this MR should fix the schedule issue in the nonblocking backend. Could you both have a look and review it for anything I might have missed? Many thanks!

anyzelman commented 5 months ago

At this point, manual smoke tests and GitHub CI pass

anyzelman commented 5 months ago

Also all unit tests when manually fired pass. Waiting internal CI

anyzelman commented 5 months ago

Tests OK, waiting for a thumbs-up from @aristeidis-mastoras and/or @alberto-scolari

alberto-scolari commented 5 months ago

Looks definitely good to me as well!