On 08/06/15 18:33, Cesar Philippidis wrote:
Looking at set_oacc_fn_attrib, it appears that const values are also
considered dynamic. See the attached test case more more info. Is that
the expected behavior? If not, I could take a look at this after I
finished my reduction patch.
It's annoying
On 07/28/2015 09:52 AM, Nathan Sidwell wrote:
> I've committed this patch to the gomp4 branch to redo the launch API.
> I'll post a version for trunk once the versioning patch gets approved &
> committed.
>
> This changes the API in a number of ways, allowing device-specific
> knowledge to be mov
Hi Nathan!
On Wed, 29 Jul 2015 17:45:32 -0400, Nathan Sidwell wrote:
> On 07/29/15 08:24, Nathan Sidwell wrote:
> > On 07/29/15 05:22, Thomas Schwinge wrote:
>
> >> Likewise for the other torture testing flags.
> >
> >
> > Investigating ... (I've seen those failures be intermittent)
(For me, t
On 07/29/15 17:45, Nathan Sidwell wrote:
On 07/29/15 08:24, Nathan Sidwell wrote:
On 07/29/15 05:22, Thomas Schwinge wrote:
Likewise for the other torture testing flags.
Investigating ... (I've seen those failures be intermittent)
Interestingly the fails go away with an unoptimized libg
On 07/29/15 08:24, Nathan Sidwell wrote:
On 07/29/15 05:22, Thomas Schwinge wrote:
Likewise for the other torture testing flags.
Investigating ... (I've seen those failures be intermittent)
Interestingly the fails go away with an unoptimized libgomp. I've observed
something vaguely lik
On 07/29/15 05:22, Thomas Schwinge wrote:
Hi Nathan!
On Tue, 28 Jul 2015 12:52:02 -0400, Nathan Sidwell wrote:
I've committed this patch to the gomp4 branch to redo the launch API. I'll post
a version for trunk once the versioning patch gets approved & committed.
Thanks!
(I have not yet l
Hi Nathan!
On Tue, 28 Jul 2015 12:52:02 -0400, Nathan Sidwell wrote:
> I've committed this patch to the gomp4 branch to redo the launch API. I'll
> post
> a version for trunk once the versioning patch gets approved & committed.
Thanks!
(I have not yet looked at the patch in detail.) There
Oh, one more thing. I placed constants for the 3 launch dimensions into
gomp-constants.h, as they are needed by both library and compiler. Working on a
patch to remove the current set of constants from omp-low.h
nathan
I've committed this patch to the gomp4 branch to redo the launch API. I'll post
a version for trunk once the versioning patch gets approved & committed.
This changes the API in a number of ways, allowing device-specific knowledge to
be moved into the device compiler and out of the host compile