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

Method set_host_data

include/thundersvm/syncarray.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 T *device_data();
35
36 void set_host_data(T *host_ptr){
37 mem->set_host_data(host_ptr);
38 }
39
40 void set_device_data(T *device_ptr){
41 mem->set_device_data(device_ptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected