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

Method GetMemoryState

catboost/cuda/cuda_lib/single_device.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 TMemoryState TCudaSingleDevice::GetMemoryState() {
43 using TFunc = TMemoryStateFunc;
44 TFunc func;
45 return LaunchFunc<TFunc>(std::move(func))->Get();
46 }
47}

Callers 3

FreeMemoryMbMethod · 0.45
TotalMemoryMbMethod · 0.45
operator()Method · 0.45

Calls 2

moveFunction · 0.50
GetMethod · 0.45

Tested by

no test coverage detected