Skip to content

Commit d558aad

Browse files
testprints
Signed-off-by: Zhang, Winston <[email protected]>
1 parent afebeb5 commit d558aad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/bindless_images/dx11_interop/read_write_unsampled.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,10 @@ int runTest(D3D11ProgramState &d3d11ProgramState, sycl::queue syclQueue,
298298
ThrowIfFailed(keyedMutex->AcquireSync(d3d11ProgramState.key++, INFINITE));
299299
callSyclKernel<NDims, DType, NChannels>(syclQueue, syclImageHandle,
300300
globalSize, localSize);
301+
printf("HERE\n");
301302
// Back to the D3D11 process
302303
ThrowIfFailed(keyedMutex->ReleaseSync(d3d11ProgramState.key));
304+
printf("there\n");
303305

304306
// Read-back and verify
305307
printf("\tVerifying results for NDims %d, NChannels %d, "

0 commit comments

Comments
 (0)