Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FreeMemoryMb
Method · 0.45
TotalMemoryMb
Method · 0.45
operator()
Method · 0.45
Calls
2
move
Function · 0.50
Get
Method · 0.45
Tested by
no test coverage detected