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
I copied this function from another library I wrote, where a similar function is used to parallelize matrix operations. I must have made a mistake when adapting the function to parallelize one loop instead of two. Since I did the benchmarks using the matrix parallelizer instead of the loop parallelizer, I never noticed this issue.
I will post a new release in a bit where this issue is fixed. Thank you so much for spotting this!
Does "while (blocks_running != 0) in for loop scope" make block push_task not run parallelized? Thanks
The text was updated successfully, but these errors were encountered: