File tree 4 files changed +0
-12
lines changed
4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2
2
// UNSUPPORTED: level_zero_v2_adapter
3
3
// UNSUPPORTED-INTENDED: v2 adapter does not allow disabling caching
4
4
5
- // UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
6
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
7
-
8
5
// RUN: %{build} -o %t.out
9
6
10
7
// RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck --check-prefixes=CACHING-ENABLED %s
Original file line number Diff line number Diff line change 7
7
// Check that events and pools are not leaked when event caching is
8
8
// enabled/disabled.
9
9
10
- // UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
11
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17916
12
-
13
10
#include < array>
14
11
#include < sycl/detail/core.hpp>
15
12
Original file line number Diff line number Diff line change 12
12
// UNSUPPORTED: accelerator
13
13
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
14
14
15
- // UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
16
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
17
-
18
15
// RUN: %{build} -o %t.out
19
16
// RUN: %{l0_leak_check} %{run} %t.out
20
17
Original file line number Diff line number Diff line change 18
18
// Windows doesn't yet have full shutdown().
19
19
// UNSUPPORTED: ze_debug && windows
20
20
21
- // UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
22
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
23
-
24
21
#include < sycl/detail/core.hpp>
25
22
26
23
int main () {
You can’t perform that action at this time.
0 commit comments