[PATCH] D136103: OpenMP asynchronous memory copy support
Shilei Tian via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 22 16:13:15 PDT 2022
tianshilei1992 added a comment.
> we used both kmp relevent data structure/types and APIs, so should I wrap all those relevant code into several tool functions and put them into separate header file?
IMO we can put all KMP related code into one header and include it where needed. For the others, the API header has to be included anyway.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136103/new/
https://reviews.llvm.org/D136103
More information about the cfe-commits
mailing list