Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ host_data
Method
host_data
src/thundersvm/syncmem.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void *SyncMem::host_data() {
37
to_host();
38
return host_ptr;
39
}
40
41
void *SyncMem::device_data() {
42
#ifdef USE_CUDA
Callers
15
SetUp
Method · 0.45
TearDown
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
get_support_classes
Function · 0.45
get_coef
Function · 0.45
get_linear_coef
Function · 0.45
get_rho
Function · 0.45
sparse_decision
Function · 0.45
dense_decision
Function · 0.45
KernelMatrix
Method · 0.45
get_rows
Method · 0.45
Calls
no outgoing calls
Tested by
4
SetUp
Method · 0.36
TearDown
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36