Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ ~CUDAExternalBuffer
Method
~CUDAExternalBuffer
devices/cuda/cuda_external_buffer.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
CUDAExternalBuffer::~CUDAExternalBuffer()
93
{
94
cudaFree(ptr);
95
cudaDestroyExternalMemory(extMem);
96
}
97
98
OIDN_NAMESPACE_END
Callers
nothing calls this directly
Calls
2
cudaFree
Function · 0.85
cudaDestroyExternalMemory
Function · 0.85
Tested by
no test coverage detected