Uses of Class
org.bytedeco.cuda.cudart.cudaExternalSemaphoreWaitParams
-
Packages that use cudaExternalSemaphoreWaitParams Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaExternalSemaphoreWaitParams in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaExternalSemaphoreWaitParams Modifier and Type Method Description cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. flags(int setter)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. getPointer(long i)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. params_fence_value(long setter)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. params_keyedMutex_key(long setter)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. params_keyedMutex_timeoutMs(int setter)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. params_nvSciSync_fence(Pointer setter)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. params_nvSciSync_reserved(long setter)cudaExternalSemaphoreWaitParamscudaExternalSemaphoreWaitParams. position(long position) -
Uses of cudaExternalSemaphoreWaitParams in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaExternalSemaphoreWaitParams Modifier and Type Method Description static intcudart. cudaWaitExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray, cudaExternalSemaphoreWaitParams paramsArray, int numExtSems)static intcudart. cudaWaitExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray, cudaExternalSemaphoreWaitParams 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.
-