[flang][openmp] Fortran offloading test
authorEthan Luis McDonough <ethanluismcdonough@gmail.com>
Wed, 28 Jun 2023 20:02:37 +0000 (15:02 -0500)
committerEthan Luis McDonough <ethanluismcdonough@gmail.com>
Wed, 28 Jun 2023 20:15:32 +0000 (15:15 -0500)
commit341c3cf78c6284d88ad76944125478c050aa0c3f
treecd6deb2c7efeb8f30dca12f57085028bb2a5bf47
parent82aeec6570aa4058677b4d8a57e88878c44258e2
[flang][openmp] Fortran offloading test

Flang currently supports offloading for AMD GPUs.  This patch establishes a test structure for Fortran offloading tests in libomptarget.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D148778
openmp/README.rst
openmp/libomptarget/test/CMakeLists.txt
openmp/libomptarget/test/lit.cfg
openmp/libomptarget/test/lit.site.cfg.in
openmp/libomptarget/test/offloading/fortran/basic_array.c [new file with mode: 0644]
openmp/libomptarget/test/offloading/fortran/basic_array.f90 [new file with mode: 0644]