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 b054575 commit 1824593Copy full SHA for 1824593
sycl/test-e2e/bindless_images/read_2D.cpp
@@ -50,7 +50,7 @@ int main() {
50
q)) {
51
// We cannot allocate the opaque `image_mem` below
52
std::cout << "Memory allocation unsupported. Skipping test.\n";
53
- return 1;
+ return 0;
54
}
55
56
// Extension: allocate memory on device and create the handle
@@ -69,7 +69,7 @@ int main() {
69
// We cannot create the unsampled handles below
70
std::cout << "Unsampled image handle creation unsupported. Skipping "
71
"test.\n";
72
73
74
75
// Extension: create the image and return the handle
0 commit comments