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

Commit e2b17da

Browse files
committed
clang-format fix
Signed-off-by: Byoungro So <[email protected]>
1 parent 30279c7 commit e2b17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/FilterSelector/filter_list_cpu_gpu_acc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// RUN: env SYCL_DEVICE_FILTER=cpu,host %t.out | FileCheck %s --check-prefixes=CHECK-CPU-HOST
2020
// RUN: env SYCL_DEVICE_FILTER=acc,cpu %t.out | FileCheck %s --check-prefixes=CHECK-ACC-CPU
2121
// RUN: env SYCL_DEVICE_FILTER=gpu,host %t.out | FileCheck %s --check-prefixes=CHECK-GPU-HOST
22+
//
2223
// RUN: env SYCL_DEVICE_FILTER=cpu,acc,host %t.out | FileCheck %s --check-prefixes=CHECK-ACC-CPU-HOST
2324
// RUN: env SYCL_DEVICE_FILTER=cpu,acc,gpu %t.out | FileCheck %s --check-prefixes=CHECK-ACC-GPU-CPU
2425
// RUN: env CL_CONFIG_CPU_EMULATE_DEVICES=2 SYCL_DEVICE_FILTER=cpu,acc,host %t.out | FileCheck %s --check-prefixes=CHECK-ACC-CPU-HOST
@@ -73,4 +74,3 @@
7374
// CHECK-ACC-GPU-CPU: Device: gpu
7475
// CHECK-ACC-GPU-CPU: Device: cpu
7576
// CHECK-ACC-GPU-CPU-NOT: Device: host
76-

0 commit comments

Comments
 (0)