Home
last modified time | relevance | path

Searched refs:event_status (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp117 cl_int event_status; in test_min_max_thread_dimensions() local
170 …lGetEventInfo(event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(event_status), &event_status, NULL); in test_min_max_thread_dimensions()
173 if (event_status < 0) in test_min_max_thread_dimensions()
253 cl_int event_status; in test_min_max_read_image_args() local
357 …lGetEventInfo(event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(event_status), &event_status, NULL); in test_min_max_read_image_args()
360 if (event_status < 0) in test_min_max_read_image_args()
389 cl_int event_status; in test_min_max_write_image_args() local
470 …lGetEventInfo(event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(event_status), &event_status, NULL); in test_min_max_write_image_args()
473 if (event_status < 0) in test_min_max_write_image_args()
998 cl_int event_status; in test_min_max_parameter_size() local
[all …]
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_execute.cpp150 cl_int event_status; in execute_kernel() local
314 …lGetEventInfo(event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(event_status), &event_status, NULL); in execute_kernel()
316 if (event_status < 0) { in execute_kernel()
317 result = check_allocation_error(context, device_id, event_status, queue); in execute_kernel()
320 …\t\tEvent returned from kernel execution indicates failure: %s.\n", IGetErrorString(event_status)); in execute_kernel()
322 print_error(event_status, "clEnqueueNDRangeKernel failed"); in execute_kernel()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc729 auto event_status = abnormal_event_status_.find(event_id); in WaitForEvent() local
730 if (event_status == abnormal_event_status_.end()) { in WaitForEvent()
733 return event_status->second; in WaitForEvent()
764 auto event_status = abnormal_event_status_.find(event_id); in WaitForEvent() local
765 if (event_status == abnormal_event_status_.end()) { in WaitForEvent()
768 return event_status->second; in WaitForEvent()
779 auto event_status = abnormal_event_status_.find(event_id); in AddCallbackForEvent() local
780 if (event_status == abnormal_event_status_.end()) { in AddCallbackForEvent()
783 fn(event_status->second); in AddCallbackForEvent()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc536 static SE_EventStatus event_status = SE_EVENT_COMPLETE; in TEST_F() local
546 return event_status; in TEST_F()
553 event_status = SE_EVENT_ERROR; in TEST_F()
Dstream_executor.cc474 SE_EventStatus event_status = in PollForEventStatus() local
476 return SEEventStatusToEventStatus(event_status); in PollForEventStatus()
/external/ImageMagick/MagickCore/
Dopencl.c2942 event_status; in DestroyMagickCLCacheInfoAndPixels() local
2948 CL_EVENT_COMMAND_EXECUTION_STATUS,sizeof(event_status),&event_status, in DestroyMagickCLCacheInfoAndPixels()
2950 if ((status == CL_SUCCESS) && (event_status > CL_COMPLETE)) in DestroyMagickCLCacheInfoAndPixels()