MCPcopy Create free account
hub / github.com/catboost/catboost / Run

Method Run

catboost/cuda/cuda_util/fill.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 Y_SAVELOAD_DEFINE(Buffer, Offset);
115
116 void Run(const TCudaStream& stream) const {
117 CB_ENSURE(Buffer.ObjectCount() == Buffer.Size(), "MakeSequence expects single-object buffer " << Buffer.ObjectCount() << " " << Buffer.Size());
118 NKernel::MakeSequence(Offset, Buffer.Get(), Buffer.Size(), stream.GetStream());
119 }
120 };
121}
122

Callers

nothing calls this directly

Calls 4

ObjectCountMethod · 0.45
SizeMethod · 0.45
GetMethod · 0.45
GetStreamMethod · 0.45

Tested by

no test coverage detected