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

Method set_device_data

include/thundersvm/syncarray.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void set_device_data(T *device_ptr){
41 mem->set_device_data(device_ptr);
42 }
43
44 void to_host() const{
45 mem->to_host();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected