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

Function NonZeroFilterImpl

catboost/cuda/cuda_util/filter.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45template <typename TMapping, class TStatus>
46static void NonZeroFilterImpl(
47 const TCudaBuffer<float, TMapping>& weights,
48 TCudaBuffer<TStatus, TMapping>& status,
49 ui32 stream) {
50 using TKernel = TFilterKernel<TStatus>;
51 LaunchKernels<TKernel>(weights.NonEmptyDevices(), stream, weights, status);
52}
53
54#define Y_CATBOOST_CUDA_F_IMPL_PROXY(x) \
55 Y_CATBOOST_CUDA_F_IMPL x

Callers

nothing calls this directly

Calls 1

NonEmptyDevicesMethod · 0.45

Tested by

no test coverage detected