Hi!
On 2019-12-17T22:04:54-0800, Julian Brown wrote:
> This patch has been broken out of the "OpenACC 2.6 manual deep copy
> support" patch, [...]
> This part adds C and C++ execution tests to libgomp.
Pushed to master branch commit 3e888f94624294d2b9b34ebfee0916768e5d9c3f
"Add OpenACC 'acc_map
Hi!
On 2019-12-17T22:04:54-0800, Julian Brown wrote:
> This part adds C and C++ execution tests to libgomp.
Spotted the following while looking into/for something else:
> --- /dev/null
> +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c
> @@ -0,0 +1,45 @@
> +struct dc
> +{
> + i
This patch has been broken out of the "OpenACC 2.6 manual deep copy
support" patch, last posted here:
https://gcc.gnu.org/ml/gcc-patches/2019-11/msg02376.html
This part adds C and C++ execution tests to libgomp.
Tested alongside other patches in this series with offloading to
NVPTX. OK?
Thank