Re: [gomp4] fix spinlock

2015-08-06 Thread Nathan Sidwell
On 08/06/15 17:56, Cesar Philippidis wrote: On 08/06/2015 01:41 AM, Nathan Sidwell wrote: I've committed this to fix the spinlock problem Cesar fell over. While there I added more checking on the worker dimension. I hit a couple of more bugs with the spinlocks. First, the address space

[gomp4] fix spinlock

2015-08-06 Thread Nathan Sidwell
I've committed this to fix the spinlock problem Cesar fell over. While there I added more checking on the worker dimension. nathan 2015-08-06 Nathan Sidwell nat...@codesourcery.com * config/nvptx/nvptx.c (nvptx_expand_lock_unlock): Create label. (nvptx_validate_dims): Check worker

Re: [gomp4] fix spinlock

2015-08-06 Thread Cesar Philippidis
On 08/06/2015 01:41 AM, Nathan Sidwell wrote: I've committed this to fix the spinlock problem Cesar fell over. While there I added more checking on the worker dimension. I hit a couple of more bugs with the spinlocks. First, the address space argument to membar wasn't being handled properly.