Home
last modified time | relevance | path

Searched refs:RemoteOffloadImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp35 RemoteOffloadImpl::RegisterLib(ServerContext *Context, in RegisterLib()
55 Status RemoteOffloadImpl::UnregisterLib(ServerContext *Context, in UnregisterLib()
71 Status RemoteOffloadImpl::IsValidBinary(ServerContext *Context, in IsValidBinary()
107 Status RemoteOffloadImpl::InitDevice(ServerContext *Context, in InitDevice()
116 Status RemoteOffloadImpl::InitRequires(ServerContext *Context, in InitRequires()
127 Status RemoteOffloadImpl::LoadBinary(ServerContext *Context, in LoadBinary()
157 Status RemoteOffloadImpl::DataAlloc(ServerContext *Context, in DataAlloc()
170 Status RemoteOffloadImpl::DataSubmit(ServerContext *Context, in DataSubmit()
210 Status RemoteOffloadImpl::DataRetrieve(ServerContext *Context, in DataRetrieve()
263 Status RemoteOffloadImpl::DataExchange(ServerContext *Context, in DataExchange()
[all …]
H A DServer.h37 class RemoteOffloadImpl final : public RemoteOffload::Service {
53 RemoteOffloadImpl(uint64_t MaxSize, uint64_t BlockSize) in RemoteOffloadImpl() function
H A DOffloadingServer.cpp29 RemoteOffloadImpl Service(Config.MaxSize, Config.BlockSize); in main()