We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ce088 commit fd6f6a2Copy full SHA for fd6f6a2
sycl/test-e2e/Basic/std_array.cpp
@@ -1,6 +1,8 @@
1
// Check that std::array is supported on device in debug mode on Windows.
2
3
// REQUIRES: windows
4
+// UNSUPPORTED: gpu-intel-gen12
5
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18458
6
7
// RUN: %clangxx --driver-mode=cl -fsycl -o %t.exe %s /Od /MDd /Zi /EHsc
8
// RUN: %{run} %t.exe
0 commit comments