[Openmp-commits] [PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures
Dhruva Chakrabarti via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 8 18:04:13 PDT 2022
dhruvachak added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:4263
case OMPRTL___kmpc_nvptx_end_reduce_nowait:
+ case OMPRTL___kmpc_alloc_aggregate_arg:
break;
----------------
dhruvachak wrote:
> @jdoerfert Is this enough to enable SPMDization or is further handling required?
Just to be clear, this change does allow SPMDization now but want to make sure nothing else is missing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102107/new/
https://reviews.llvm.org/D102107
More information about the Openmp-commits
mailing list