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

Method init

devices/cuda/cuda_external_semaphore.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void CUDAExternalSemaphore::init(const cudaExternalSemaphoreHandleDesc& handleDesc)
58 {
59 checkError(cudaImportExternalSemaphore(&extSem, &handleDesc));
60 }
61
62 CUDAExternalSemaphore::~CUDAExternalSemaphore()
63 {

Callers

nothing calls this directly

Calls 2

checkErrorFunction · 0.70

Tested by

no test coverage detected