File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // REQUIRES: matrix
8
+ // REQUIRES: aspect-ext_intel_matrix
9
9
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
10
10
11
+ // UNSUPPORTED: gpu-intel-dg2, cpu
12
+
11
13
// RUN: %{build} -o %t.out
12
14
// RUN: %{run} %t.out
13
15
14
- // XFAIL:*
16
+ // XFAIL:gpu
15
17
16
18
#include " ../common.hpp"
17
19
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // REQUIRES: matrix
8
+ // REQUIRES: aspect-ext_intel_matrix
9
+
10
+ // UNSUPPORTED: gpu-intel-dg2, cpu
9
11
10
12
// RUN: %{build} -o %t.out
11
13
// RUN: %{run} %t.out
12
14
13
- // XFAIL:*
14
-
15
15
#include " common.hpp"
16
16
17
17
constexpr size_t TN = 16 ;
You can’t perform that action at this time.
0 commit comments