Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 721afa4

Browse files
badervladimirlaz
andauthored
Apply suggestions from code review
Co-authored-by: vladimirlaz <[email protected]>
1 parent 7303235 commit 721afa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/Basic/get_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: TEMPORARY_DISABLED
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3-
// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out
3+
// RUN: %t.out
44
//
55
//==----------------- get_backend.cpp ------------------------==//
66
// This is a test of get_backend().

SYCL/ESIMD/fp_call_from_func.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// Issue #162 Test timeouts on Windows and Linux
9+
// Issue #163 Test timeouts on Windows and Linux
1010
// REQUIRES: TEMPORARY_DISABLED
1111
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)