Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
template<typename T>
23
const T *SyncArray<T>::device_data() const {
24
to_device();
25
return static_cast<T *>(mem->device_data());
26
}
27
28
29
template<typename T>
Callers
1
copy_from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected