Update Fortran OpenACC tests to use the updated data clause
attribute format for better readability.
Depends on D155605
Paths
| Differential D155603
[flang][openacc] Update data clause attribute in tests ClosedPublic Authored by razvanlupusoru on Jul 18 2023, 8:20 AM.
Details Summary Update Fortran OpenACC tests to use the updated data clause Depends on D155605
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 18 2023, 8:20 AM Comment Actions I am currently trying to figure out how to upload the parent patch for this change via arc diff. Comment Actions
I can land them both at the same time. It felt better to separate MLIR changes from flang changes. Is that OK? Or do you prefer that they are part of same patch? Comment Actions
You can keep it like that this time but it is better to have single commit that can be compiled and tested as a single block without failure. In your case, it is fine to have them together since the change in mlir trigger the change in flang. clementval removed a parent revision: D154605: [clang/frontend] Do not perform FMA bydefault.Jul 18 2023, 10:38 AM This revision is now accepted and ready to land.Jul 18 2023, 11:14 AM This revision was landed with ongoing or failed builds.Jul 18 2023, 11:40 AM Closed by commit rGd8ba8741120e: [flang][openacc] Update data clause attribute in tests (authored by razvanlupusoru). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 541558 flang/test/Lower/OpenACC/acc-data-operands.f90
flang/test/Lower/OpenACC/acc-data.f90
flang/test/Lower/OpenACC/acc-enter-data.f90
flang/test/Lower/OpenACC/acc-exit-data.f90
flang/test/Lower/OpenACC/acc-kernels-loop.f90
flang/test/Lower/OpenACC/acc-kernels.f90
flang/test/Lower/OpenACC/acc-parallel-loop.f90
flang/test/Lower/OpenACC/acc-parallel.f90
flang/test/Lower/OpenACC/acc-serial-loop.f90
flang/test/Lower/OpenACC/acc-serial.f90
flang/test/Lower/OpenACC/acc-update.f90
|