MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / to_host

Method to_host

include/thundersvm/syncarray.h:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void to_host() const{
45 mem->to_host();
46 }
47
48 void to_device() const{
49 mem->to_device();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected