Enable libgomp.oacc-*/declare-*.{c,f90} for non-nvidia devices
2017-10-16 Tom de Vries <tom@codesourcery.com> * testsuite/libgomp.oacc-c-c++-common/declare-1.c: Don't require openacc_nvidia_accel_selected. * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Same. * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Same. * testsuite/libgomp.oacc-fortran/declare-2.f90: Same. * testsuite/libgomp.oacc-fortran/declare-4.f90: Same * testsuite/libgomp.oacc-fortran/declare-5.f90: Same. * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Don't require openacc_nvidia_accel_selected. Skip for shared memory device. * testsuite/libgomp.oacc-fortran/declare-1.f90: Same. * testsuite/libgomp.oacc-fortran/declare-3.f90: Same. From-SVN: r253779
This commit is contained in:
parent
126c1ea158
commit
92d5d01ac6
10 changed files with 17 additions and 15 deletions
|
@ -1,3 +1,17 @@
|
|||
2017-10-16 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.oacc-c-c++-common/declare-1.c: Don't require
|
||||
openacc_nvidia_accel_selected.
|
||||
* testsuite/libgomp.oacc-c-c++-common/declare-2.c: Same.
|
||||
* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Same.
|
||||
* testsuite/libgomp.oacc-fortran/declare-2.f90: Same.
|
||||
* testsuite/libgomp.oacc-fortran/declare-4.f90: Same
|
||||
* testsuite/libgomp.oacc-fortran/declare-5.f90: Same.
|
||||
* testsuite/libgomp.oacc-c-c++-common/declare-5.c: Don't require
|
||||
openacc_nvidia_accel_selected. Skip for shared memory device.
|
||||
* testsuite/libgomp.oacc-fortran/declare-1.f90: Same.
|
||||
* testsuite/libgomp.oacc-fortran/declare-3.f90: Same.
|
||||
|
||||
2017-10-09 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
PR hsa/82416
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* { dg-do run { target openacc_nvidia_accel_selected } } */
|
||||
|
||||
#include <openacc.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* { dg-do run { target openacc_nvidia_accel_selected } } */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define N 16
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* { dg-do run { target openacc_nvidia_accel_selected } } */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <openacc.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do run { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-DACC_MEM_SHARED=1" } } */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-do run { target openacc_nvidia_accel_selected } }
|
||||
! { dg-skip-if "" { *-*-* } { "-DACC_MEM_SHARED=1" } }
|
||||
|
||||
! Tests to exercise the declare directive along with
|
||||
! the clauses: copy
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
! { dg-do run { target openacc_nvidia_accel_selected } }
|
||||
|
||||
module globalvars
|
||||
implicit none
|
||||
integer a
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! { dg-do run { target openacc_nvidia_accel_selected } }
|
||||
! { dg-skip-if "" { *-*-* } { "-DACC_MEM_SHARED=1" } }
|
||||
|
||||
module globalvars
|
||||
implicit none
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
! { dg-do run { target openacc_nvidia_accel_selected } }
|
||||
|
||||
module vars
|
||||
implicit none
|
||||
real b
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
! { dg-do run { target openacc_nvidia_accel_selected } }
|
||||
|
||||
module vars
|
||||
implicit none
|
||||
real b
|
||||
|
|
Loading…
Add table
Reference in a new issue