There are some missing pieces
There are some missing pieces due to the formatingstd::atomic should be std::atmoic<unsigned>andcilk::reducer_opadd should be cilk::reducer_opadd<unsigned>
View ArticleThanks for reporting this bug
Thanks for reporting this bug. I was able to reproduce the problem even without using an atomic variable (see below) I'll forward it to the right folk. - Arch #include <cilk/reducer_opadd.h>...
View ArticleA work-around for now is to
A work-around for now is to insert a cilk_sync right before the destructor for r runs.
View ArticleThanks! I was not sure if
Thanks! I was not sure if there is a limit on the number of spawns and confirms this is a bug or not.
View ArticleThere are some missing pieces
There are some missing pieces due to the formatingstd::atomic should be std::atmoic<unsigned>andcilk::reducer_opadd should be cilk::reducer_opadd<unsigned>
View ArticleThanks for reporting this bug
Thanks for reporting this bug. I was able to reproduce the problem even without using an atomic variable (see below) I'll forward it to the right folk. - Arch #include <cilk/reducer_opadd.h>...
View ArticleA work-around for now is to
A work-around for now is to insert a cilk_sync right before the destructor for r runs.
View ArticleThanks! I was not sure if
Thanks! I was not sure if there is a limit on the number of spawns and confirms this is a bug or not.
View Article