Skip to content

Commit 99d4cc1

Browse files
authored
[SYCL][ESIMD][E2E] Fix memleak in copyto_copyfrom USM tests (#15392)
Easy fix, verified with UR_L0_LEAKS_DEBUG=1 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent c22d238 commit 99d4cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/ESIMD/unified_memory_api/Inputs/copyto_copyfrom.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ bool testUSM(queue Q, uint32_t Groups, uint32_t Threads,
8383

8484
bool Passed = verify(Out, Size, N);
8585

86+
sycl::free(In, Q);
8687
sycl::free(Out, Q);
8788

8889
return Passed;

0 commit comments

Comments
 (0)