On Wed, Oct 19, 2016 at 10:08 AM, Jingpeng Wu <[email protected]> wrote:
> > > Currently, it seems that every variable was shared to all threads, which > limit the application range a lot. Is there anyway to define private > variable to each threads? similar with OpenMP. > Same as normal loop. Use let.
