MCPcopy Create free account
hub / github.com/RenderKit/oidn / cudaDestroyExternalMemory

Function cudaDestroyExternalMemory

devices/cuda/curtn.cpp:1129–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127 }
1128
1129 cudaError_t CUDARTAPI cudaDestroyExternalMemory(cudaExternalMemory_t extMem)
1130 {
1131 CUresult result = cuDestroyExternalMemory((CUexternalMemory)extMem);
1132 return Runtime::setError(result);
1133 }
1134
1135 cudaError_t CUDARTAPI cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out,
1136 const cudaExternalSemaphoreHandleDesc* semHandleDesc)

Callers 1

~CUDAExternalBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected