This patch adds a test that uses a target region to set a scalar value. It also adds rules in lit.cfg to handle Fortran testing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libomptarget/test/offloading/fortran/basic_target_region.f90 | ||
---|---|---|
3 | I believe you need unsupported here too. |
openmp/libomptarget/test/offloading/fortran/basic_target_region.f90 | ||
---|---|---|
3 | Do you reckon this applies to basic_array.c as well? |
I believe you need unsupported here too.
This will only check we have the AMD backend, not that we might want to offload to NVIDIA or the host.