Pete,

Thanks for the response.

On Thursday, September 20, 2018 at 11:56:39 AM UTC-6, Pete Brubaker wrote:
>
> I think the problem here is that essentially you are nesting foreach 
> loops, which is not supported.
>

That had crossed my mind, but (a) I figured that the documentation meant 
literally foreach…foreach, not merely constructs that can be transformed 
into that, and (b) I seem to recall the compiler complaining when I last 
tried to nest foreach loops, so I concluded that the lack of an error 
message implies that the problem must lie elsewhere.

If implicitly nested foreach loops is indeed the problem, is there any way 
to restructure the code to exploit a bit more concurrency, or do I just 
have to stick with my initial implementation?

— Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Intel SPMD Program Compiler Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to