This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // RUN: %ACC_RUN_PLACEHOLDER %t1.out
5
+ // RUN: env SYCL_DEVICE_FILTER=acc,host %t1.out
6
6
7
7
// ==------ host_platform_avail.cpp - Host Platform Availability test -------==//
8
8
//
Original file line number Diff line number Diff line change 4
4
// RUN: env SYCL_DEVICE_FILTER=level_zero:gpu %t.out
5
5
// RUN: env SYCL_DEVICE_FILTER=opencl:gpu %t.out
6
6
// RUN: env SYCL_DEVICE_FILTER=cpu,level_zero:gpu %t.out
7
- // RUN: env SYCL_DEVICE_FILTER=opencl:acc:0 %t.out
7
+ // RUN: env SYCL_DEVICE_FILTER=opencl:acc %t.out
8
8
//
9
9
// Checks if only specified device types can be acquired from select_device
10
10
// when SYCL_DEVICE_FILTER is set
Original file line number Diff line number Diff line change 3
3
// RUN: env --unset=SYCL_DEVICE_FILTER sycl-ls --verbose >%t.default.out
4
4
// RUN: FileCheck %s --check-prefixes=CHECK-GPU-BUILTIN,CHECK-GPU-CUSTOM --input-file %t.default.out
5
5
6
- // CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu : {{.*}}{{Level-Zero|CUDA|OpenCL}}
6
+ // CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu
7
7
// clang-format off
8
- // CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu : {{.*}}{{Level-Zero|CUDA|OpenCL}}
8
+ // CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu
9
9
// clang-format on
10
10
11
11
// ==--------------------- sycl-ls-gpu-default-any.cpp ----------------------==//
Original file line number Diff line number Diff line change 3
3
// RUN: sycl-ls --verbose >%t.default.out
4
4
// RUN: FileCheck %s --check-prefixes=CHECK-GPU-BUILTIN,CHECK-GPU-CUSTOM --input-file %t.default.out
5
5
6
- // CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu : {{.*}}Level-Zero
7
- // CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu : {{.*}}Level-Zero
6
+ // CHECK-GPU-BUILTIN: gpu_selector(){{.*}}gpu
7
+ // CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}gpu
8
8
9
9
// ==-- sycl-ls-gpu-level-zero.cpp - Test Level-Zero selected gpu device ----==//
10
10
//
You can’t perform that action at this time.
0 commit comments