File tree Expand file tree Collapse file tree
sycl/test-e2e/bindless_images Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ int main() {
112112 // Extension: cleanup
113113 sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle1, q);
114114 sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle2, q);
115+ sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle3, q);
115116 } catch (sycl::exception e) {
116117 std::cerr << " SYCL exception caught! : " << e.what () << " \n " ;
117118 return 1 ;
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ int main() {
108108 // Extension: cleanup
109109 sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle1, q);
110110 sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle2, q);
111+ sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle3, q);
111112 } catch (sycl::exception e) {
112113 std::cerr << " SYCL exception caught! : " << e.what () << " \n " ;
113114 return 1 ;
You can’t perform that action at this time.
0 commit comments