[all-commits] [llvm/llvm-project] c9733b: [libomptarget][NFC]Rename targetDataMapper to targ...

Ye Luo via All-commits all-commits at lists.llvm.org
Sun Sep 10 19:08:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9733b8a9efe39ec1daf20d16352657390019d86
      https://github.com/llvm/llvm-project/commit/c9733b8a9efe39ec1daf20d16352657390019d86
  Author: Ye Luo <yeluo at anl.gov>
  Date:   2023-09-10 (Sun, 10 Sep 2023)

  Changed paths:
    M openmp/libomptarget/src/interface.cpp
    M openmp/libomptarget/src/private.h

  Log Message:
  -----------
  [libomptarget][NFC]Rename targetDataMapper to targetDat in interface.cpp (#65915)

In omptarget.cpp, there is a targetDataMapper which does mapper related
operations.
In interface.cpp, targetDataMapper function template is simply needed
for handling TargetAsyncInfoTy. Thus it is better to name it as simple
as targetData similar to targetKernel.




More information about the All-commits mailing list