Skip to content

Commit df3dfab

Browse files
committed
Release work group memory
1 parent 39f4b33 commit df3dfab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ void submit_kernel(DPCTLSyclQueueRef QRef,
125125
DPCTLEvent_Delete(E1Ref);
126126
DPCTLEvent_Delete(E2Ref);
127127
DPCTLEvent_Delete(E3Ref);
128+
DPCTLWorkGroupMemory_Delete(wgm);
128129
DPCTLKernel_Delete(kernel);
129130
DPCTLfree_with_queue((DPCTLSyclUSMRef)a, QRef);
130131
}

0 commit comments

Comments
 (0)