We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64212d commit ec26b92Copy full SHA for ec26b92
sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp
@@ -120,6 +120,7 @@ int main() {
120
// Extension: cleanup
121
sycl::ext::oneapi::experimental::destroy_image_handle(imgHandle1, q);
122
sycl::ext::oneapi::experimental::destroy_image_handle(imgHandle2, q);
123
+ sycl::ext::oneapi::experimental::destroy_image_handle(imgHandle3, q);
124
} catch (sycl::exception e) {
125
std::cerr << "SYCL exception caught! : " << e.what() << "\n";
126
return 1;
0 commit comments