Skip to content

Commit d2463c6

Browse files
authored
[SYCL][ESIMD][E2E] Fix UNSUPPORTED line in matrix_transpose_glb.cpp (#12485)
My bad, I merged the last PR before CI finished and my change was wrong. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 48ec4dd commit d2463c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: *
8+
// UNSUPPORTED: gpu
99
// Use -O2 to avoid huge stack usage under -O0.
1010
// RUN: %{build} -O2 -o %t.out
1111
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)