[Openmp-commits] [PATCH] D102847: [AMDGPU][Libomptarget] Delete g_atmi_initialized
Pushpinder Singh via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu May 20 08:13:48 PDT 2021
pdhaliwal added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/machine.cpp:16
-extern ATLMachine g_atl_machine;
-
----------------
This was redundant.
================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/rt.h:57-62
- // modules
- static atmi_status_t RegisterModuleFromMemory(
- void *, size_t, atmi_place_t,
- atmi_status_t (*on_deserialized_data)(void *data, size_t size,
- void *cb_state),
- void *cb_state, std::vector<hsa_executable_t> &HSAExecutables);
----------------
This needs to move to D102692.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102847/new/
https://reviews.llvm.org/D102847
More information about the Openmp-commits
mailing list