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.
-O0
1 parent b4f4666 commit 183a81dCopy full SHA for 183a81d
sycl/test-e2e/Basic/image/image_max_size.cpp
@@ -1,5 +1,8 @@
1
// REQUIRES: aspect-ext_intel_legacy_image
2
-// RUN: %{build} -o %t.out
+
3
+// %O0 added because of GSD-10960. Without it, IGC will fail with
4
+// an access violation error.
5
+// RUN: %{build} %O0 -o %t.out
6
// RUN: %{run} %t.out
7
8
// UNSUPPORTED: cuda
0 commit comments