[Openmp-commits] [PATCH] D105229: [libomptarget][nfc] Replace out arguments with struct return

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 30 14:31:29 PDT 2021


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/plugins/amdgpu/src/rtl.cpp:1891
+};
+
+launchVals getLaunchVals(int ConstWGSize, int ExecutionMode, int EnvTeamLimit,
----------------
replaces passing device_id with passing the one integer it was used to look up. Rolling into this change as still NFC and it spares me a merge conflict fixup


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