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 11// UNSUPPORTED: hip
2- // UNSUPPORTED: ze_debug
32
43// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_kernel -o %t_per_kernel.out
54// 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 11// REQUIRES: gpu, linux
22
3- // UNSUPPORTED: ze_debug
4-
53// RUN: %clangxx -Wno-error=vla-cxx-extension -fsycl -fsycl-targets=%{sycl_triple} %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
64// RUN: %{run} %t.out
Original file line number Diff line number Diff line change 33//
44// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out -Wno-deprecated-declarations
55// RUN: %{run} %t.out
6- //
7- // UNSUPPORTED: ze_debug
86
97#include < cassert>
108#include < cstdint>
Original file line number Diff line number Diff line change 33//
44// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out
55// RUN: %{run} %t.out
6- //
7- // UNSUPPORTED: ze_debug
86
97#include " helper.hpp"
108#include < cassert>
Original file line number Diff line number Diff line change 66// GroupNonUniformBallot capability is supported on Intel GPU only
77// RUN: %{run} %t.out
88
9- // UNSUPPORTED: ze_debug
10-
119// ==---------- Basic.cpp - sub-group mask basic test -----------*- C++ -*---==//
1210//
1311// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 55// GroupNonUniformBallot capability is supported on Intel GPU only
66// RUN: %{run} %t.out
77
8- // UNSUPPORTED: ze_debug
9-
108// ==- GroupSize.cpp - sub-group mask dependency on group size --*- C++ -*---==//
119//
1210// 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