[Openmp-commits] [PATCH] D102598: [AMDGPU][libomptarget] Remove unused global variables
Pushpinder Singh via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon May 17 02:52:47 PDT 2021
pdhaliwal requested review of this revision.
pdhaliwal added a comment.
I had removed two more variables. @JonChesterfield could you take a look again?
================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/internal.h:121
-extern struct timespec context_init_time;
-
----------------
JonChesterfield wrote:
> Nice. Does this mean there's an #include time.h or ctime that can be dropped?
I don't see those header files included in the deps. It seems that those might be getting included from hsa
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102598/new/
https://reviews.llvm.org/D102598
More information about the Openmp-commits
mailing list