Skip to content

Commit 0812f41

Browse files
committed
Reverting my patch to debug a windows testing issue.
Signed-off-by: Gail Lyons <[email protected]>
1 parent d7c124c commit 0812f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,12 +2793,13 @@ piEnqueueKernelLaunch(pi_queue Queue, pi_kernel Kernel, pi_uint32 WorkDim,
27932793
assert(Kernel);
27942794
assert(Queue);
27952795
assert((WorkDim > 0) && (WorkDim < 4));
2796+
#if 0 // debugging a testing issue.
27962797
if (GlobalWorkOffset != NULL) {
27972798
for (pi_uint32 i = 0; i < WorkDim; i++) {
27982799
assert(GlobalWorkOffset[i] == 0);
27992800
}
28002801
}
2801-
2802+
#endif
28022803
ze_group_count_t ZeThreadGroupDimensions{1, 1, 1};
28032804
uint32_t WG[3];
28042805

0 commit comments

Comments
 (0)