Skip to content

Commit c08fb65

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web' (#2)
2 parents 5a64d6b + ac7255d commit c08fb65

File tree

69 files changed

+14
-1917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+14
-1917
lines changed

sycl/test/atomic_ref/accessor.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/add.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/compare_exchange.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/exchange.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/load.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/max.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/min.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/store.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/atomic_ref/sub.cpp

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

64
#include <CL/sycl.hpp>
75
#include <algorithm>

sycl/test/bit_cast/bit_cast.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 %s -o %t.out
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

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

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

sycl/test/enqueue_barrier/enqueue_barrier.cpp

Lines changed: 0 additions & 78 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/inorder_queue/in_order_buffs.cpp

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

sycl/test/inorder_queue/in_order_buffs_ocl.cpp

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

0 commit comments

Comments
 (0)