MCPcopy Create free account
hub / github.com/astra-sim/astra-sim / AstraRemoteMemoryAPI

Class AstraRemoteMemoryAPI

astra-sim/system/AstraRemoteMemoryAPI.hh:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class WorkloadLayerHandlerData;
15
16class AstraRemoteMemoryAPI {
17 public:
18 virtual ~AstraRemoteMemoryAPI() = default;
19 virtual void set_sys(int id, Sys* sys) = 0;
20 virtual void issue(uint64_t tensor_size, WorkloadLayerHandlerData* wlhd) = 0;
21};
22
23} // namespace AstraSim
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected