Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

7 changes: 0 additions & 7 deletions sycl/test/function-pointers/fp-as-kernel-arg.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
// UNSUPPORTED: windows
// UNSUPPORTED: cuda || level_zero
// CUDA does not support the function pointer as kernel argument extension.
// Hangs on level zero

// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// FIXME: This test should use runtime early exit once correct check for
// corresponding extension is implemented

Expand Down
7 changes: 0 additions & 7 deletions sycl/test/function-pointers/pass-fp-through-buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
// UNSUPPORTED: windows
// UNSUPPORTED: cuda || level_zero
// CUDA does not support the function pointer as kernel argument extension.
// Hangs on level zero

// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// FIXME: This test should use runtime early exit once correct check for
// corresponding extension is implemented

Expand Down
3 changes: 0 additions & 3 deletions sycl/test/functor/functor_inheritance.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

#include <CL/sycl.hpp>
#include <cassert>
Expand Down
2 changes: 0 additions & 2 deletions sycl/test/functor/kernel_functor.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
// RUN: cd %T
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

//==--- kernel_functor.cpp - Functors as SYCL kernel test ------------------==//
//
Expand Down
93 changes: 0 additions & 93 deletions sycl/test/kernel-and-program/basic-program.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions sycl/test/kernel-and-program/build-log.cpp

This file was deleted.

47 changes: 0 additions & 47 deletions sycl/test/kernel-and-program/cache-build-result.cpp

This file was deleted.

45 changes: 0 additions & 45 deletions sycl/test/kernel-and-program/get-options.cpp

This file was deleted.

Loading