| 55 | } |
| 56 | |
| 57 | void CUDAExternalSemaphore::init(const cudaExternalSemaphoreHandleDesc& handleDesc) |
| 58 | { |
| 59 | checkError(cudaImportExternalSemaphore(&extSem, &handleDesc)); |
| 60 | } |
| 61 | |
| 62 | CUDAExternalSemaphore::~CUDAExternalSemaphore() |
| 63 | { |
nothing calls this directly
no test coverage detected