Uses of Class
org.bytedeco.cuda.cudart.CUextSemaphore_st
-
Packages that use CUextSemaphore_st Package Description org.bytedeco.cuda.global -
-
Uses of CUextSemaphore_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUextSemaphore_st Modifier and Type Method Description static intcudart. cuDestroyExternalSemaphore(CUextSemaphore_st extSem)\brief Destroys an external semaphore Destroys an external semaphore object and releases any references to the underlying resource.static intcudart. cuImportExternalSemaphore(CUextSemaphore_st extSem_out, CUDA_EXTERNAL_SEMAPHORE_HANDLE_DESC semHandleDesc)\brief Imports an external semaphore Imports an externally allocated synchronization object and returns a handle to that in \p extSem_out.static intcudart. cuSignalExternalSemaphoresAsync(CUextSemaphore_st extSemArray, CUDA_EXTERNAL_SEMAPHORE_SIGNAL_PARAMS paramsArray, int numExtSems, CUstream_st stream)\brief Signals a set of external semaphore objects Enqueues a signal operation on a set of externally allocated semaphore object in the specified stream.static intcudart. cuWaitExternalSemaphoresAsync(CUextSemaphore_st extSemArray, CUDA_EXTERNAL_SEMAPHORE_WAIT_PARAMS paramsArray, int numExtSems, CUstream_st stream)\brief Waits on a set of external semaphore objects Enqueues a wait operation on a set of externally allocated semaphore object in the specified stream.
-