MCPcopy 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

RequestStreamMethod · 0.80
CreateMappingFunction · 0.80
DistributedSeedFunction · 0.80
MakeSequenceGlobalImplFunction · 0.80
SliceGroupingMethod · 0.80
MakeStripeGroupingMethod · 0.80
SliceMethod · 0.80
StripeViewMethod · 0.80
CheckBinCountMethod · 0.80
SelectOptimalSplitFunction · 0.80
SampleFeaturesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected