[PATCH] D105556: [OpenMP] Set RequiresFullRuntime false in SPMDization

Giorgis Georgakoudis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 11:02:42 PDT 2021


ggeorgakoudis marked an inline comment as done.
ggeorgakoudis added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:2818
         IRPosition::callsite_argument(*KernelDeinitCB, DeinitIsSPMDArgNo),
         IsSPMDModeSimplifyCB);
 
----------------
jdoerfert wrote:
> You need this callback stuff for the full-runtime flag too
Fixed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105556/new/

https://reviews.llvm.org/D105556



More information about the llvm-commits mailing list