Re: having trouble with foreach_unique

2016-10-19 Thread Morten Mikkelsen
Looks like I just missed the part about "only the ones with the *same value* run together" in the documentation. Cheers, Morten. On Tuesday, October 18, 2016 at 8:09:00 PM UTC-7, Morten Mikkelsen wrote: > > Basically in this scenario I thought we'd get: > > 1. iteration - all 8 lanes

Re: having trouble with foreach_unique

2016-10-18 Thread Morten Mikkelsen
Basically in this scenario I thought we'd get: 1. iteration - all 8 lanes receive uniform value 0 2. iteration - all 8 lanes receive uniform value 1 3. iteration - all 8 lanes receive uniform value 2 On Tuesday, October 18, 2016 at 8:02:10 PM UTC-7, Morten Mikkelsen wrote: > > I'm