Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Date: Wed Nov 13 09:57:16 2024 +0000
# Merge pull request #2254 from PietroGhg/pietro/events_rr
# [NATIVECPU] Implement events on Native CPU
set(UNIFIED_RUNTIME_TAG cd92e72bbc4ebddef63c63c0f7e66a410f4b9552)
set(UNIFIED_RUNTIME_TAG 698cd9974c18874bf6a7e9ec78507c30b9deeca7)
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void cleanup_test(sycl::context &ctxt, sycl::device &dev, handles_t handles) {
syclexp::destroy_image_handle(handles.output, dev, ctxt);
syclexp::free_image_mem(handles.input_mem_handle_1,
syclexp::image_type::standard, dev, ctxt);
syclexp::free_image_mem(handles.input_mem_handle_1,
syclexp::free_image_mem(handles.input_mem_handle_2,
syclexp::image_type::standard, dev, ctxt);
syclexp::free_image_mem(handles.output_mem_handle,
syclexp::image_type::standard, dev, ctxt);
Expand Down
Loading