Skip to content

Commit 3288267

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web'
2 parents 9bacd46 + 98dda9d commit 3288267

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

sycl/source/detail/platform_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ static int filterDeviceFilter(std::vector<RT::PiDevice> &PiDevices,
172172
// not add it to the list of available devices.
173173
std::sort(FilterList->get().begin(), FilterList->get().end(),
174174
[](const ods_target &filter1, const ods_target &filter2) {
175+
std::ignore = filter1;
175176
if (filter2.IsNegativeTarget)
176177
return false;
177178
return true;

sycl/test/extensions/properties/properties_kernel_device_has.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl-device-only -S -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
2-
// RUN: %clangxx -fsycl -Xclang -verify %s
2+
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
33
// expected-no-diagnostics
44

55
#include <sycl/sycl.hpp>

sycl/test/extensions/properties/properties_kernel_device_has_macro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl-device-only -S -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
2-
// RUN: %clangxx -fsycl -Xclang -verify %s
2+
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
33
// expected-no-diagnostics
44

55
#include <sycl/sycl.hpp>

sycl/test/extensions/properties/properties_kernel_sub_group_size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl-device-only -S -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
2-
// RUN: %clangxx -fsycl -Xclang -verify %s
2+
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
33
// expected-no-diagnostics
44

55
#include <sycl/sycl.hpp>

sycl/test/extensions/properties/properties_kernel_work_group_size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl-device-only -S -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
2-
// RUN: %clangxx -fsycl -Xclang -verify %s
2+
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
33
// expected-no-diagnostics
44

55
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)