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

Method device_data

src/thundersvm/syncarray.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template<typename T>
23const T *SyncArray<T>::device_data() const {
24 to_device();
25 return static_cast<T *>(mem->device_data());
26}
27
28
29template<typename T>

Callers 1

copy_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected