| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
void |
cudaAsyncCallback.call(cudaAsyncNotificationInfo_t arg0,
Pointer arg1,
cudaAsyncCallbackEntry arg2) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cudaDeviceRegisterAsyncNotification(int device,
cudaAsyncCallback callbackFunc,
Pointer userData,
cudaAsyncCallbackEntry callback)
\brief Registers a callback function to receive async notifications
Registers \p callbackFunc to receive async notifications.
|
static int |
cudart.cudaDeviceUnregisterAsyncNotification(int device,
cudaAsyncCallbackEntry callback)
\brief Unregisters an async notification callback
Unregisters \p callback so that the corresponding callback function will stop receiving
async notifications.
|
Copyright © 2025. All rights reserved.