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

Commit c4ed750

Browse files
committed
fix verbose
Signed-off-by: Byoungro So <[email protected]>
1 parent 94ae3e0 commit c4ed750

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

SYCL/FilterSelector/filter_list_cpu_gpu_acc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
// CHECK-ACC-CPU-HOST: Device: host
7272
//
7373
// CHECK-ACC-GPU-CPU: Device: acc
74-
// CHECK-ACC-GPU-CPU: Device: gpu
75-
// CHECK-ACC-GPU-CPU: Device: cpu
74+
// CHECK-ACC-GPU-CPU-DAG: Device: gpu
75+
// CHECK-ACC-GPU-CPU-DAG: Device: cpu
7676
// CHECK-ACC-GPU-CPU-NOT: Device: host

SYCL/Plugin/sycl-ls-gpu-default-any.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// RUN: env --unset=SYCL_DEVICE_FILTER sycl-ls --verbose >%t.default.out
44
// RUN: FileCheck %s --check-prefixes=CHECK-GPU-BUILTIN,CHECK-GPU-CUSTOM --input-file %t.default.out
55

6-
// CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu
6+
// CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu : {{.*}}Level-Zero
77
// clang-format off
8-
// CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu
8+
// CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu : {{.*}}Level-Zero
99
// clang-format on
1010

1111
//==--------------------- sycl-ls-gpu-default-any.cpp ----------------------==//

SYCL/Plugin/sycl-ls-gpu-hip.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// RUN: env SYCL_DEVICE_FILTER=hip sycl-ls --verbose >%t.hip.out
44
// RUN: FileCheck %s --check-prefixes=CHECK-BUILTIN-GPU-HIP,CHECK-CUSTOM-GPU-HIP --input-file %t.hip.out
55

6-
// CHECK-BUILTIN-GPU-HIP: gpu_selector(){{.*}}GPU :{{.*}}HIP
7-
// CHECK-CUSTOM-GPU-HIP: custom_selector(gpu){{.*}}GPU :{{.*}}HIP
6+
// CHECK-BUILTIN-GPU-HIP: gpu_selector(){{.*}}gpu :{{.*}}HIP
7+
// CHECK-CUSTOM-GPU-HIP: custom_selector(gpu){{.*}}gpu :{{.*}}HIP
88

99
//==---- sycl-ls-gpu-hip.cpp - SYCL test for discovered/selected devices --==//
1010
//

SYCL/Plugin/sycl-ls-gpu-level-zero.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// RUN: sycl-ls --verbose >%t.default.out
44
// RUN: FileCheck %s --check-prefixes=CHECK-GPU-BUILTIN,CHECK-GPU-CUSTOM --input-file %t.default.out
55

6-
// CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu
7-
// CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu
6+
// CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu : {{.*}}Level-Zero
7+
// CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu : {{.*}}Level-Zero
88

99
//==-- sycl-ls-gpu-level-zero.cpp - Test Level-Zero selected gpu device ----==//
1010
//

SYCL/Plugin/sycl-ls-gpu-sycl-be.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// RUN: env SYCL_DEVICE_FILTER=hip sycl-ls --verbose >%t.hip.out
1919
// RUN: FileCheck %s --check-prefixes=CHECK-BUILTIN-GPU-HIP,CHECK-CUSTOM-GPU-HIP --input-file %t.hip.out
2020

21-
// CHECK-BUILTIN-GPU-HIP: gpu_selector(){{.*}}GPU : HIP
22-
// CHECK-CUSTOM-GPU-HIP: custom_selector(gpu){{.*}}GPU : HIP
21+
// CHECK-BUILTIN-GPU-HIP: gpu_selector(){{.*}}gpu : HIP
22+
// CHECK-CUSTOM-GPU-HIP: custom_selector(gpu){{.*}}gpu : HIP
2323

2424
//==---- sycl-ls-gpu-sycl-be.cpp - SYCL test for discovered/selected devices
2525
//--==//

0 commit comments

Comments
 (0)