[gomp4] Re: [3/3] OpenACC reductions

2015-11-06 Thread Thomas Schwinge
Hi Nathan! On Mon, 2 Nov 2015 11:38:47 -0500, Nathan Sidwell wrote: > This patch are the initial set of tests. The libgomp tests use an idiom of > summing thread identifiers and then checking the expected set of threads > participated. They are all derived from the loop tests I recently added

Re: [3/3] OpenACC reductions

2015-11-04 Thread Jakub Jelinek
On Mon, Nov 02, 2015 at 11:38:47AM -0500, Nathan Sidwell wrote: > This patch are the initial set of tests. The libgomp tests use an idiom of > summing thread identifiers and then checking the expected set of threads > participated. They are all derived from the loop tests I recently added for > t

Re: [3/3] OpenACC reductions

2015-11-02 Thread Nathan Sidwell
This patch are the initial set of tests. The libgomp tests use an idiom of summing thread identifiers and then checking the expected set of threads participated. They are all derived from the loop tests I recently added for the execution model itself. The fortran test was duplicated in both