| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.flags(int setter) |
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.params_fence_value(long setter) |
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.params_keyedMutex_key(long setter) |
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.params_keyedMutex_timeoutMs(int setter) |
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.params_nvSciSync_fence(Pointer setter) |
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.params_nvSciSync_reserved(long setter) |
cudaExternalSemaphoreWaitParams |
cudaExternalSemaphoreWaitParams.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
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.