| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cudaDestroyExternalSemaphore(CUexternalSemaphore_st extSem)
\brief Destroys an external semaphore
Destroys an external semaphore object and releases any references
to the underlying resource.
|
static int |
cudart.cudaImportExternalSemaphore(CUexternalSemaphore_st extSem_out,
cudaExternalSemaphoreHandleDesc 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.cudaSignalExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray,
cudaExternalSemaphoreSignalParams paramsArray,
int numExtSems) |
static int |
cudart.cudaSignalExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray,
cudaExternalSemaphoreSignalParams 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.cudaWaitExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray,
cudaExternalSemaphoreWaitParams paramsArray,
int numExtSems) |
static int |
cudart.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.
|
Copyright © 2019. All rights reserved.