Change-Id: I7e9de2e43a8584f8dc9ee6d45c8ed00ca465f591
Этот коммит содержится в:
Ben Sander
2016-10-17 06:43:40 -05:00
родитель 214673a4fb
Коммит 0787c41ac0
3 изменённых файлов: 9 добавлений и 8 удалений
+2
Просмотреть файл
@@ -692,6 +692,8 @@ hipError_t hipEventRecord(hipEvent_t event, hipStream_t stream);
* the function will return immediately and the completion_future resources will be released later, when the hipDevice is synchronized.
*
* @see hipEventCreate, hipEventCreateWithFlags, hipEventQuery, hipEventSynchronize, hipEventRecord, hipEventElapsedTime
*
* @returns #hipSuccess
*/
hipError_t hipEventDestroy(hipEvent_t event);