Skip to content

Commit

Permalink
Remove host execution from all but multiple_devices.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
  • Loading branch information
AGindinson committed May 21, 2020
1 parent 91262d1 commit 1bc6195
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion sycl/test/aot/accelerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion sycl/test/aot/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion sycl/test/aot/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1bc6195

Please sign in to comment.