[gomp4] oacc xform tweak

Nathan Sidwell nathan@acm.org
Tue Aug 18 17:57:00 GMT 2015


I've committed this to gomp4 branch.  It changes the oacc_xform_on_device and 
oacc_xform_dim_pos calls to lose the GSI parameter.  Thus they look similar to 
the interface we're implementing for the reduction transformations.  The 
iterator in the caller is advanced before the call, so it isn't left holding  a 
potentially deleted instruction.

I noticed a  missing break which would have caused us to fall into the fork/join 
handling from the lock/unlock handling.

nathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gomp4-oacc-xform-dim.patch
Type: text/x-patch
Size: 2920 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150818/c06a7afb/attachment.bin>


More information about the Gcc-patches mailing list