Skip to content

Commit a5a6019

Browse files
committed
[SYCL][CUDA] Add line continuation to comments
Satisfies clang-format and keeps one line RUNx command. Signed-off-by: John Pennycook <[email protected]>
1 parent 3b04495 commit a5a6019

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sycl/test/group-algorithm/exclusive_scan.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// unconditionally. Using operators specific for spirv 1.3 and higher with
1111
// -spirv-max-version=1.1 being set by default causes assert/check fails
1212
// in spirv translator.
13-
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o
14-
// %t13.out
13+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o \
14+
%t13.out
1515

1616
#include "support.h"
1717
#include <CL/sycl.hpp>

sycl/test/group-algorithm/inclusive_scan.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// unconditionally. Using operators specific for spirv 1.3 and higher with
1111
// -spirv-max-version=1.1 being set by default causes assert/check fails
1212
// in spirv translator.
13-
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o
14-
// %t13.out
13+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o \
14+
%t13.out
1515

1616
#include "support.h"
1717
#include <CL/sycl.hpp>

sycl/test/group-algorithm/reduce.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// unconditionally. Using operators specific for spirv 1.3 and higher with
1111
// -spirv-max-version=1.1 being set by default causes assert/check fails
1212
// in spirv translator.
13-
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o
14-
// %t13.out
13+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSPIRV_1_3 %s -I . -o \
14+
%t13.out
1515

1616
#include "support.h"
1717
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)