[patch,gomp4] remove gwv test case

Cesar Philippidis cesar@codesourcery.com
Mon May 18 14:57:00 GMT 2015


This patch removes the libgomp.oacc-c/gwv.c. test case. The original
idea behind this test was to allow us to create our own parallel loops
using by using the gang, worker and vector threads directly by using the
built-in GOACC_ thread functions. This test was supposed to ensure that
those functions work.

Now that we're working on a proper execution model, exposing those
functions to the end user doesn't make much sense. That's at least true
for workers and vectors because they start off in worker-single and
vector-single mode, respectively. Then there's the other issue of
variable broadcasting. As a result, this test case isn't necessary going
forward. Those thread functions are already being exercised by omp-low
for each acc loop anyway.

Cesar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-gwv-test.diff
Type: text/x-patch
Size: 1054 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150518/b8ab17f3/attachment.bin>


More information about the Gcc-patches mailing list