| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuDestroyExternalSemaphore(CUextSemaphore_st extSem)
\brief Destroys an external semaphore
Destroys an external semaphore object and releases any references
to the underlying resource.
|
static int |
cudart.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 int |
cudart.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 int |
cudart.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.
|
Copyright © 2019. All rights reserved.