File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
sycl/test-e2e/bindless_images Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ int main() {
112
112
// Extension: cleanup
113
113
sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle1, q);
114
114
sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle2, q);
115
+ sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle3, q);
115
116
} catch (sycl::exception e) {
116
117
std::cerr << " SYCL exception caught! : " << e.what () << " \n " ;
117
118
return 1 ;
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ int main() {
108
108
// Extension: cleanup
109
109
sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle1, q);
110
110
sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle2, q);
111
+ sycl::ext::oneapi::experimental::destroy_image_handle (imgHandle3, q);
111
112
} catch (sycl::exception e) {
112
113
std::cerr << " SYCL exception caught! : " << e.what () << " \n " ;
113
114
return 1 ;
You can’t perform that action at this time.
0 commit comments