This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

clementval created this revision.Sep 14 2020, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 1:18 PM
clementval requested review of this revision.Sep 14 2020, 1:18 PM
ftynse accepted this revision.Sep 15 2020, 1:51 AM
ftynse added inline comments.
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
289

Could you spell out the type? It's not obvious from the context so we prefer explicit types to auto.

This revision is now accepted and ready to land.Sep 15 2020, 1:51 AM
clementval marked an inline comment as done.Sep 15 2020, 6:46 AM
clementval added inline comments.
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
289

Sure I'll update the patch.

clementval marked an inline comment as done.

Address review comments

This revision was landed with ongoing or failed builds.Sep 15 2020, 6:48 AM
This revision was automatically updated to reflect the committed changes.