Skip to content

Commit

Permalink
[SYCL][ESIMD][E2E] Fix UNSUPPORTED line in matrix_transpose_glb.cpp (#…
Browse files Browse the repository at this point in the history
…12485)

My bad, I merged the last PR before CI finished and my change was wrong.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Jan 24, 2024
1 parent 48ec4dd commit d2463c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: *
// UNSUPPORTED: gpu
// Use -O2 to avoid huge stack usage under -O0.
// RUN: %{build} -O2 -o %t.out
// RUN: %{run} %t.out
Expand Down

0 comments on commit d2463c6

Please sign in to comment.