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

Method Run

catboost/cuda/cuda_util/gpu_random.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 Y_SAVELOAD_DEFINE(Seeds, Result);
93
94 void Run(const TCudaStream& stream) const {
95 Y_ASSERT(Result.Size() < (static_cast<ui64>(1) << 32));
96 Y_ASSERT(Result.Size() == Result.ObjectCount());
97 NKernel::GaussianRand(Seeds.Get(), Result.Size(), Result.Get(), stream.GetStream());
98 }
99 };
100}
101

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected