Skip to content

Commit 0d4dfc8

Browse files
author
Colin Davidson
committed
clang-format changes
1 parent 3931cc7 commit 0d4dfc8

File tree

24 files changed

+48
-24
lines changed

24 files changed

+48
-24
lines changed

sycl/test-e2e/Adapters/queue_submit_mode.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// UNSUPPORTED: level_zero_v2_adapter
33
// UNSUPPORTED-INTENDED: v2 adapter does support regular cmd lists
44
// UNSUPPORTED: target-native_cpu
5-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
5+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
6+
// investigated and tracked post team transfer
67
// RUN: %{build} %level_zero_options -o %t.out
78
// RUN: env %{l0_leak_check} SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{run} %t.out 0 2>&1 | FileCheck %s --check-prefixes=CHECK-STD
89
// RUN: env %{l0_leak_check} SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{run} %t.out 1 2>&1 | FileCheck %s --check-prefixes=CHECK-IMM

sycl/test-e2e/Basic/built-ins/marray_math.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: target-native_cpu
2-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
2+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
3+
// investigated and tracked post team transfer
34

45
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
56

sycl/test-e2e/Basic/vector/load_store.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: target-native_cpu
2-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
2+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
3+
// investigated and tracked post team transfer
34

45
// RUN: %{build} -o %t.out
56
// RUN: %{run} %t.out

sycl/test-e2e/Complex/sycl_complex_math_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: target-native_cpu
2-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer.
2+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
3+
// investigated and tracked post team transfer.
34

45
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
56

sycl/test-e2e/Complex/sycl_complex_operator_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// UNSUPPORTED: target-native_cpu
2-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
2+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
3+
// investigated and tracked post team transfer
34

45
// RUN: %{build} -Wno-error=deprecated-declarations -fsycl-device-code-split=per_kernel -o %t.out
56
// RUN: %{run} %t.out

sycl/test-e2e/Compression/no_zstd_warning.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// using --offload-compress without zstd should throw an error.
22
// REQUIRES: !zstd
33
// UNSUPPORTED: target-native_cpu
4-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
4+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
5+
// investigated and tracked post team transfer
56

67
// RUN: not %{build} %O0 -g --offload-compress %S/Inputs/single_kernel.cpp -o %t_compress.out 2>&1 | FileCheck %s
78
// CHECK: error: '--offload-compress' is specified but the compiler is built without zstd support.

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/objects.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Test -fsycl-allow-device-image-dependencies with objects.
22

33
// UNSUPPORTED: target-native_cpu
4-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
4+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
5+
// investigated and tracked post team transfer
56

67
// RUN: %clangxx --offload-new-driver -fsycl %S/Inputs/a.cpp -I %S/Inputs -c -o %t_a.o
78
// RUN: %clangxx --offload-new-driver -fsycl %S/Inputs/b.cpp -I %S/Inputs -c -o %t_b.o

sycl/test-e2e/DeviceImageDependencies/objects.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Test -fsycl-allow-device-image-dependencies with objects.
22
// UNSUPPORTED: target-native_cpu
3-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
3+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be
4+
// investigated and tracked post team transfer
45

56
// RUN: %clangxx -fsycl %S/Inputs/a.cpp -I %S/Inputs -c -o %t_a.o
67
// RUN: %clangxx -fsycl %S/Inputs/b.cpp -I %S/Inputs -c -o %t_b.o

sycl/test-e2e/DeviceLib/bfloat16_conversion_dlopen_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
// RUN: %{run} %t1.out
2323

2424
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
25-
// UNSUPPORTED-INTENDED: bfloat16 device library is not used on AMD, Native CPU and Nvidia.
25+
// UNSUPPORTED-INTENDED: bfloat16 device library is not used on AMD, Native CPU
26+
// and Nvidia.
2627

2728
#include "bfloat16_conversion_dlopen_test.hpp"

sycl/test-e2e/DeviceLib/bfloat16_conversion_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: %{run} %t1.out
1313

1414
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
15-
// UNSUPPORTED-INTENDED: bfloat16 device library is not used on AMD, Native CPU and Nvidia.
15+
// UNSUPPORTED-INTENDED: bfloat16 device library is not used on AMD, Native CPU
16+
// and Nvidia.
1617

1718
#include "bfloat16_conversion_test.hpp"

0 commit comments

Comments
 (0)