Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ put
Method
put
python/mod_cvcuda/WorkspaceCache.hpp:152–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void put(Mem &&mem, std::optional<cudaStream_t> stream)
153
{
154
m_memCache.put(std::move(mem), stream);
155
--m_outstandingAllocs;
156
}
157
158
void clear()
159
{
Callers
2
~WorkspaceLease
Method · 0.45
getMemDeleter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected