aclrtEventRecordedStatus
1 2 3 4 | typedef enum aclrtEventRecordedStatus { ACL_EVENT_RECORDED_STATUS_NOT_READY = 0, //The event is not recorded in the stream, or the event recorded in the stream is not executed or fails to be executed. ACL_EVENT_RECORDED_STATUS_COMPLETE = 1, //The event recorded in the stream is successfully executed. } aclrtEventRecordedStatus; |
Parent topic: Data Types and Operation APIs