Hi!
On Thu, 30 Jul 2015 15:44:41 -0400, Nathan Sidwell wrote:
> I've committed this to gomp4. It adds spinlock builtins [...]
These two test cases actually got committed to gomp-4_0-branch in the
later/unrelated r226508. In gomp-4_0-branch r227904, I now fixed these
as follows:
commit 5ab915
I've committed this to gomp4. It adds spinlock builtins, which will be
necessary for complete reduction implementation. There is a single global and a
single .shared lock variable (of course the latter is per-cta). We lazily emit
these declarations, if locks are taken during compilation. Th