From 1bc619520fc5bde687663563217bd974824f0167 Mon Sep 17 00:00:00 2001 From: Artem Gindinson Date: Thu, 21 May 2020 18:54:06 +0300 Subject: [PATCH] Remove host execution from all but multiple_devices.cpp Signed-off-by: Artem Gindinson --- sycl/test/aot/accelerator.cpp | 1 - sycl/test/aot/cpu.cpp | 1 - sycl/test/aot/gpu.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/sycl/test/aot/accelerator.cpp b/sycl/test/aot/accelerator.cpp index 8fef155e30207..2c3fdebcbe884 100644 --- a/sycl/test/aot/accelerator.cpp +++ b/sycl/test/aot/accelerator.cpp @@ -9,5 +9,4 @@ // REQUIRES: aoc, accelerator // RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga-unknown-unknown-sycldevice %S/Inputs/aot.cpp -o %t.out -// RUN: env SYCL_DEVICE_TYPE=HOST %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/sycl/test/aot/cpu.cpp b/sycl/test/aot/cpu.cpp index af6737b5f47fa..42ded976ff5e0 100644 --- a/sycl/test/aot/cpu.cpp +++ b/sycl/test/aot/cpu.cpp @@ -9,5 +9,4 @@ // REQUIRES: opencl-aot, cpu // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64-unknown-unknown-sycldevice %S/Inputs/aot.cpp -o %t.out -// RUN: env SYCL_DEVICE_TYPE=HOST %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out diff --git a/sycl/test/aot/gpu.cpp b/sycl/test/aot/gpu.cpp index cadc85e644793..482a14eade151 100644 --- a/sycl/test/aot/gpu.cpp +++ b/sycl/test/aot/gpu.cpp @@ -11,5 +11,4 @@ // CUDA is not compatible with SPIR. // RUN: %clangxx -fsycl -fsycl-targets=spir64_gen-unknown-unknown-sycldevice -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice "-device skl" %S/Inputs/aot.cpp -o %t.out -// RUN: env SYCL_DEVICE_TYPE=HOST %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out