Skip to content

Commit 97913e6

Browse files
committed
Update calls after bump
1 parent bf572d4 commit 97913e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offload/unittests/OffloadAPI/kernel/olLaunchKernel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ TEST_P(olLaunchKernelFooTest, SuccessThreaded) {
114114
} Args{Mem};
115115

116116
ASSERT_SUCCESS(olLaunchKernel(Queue, Device, Kernel, &Args, sizeof(Args),
117-
&LaunchArgs, nullptr));
117+
&LaunchArgs));
118118

119-
ASSERT_SUCCESS(olWaitQueue(Queue));
119+
ASSERT_SUCCESS(olSyncQueue(Queue));
120120

121121
uint32_t *Data = (uint32_t *)Mem;
122122
for (uint32_t i = 0; i < 64; i++) {

0 commit comments

Comments
 (0)