diff --git a/SYCL/AOT/multiple-devices.cpp b/SYCL/AOT/multiple-devices.cpp index 996392c7e2..04f88eadc3 100644 --- a/SYCL/AOT/multiple-devices.cpp +++ b/SYCL/AOT/multiple-devices.cpp @@ -15,26 +15,22 @@ // CPU, GPU, FPGA // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_gen,spir64_fpga -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o -o %t_all_aot.out -// RUN: %HOST_RUN_PLACEHOLDER %t_all_aot.out // RUN: %CPU_RUN_PLACEHOLDER %t_all_aot.out // RUN: %GPU_RUN_PLACEHOLDER %t_all_aot.out // RUN: %ACC_RUN_PLACEHOLDER %t_all_aot.out // CPU, GPU // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o -o %t_cpu_gpu.out -// RUN: %HOST_RUN_PLACEHOLDER %t_cpu_gpu.out // RUN: %CPU_RUN_PLACEHOLDER %t_cpu_gpu.out // RUN: %GPU_RUN_PLACEHOLDER %t_cpu_gpu.out // CPU, FPGA // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_fpga %t.o -o %t_cpu_fpga.out -// RUN: %HOST_RUN_PLACEHOLDER %t_cpu_fpga.out // RUN: %CPU_RUN_PLACEHOLDER %t_cpu_fpga.out // RUN: %ACC_RUN_PLACEHOLDER %t_cpu_fpga.out // GPU, FPGA // RUN: %clangxx -fsycl -fsycl-targets=spir64_gen,spir64_fpga -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o -o %t_gpu_fpga.out -// RUN: %HOST_RUN_PLACEHOLDER %t_gpu_fpga.out // RUN: %GPU_RUN_PLACEHOLDER %t_gpu_fpga.out // RUN: %ACC_RUN_PLACEHOLDER %t_gpu_fpga.out