Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DeviceCount
Method
DeviceCount
catboost/cuda/cuda_lib/cuda_manager.h:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
ui64 DeviceCount() const {
62
return Data.size();
63
}
64
65
TDistributedObject& operator+=(const TDistributedObject& other) {
66
for (ui32 dev = 0; dev < Data.size(); ++dev) {
Callers
13
RequestStream
Method · 0.80
CreateMapping
Function · 0.80
DistributedSeed
Function · 0.80
MakeSequenceGlobalImpl
Function · 0.80
WriteToCompressedIndex
Method · 0.80
SliceGrouping
Method · 0.80
MakeStripeGrouping
Method · 0.80
Slice
Method · 0.80
StripeView
Method · 0.80
CheckBinCount
Method · 0.80
SelectOptimalSplit
Function · 0.80
SampleFeatures
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected