7.5. cudaAsyncNotificationInfo_t Struct Reference
[Data types used by CUDA Runtime]
Information describing an async notification event
Public Variables
- unsigned long long bytesOverBudget
- cudaAsyncNotificationInfo_t::@39 info
- cudaAsyncNotificationInfo_t::@39::@40 overBudget
- cudaAsyncNotificationType type
Variables
- unsigned long long cudaAsyncNotificationInfo_t::bytesOverBudget [inherited]
-
The number of bytes that the process has allocated above its device memory budget
- cudaAsyncNotificationInfo_t::@39 cudaAsyncNotificationInfo_t::info [inherited]
-
Information about the notification. type must be checked in order to interpret this field.
- cudaAsyncNotificationInfo_t::@39::@40 cudaAsyncNotificationInfo_t::overBudget [inherited]
-
Information about notifications of type cudaAsyncNotificationTypeOverBudget
- cudaAsyncNotificationTypecudaAsyncNotificationInfo_t::type [inherited]
-
The type of notification being sent