Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.

Home Page:http://aparapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BOUNTY $20] Support for syncing threads

CC007 opened this issue · comments

commented

It would be nice to have the ability to sync kernel threads when the kernel is running (similar to how CUDA has __syncThreads()

@CC007 I have included this in the list of tickets I'll be adding a bounty to as well. Let me know if you have any interest in taking it up.

@CC007 do you think our recent implementation of barriers satisfies this ticket?