| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hi Brad, |
Sorry, something went wrong.
|
No we never updated this |
Sorry, something went wrong.
|
it seems this PR has never been reviewed while it contains useful improvement |
Sorry, something went wrong.
|
The prospective v4.1 branch (current main) introduces a new N-dimensional IndexRange-based parallel algorithm that allow parallelization over a nested loop. See here - still experimental but features mostly complete. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Pull request for #328
I've added in for_each_index_nested however I cannot get the the test case to work. Have a look at the test case in
unittests/algorithm.cpp
if I use just for_each_index then the test case passes. If I use the implementation of for_each_index_nested as you reviewed yesterday then there is an error. Would you please have a look at and see what the problem may be.