This patch adds the missing print for the vector_length in the parallel operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87630
[mlir][openacc] Add missing print of vector_length in parallel op ClosedPublic Authored by clementval on Sep 14 2020, 1:18 PM.
Details Summary This patch adds the missing print for the vector_length in the parallel operation.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptSep 14 2020, 1:18 PM This revision is now accepted and ready to land.Sep 15 2020, 1:51 AM clementval added inline comments.
This revision was landed with ongoing or failed builds.Sep 15 2020, 6:48 AM Closed by commit rG2d8f0c05dbe7: [mlir][openacc] Add missing print of vector_length in parallel op (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 291897 mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir
|
Could you spell out the type? It's not obvious from the context so we prefer explicit types to auto.