Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KomputeProject/kompute
/ ~OpTensorSyncDevice
Method
~OpTensorSyncDevice
src/OpTensorSyncDevice.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
OpTensorSyncDevice::~OpTensorSyncDevice()
21
{
22
KP_LOG_DEBUG(
"Kompute OpTensorSyncDevice destructor started"
);
23
24
this->mTensors.clear();
25
}
26
27
void
28
OpTensorSyncDevice::record(const vk::CommandBuffer& commandBuffer)
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected