Test that chunk size is passed to the static init function.
Using three different variations:
- Single constant.
- Expression with constants.
- Variable value.
Paths
| Differential D126383
[OpenMP] Pass chunk-size to MLIR while lowering from parse-tree ClosedPublic Authored by Leporacanthicus on May 25 2022, 7:59 AM.
Details Summary Test that chunk size is passed to the static init function.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 25 2022, 7:59 AM Herald added subscribers: bzcheeseman, Chia-hungDuan, mehdi_amini and 3 others. · View Herald Transcript Comment Actions The code LGTM. The test should be from F90 to MLIR (FIR + OpenMP Dialect) only. Lowering to LLVM IR from FIR and OpenMP Dialect is tested separately. This revision now requires changes to proceed.May 25 2022, 11:17 AM This revision is now accepted and ready to land.May 26 2022, 6:51 AM Comment Actions Removed some unnecessary test-lines [testing for variables used nowhere else Closed by commit rG820146abe908: [OpenMP] Pass chunk-size to MLIR while lowering from parse-tree (authored by MatsPetersson). · Explain WhyMay 30 2022, 4:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432242 flang/lib/Lower/OpenMP.cpp
flang/test/Lower/OpenMP/omp-wsloop-chunks.f90
|