Skip to content

[libomptarget][NFC]Rename targetDataMapper to targetDat in interface.cpp #65915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

ye-luo
Copy link
Contributor

@ye-luo ye-luo commented Sep 10, 2023

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.

@ye-luo ye-luo requested a review from shiltian September 10, 2023 21:57
@ye-luo ye-luo merged commit c9733b8 into llvm:main Sep 11, 2023
@ye-luo ye-luo deleted the rename-targetData branch September 11, 2023 02:08
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
…cpp (llvm#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants