Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Set
Method
Set
catboost/cuda/cuda_lib/cuda_manager.h:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void Set(ui32 devId, T t) {
53
CB_ENSURE(devId < Data.size(),
"Illegal device id #"
<< devId);
54
Data[devId] = t;
55
}
56
57
bool IsEmpty(ui32 devId) const {
58
return NHelpers::TEmptyObjectsHelper<T>::IsEmpty(At(devId));
Callers
15
RequestStream
Method · 0.45
ReadToDistributedObjectVec
Function · 0.45
TReducer<TCudaBuffer<T, TStripeMapping>, ReduceType>
Class · 0.45
DistributedSeed
Function · 0.45
MakeSequenceGlobalImpl
Function · 0.45
TailImpl
Function · 0.45
CreateFeaturesBlock
Method · 0.45
CreateFeaturesBlock
Method · 0.45
SliceGrouping
Method · 0.45
MakeStripeGrouping
Method · 0.45
CreateGpuGrouping
Method · 0.45
Slice
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
MakeOffsetsBias
Function · 0.36