Skip to content

Commit 056af56

Browse files
committed
clang-format
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 8ecaa96 commit 056af56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test/group-algorithm/exclusive_scan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// unconditionally. Using operators specific for spirv 1.3 and higher with
1414
// -spirv-max-version=1.1 being set by default causes assert/check fails
1515
// in spirv translator.
16-
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -o %t.1.3.out
16+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -o %t13.out
1717

1818
#include <CL/sycl.hpp>
1919
#include <algorithm>

sycl/test/group-algorithm/inclusive_scan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// unconditionally. Using operators specific for spirv 1.3 and higher with
1414
// -spirv-max-version=1.1 being set by default causes assert/check fails
1515
// in spirv translator.
16-
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -o %t.1.3.out
16+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -o %t13.out
1717

1818
#include <CL/sycl.hpp>
1919
#include <algorithm>

sycl/test/group-algorithm/reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// unconditionally. Using operators specific for spirv 1.3 and higher with
1414
// -spirv-max-version=1.1 being set by default causes assert/check fails
1515
// in spirv translator.
16-
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -o %t.1.3.out
16+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -o %t13.out
1717

1818
#include <CL/sycl.hpp>
1919
#include <algorithm>

0 commit comments

Comments
 (0)