Re: [patch,gomp4] remove gwv test case

2015-05-18 Thread Jakub Jelinek
On Mon, May 18, 2015 at 07:57:22AM -0700, Cesar Philippidis wrote: > 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 GO

[patch,gomp4] remove gwv test case

2015-05-18 Thread Cesar Philippidis
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 function