Conversation
10fb494 to
eb83f66
Compare
| test_error(error, "Unable to set argument for test kernel"); | ||
|
|
||
| error = create_single_kernel_helper(context, &program, &kernel3, 1, | ||
| &test_kernel, "test1"); |
There was a problem hiding this comment.
now there is one kernel in the code run multiple times
| fn(queue_with_props, 3, &events_list_set2[0], &eventEnqueueMarkerSet2); | ||
| test_error(error, "Unable to enqueue sync command"); | ||
|
|
||
| error = clWaitForEvents(1, &eventEnqueueMarkerSet2); |
There was a problem hiding this comment.
Should clWaitForEvents be switched to eventEnqueueMarkerSet1 since that's what's being checked in the following lines, the command queue is out of order, and set 1 doesn't wait for set 2 to complete? Or maybe clFinish would be more readable?
There was a problem hiding this comment.
added waiting on sync_event1 beside of waiting on sync_event2
|
@lakshmih Thanks for review. Unfortunately I see some errors on our internal driver version. Until these issues will not be solved I do not plan any updates in this PR. I will let you know when it will be ready for review. |
Thank you. Could you review the focused review label and add it back when ready? |
I think I do not have permission to modify labels. |
Oh, thanks for letting me know. I removed it for now, we can add it back when ready. |
KhronosGroup#1780 pr remake. Test verifies if clEnqueueMarkerWithWaitList and clEnqueueBarrierWithWaitList sync commands have proper timestamps. Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
KhronosGroup#1780 pr remake. Test verifies if clEnqueueMarkerWithWaitList and clEnqueueBarrierWithWaitList sync commands have proper timestamps. Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
KhronosGroup#1780 pr remake. Test verifies if clEnqueueMarkerWithWaitList and clEnqueueBarrierWithWaitList sync commands have proper timestamps. Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
KhronosGroup#1780 pr remake. Test verifies if clEnqueueMarkerWithWaitList and clEnqueueBarrierWithWaitList sync commands have proper timestamps. Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
KhronosGroup#1780 pr remake. Test verifies if clEnqueueMarkerWithWaitList and clEnqueueBarrierWithWaitList sync commands have proper timestamps. Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
KhronosGroup#1780 pr remake. Test verifies if clEnqueueMarkerWithWaitList and clEnqueueBarrierWithWaitList sync commands have proper timestamps. Signed-off-by: Wojciech Konior <wojciech.konior@intel.com>
9a0f837 to
b01c09b
Compare
b01c09b to
aa101f6
Compare
bashbaug
left a comment
There was a problem hiding this comment.
Thanks, this is looking good to me, still needs a non-Intel reviewer.
aa101f6 to
36c598d
Compare
36c598d to
37e08ae
Compare
bashbaug
left a comment
There was a problem hiding this comment.
Thanks! Latest changes LGTM. Needs a non-Intel reviewer.
The test verifies if: