Skip to content

Commit e074629

Browse files
authored
[SYCL] remove tests added to llvm-test-suite (#2654)
Tests which do no support host execution are removed. Other tests are limited to compilation and execution on host device.
1 parent 2ae1bc9 commit e074629

18 files changed

+0
-715
lines changed

sycl/test/context-with-multiple-devices/context-with-multiple-devices.cpp

Lines changed: 0 additions & 45 deletions
This file was deleted.

sycl/test/function-pointers/fp-as-kernel-arg.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
// UNSUPPORTED: windows
2-
// UNSUPPORTED: cuda || level_zero
3-
// CUDA does not support the function pointer as kernel argument extension.
4-
// Hangs on level zero
5-
61
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
72
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
8-
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
103
// FIXME: This test should use runtime early exit once correct check for
114
// corresponding extension is implemented
125

sycl/test/function-pointers/pass-fp-through-buffer.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
// UNSUPPORTED: windows
2-
// UNSUPPORTED: cuda || level_zero
3-
// CUDA does not support the function pointer as kernel argument extension.
4-
// Hangs on level zero
5-
61
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
72
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
8-
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
103
// FIXME: This test should use runtime early exit once correct check for
114
// corresponding extension is implemented
125

sycl/test/functor/functor_inheritance.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3-
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5-
// RUN: %ACC_RUN_PLACEHOLDER %t.out
63

74
#include <CL/sycl.hpp>
85
#include <cassert>

sycl/test/functor/kernel_functor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
22
// RUN: cd %T
33
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
4-
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
64

75
//==--- kernel_functor.cpp - Functors as SYCL kernel test ------------------==//
86
//

sycl/test/kernel-and-program/basic-program.cpp

Lines changed: 0 additions & 93 deletions
This file was deleted.

sycl/test/kernel-and-program/build-log.cpp

Lines changed: 0 additions & 51 deletions
This file was deleted.

sycl/test/kernel-and-program/cache-build-result.cpp

Lines changed: 0 additions & 47 deletions
This file was deleted.

sycl/test/kernel-and-program/get-options.cpp

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)