7.3. CUasyncNotificationInfo Struct Reference

[Data types used by CUDA driver]

Information passed to the user via the async notification callback

Public Variables

unsigned long long  bytesOverBudget
CUasyncNotificationInfo::@4  info
CUasyncNotificationInfo::@4::@5  overBudget
CUasyncNotificationType type

Variables

unsigned long long CUasyncNotificationInfo::bytesOverBudget [inherited]

The number of bytes that the process has allocated above its device memory budget

CUasyncNotificationInfo::@4 CUasyncNotificationInfo::info [inherited]

Information about the notification. type must be checked in order to interpret this field.

CUasyncNotificationInfo::@4::@5 CUasyncNotificationInfo::overBudget [inherited]

Information about notifications of type CU_ASYNC_NOTIFICATION_TYPE_OVER_BUDGET

CUasyncNotificationTypeCUasyncNotificationInfo::type [inherited]

The type of notification being sent