Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ cudaFree
Function
cudaFree
devices/cuda/curtn.cpp:933–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
931
}
932
933
cudaError_t CUDARTAPI cudaFree(void* devPtr)
934
{
935
CUresult result = cuMemFree((CUdeviceptr)devPtr);
936
return Runtime::setError(result);
937
}
938
939
cudaError_t CUDARTAPI cudaFreeHost(void* ptr)
940
{
Callers
1
~CUDAExternalBuffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected