Home
last modified time | relevance | path

Searched refs:DevicesToTables (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h44 std::map<int32_t, std::unique_ptr<__tgt_target_table>> DevicesToTables; variable
63 for (auto &TableIt : DevicesToTables) in ~RemoteOffloadClient()
H A DClient.cpp232 DevicesToTables[DeviceId] = std::make_unique<__tgt_target_table>(); in loadBinary()
233 unloadTargetTable(*Reply, DevicesToTables[DeviceId].get(), in loadBinary()
239 return DevicesToTables[DeviceId].get(); in loadBinary()