[Openmp-commits] [PATCH] D105229: [libomptarget][nfc] Replace out arguments with struct return
Dhruva Chakrabarti via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jun 30 14:56:44 PDT 2021
dhruvachak added a comment.
Anything that is accessible directly from getLaunchVals (such as DeviceInfo.*), can we not pass them and access them directly? e.g. DeviceInfo.EnvTeamLimit, etc. That would minimize the number of arguments to getLaunchVals.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105229/new/
https://reviews.llvm.org/D105229
More information about the Openmp-commits
mailing list