File tree Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: hip
2
- // UNSUPPORTED: ze_debug
3
2
4
3
// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_kernel -o %t_per_kernel.out
5
4
// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_source -o %t_per_source.out
Original file line number Diff line number Diff line change 1
1
// REQUIRES: gpu, linux
2
2
3
- // UNSUPPORTED: ze_debug
4
-
5
3
// RUN: %clangxx -Wno-error=vla-cxx-extension -fsycl -fsycl-targets=%{sycl_triple} %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
6
4
// RUN: %{run} %t.out
Original file line number Diff line number Diff line change 3
3
//
4
4
// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out -Wno-deprecated-declarations
5
5
// RUN: %{run} %t.out
6
- //
7
- // UNSUPPORTED: ze_debug
8
6
9
7
#include < cassert>
10
8
#include < cstdint>
Original file line number Diff line number Diff line change 3
3
//
4
4
// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out
5
5
// RUN: %{run} %t.out
6
- //
7
- // UNSUPPORTED: ze_debug
8
6
9
7
#include " helper.hpp"
10
8
#include < cassert>
Original file line number Diff line number Diff line change 6
6
// GroupNonUniformBallot capability is supported on Intel GPU only
7
7
// RUN: %{run} %t.out
8
8
9
- // UNSUPPORTED: ze_debug
10
-
11
9
// ==---------- Basic.cpp - sub-group mask basic test -----------*- C++ -*---==//
12
10
//
13
11
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 5
5
// GroupNonUniformBallot capability is supported on Intel GPU only
6
6
// RUN: %{run} %t.out
7
7
8
- // UNSUPPORTED: ze_debug
9
-
10
8
// ==- GroupSize.cpp - sub-group mask dependency on group size --*- C++ -*---==//
11
9
//
12
10
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
You can’t perform that action at this time.
0 commit comments