You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/mutable_command_simultaneous.cpp
+25-9Lines changed: 25 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,7 @@ struct SimultaneousMutableDispatchTest : public BasicMutableCommandBufferTest
297
297
{
298
298
cl_int offset;
299
299
std::vector<cl_int> output_buffer;
300
+
std::vector<cl_int> updated_output_buffer;
300
301
// 0:user event, 1:offset-buffer fill event, 2:kernel done event
301
302
clEventWrapper wait_events[3];
302
303
};
@@ -373,7 +374,7 @@ struct SimultaneousMutableDispatchTest : public BasicMutableCommandBufferTest
0 commit comments