Skip to content

Commit 8f3d479

Browse files
committed
[SYCL][CUDA] Mark LIT tests for supported USM features
Signed-off-by: Andrea Bocci <[email protected]>
1 parent 00ab68b commit 8f3d479

17 files changed

+4
-20
lines changed

sycl/test/usm/allocator_vector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==---- allocator_vector.cpp - Allocator Container test -------------------==//
87
//

sycl/test/usm/allocator_vector_fail.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==-- allocator_vector_fail.cpp - Device Memory Allocator fail test -------==//
87
//

sycl/test/usm/allocatorll.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==---- allocatorll.cpp - Device Memory Linked List Allocator test --------==//
87
//

sycl/test/usm/badmalloc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
55

66
// UNSUPPORTED: windows
7-
// XFAIL: cuda
87

98
//==----------------- badmalloc.cpp - Bad Mallocs test ---------------------==//
109
//

sycl/test/usm/depends_on.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==----------------- depends_on.cpp - depends_on test ---------------------==//
87
//

sycl/test/usm/dmemll.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==------------------- dmemll.cpp - Device Memory Linked List test --------==//
87
//

sycl/test/usm/dmemllaligned.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==---- dmemllaligned.cpp - Aligned Device Memory Linked List test --------==//
87
//

sycl/test/usm/hmemll.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==------------------- hmemll.cpp - Host Memory Linked List test ----------==//
87
//

sycl/test/usm/hmemllaligned.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==---- hmemllaligned.cpp - Aligned Host Memory Linked List test ----------==//
87
//

sycl/test/usm/memadvise.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==---------------- memadvise.cpp - Shared Memory Linked List test --------==//
87
//

sycl/test/usm/memcpy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// RUN: %clangxx -fsycl %s -o %t1.out
99
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
11-
// XFAIL: cuda
1211

1312
#include <CL/sycl.hpp>
1413

sycl/test/usm/memset.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
// RUN: %clangxx -fsycl %s -o %t1.out
2+
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3+
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
4+
15
//==---- memset.cpp - USM memset test --------------------------------------==//
26
//
37
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
48
// See https://llvm.org/LICENSE.txt for license information.
59
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
610
//
711
//===----------------------------------------------------------------------===//
8-
// RUN: %clangxx -fsycl %s -o %t1.out
9-
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
10-
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
11-
// XFAIL: cuda
1212

1313
#include <CL/sycl.hpp>
1414

sycl/test/usm/mixed.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==------------------- mixed.cpp - Mixed Memory test ---------------------==//
87
//

sycl/test/usm/mixed2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==------------------- mixed2.cpp - Mixed Memory test ---------------------==//
87
//

sycl/test/usm/mixed_queue.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==-------------- mixed_queue.cpp - Mixed Memory test ---------------------==//
87
//

sycl/test/usm/smemll.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==------------------- smemll.cpp - Shared Memory Linked List test --------==//
87
//

sycl/test/usm/smemllaligned.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5-
// XFAIL: cuda
65

76
//==---- smemllaligned.cpp - Aligned Shared Memory Linked List test --------==//
87
//

0 commit comments

Comments
 (0)