File tree Expand file tree Collapse file tree 17 files changed +4
-20
lines changed Expand file tree Collapse file tree 17 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==---- allocator_vector.cpp - Allocator Container test -------------------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==-- allocator_vector_fail.cpp - Device Memory Allocator fail test -------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==---- allocatorll.cpp - Device Memory Linked List Allocator test --------==//
8
7
//
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
5
6
6
// UNSUPPORTED: windows
7
- // XFAIL: cuda
8
7
9
8
// ==----------------- badmalloc.cpp - Bad Mallocs test ---------------------==//
10
9
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==----------------- depends_on.cpp - depends_on test ---------------------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==------------------- dmemll.cpp - Device Memory Linked List test --------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==---- dmemllaligned.cpp - Aligned Device Memory Linked List test --------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==------------------- hmemll.cpp - Host Memory Linked List test ----------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==---- hmemllaligned.cpp - Aligned Host Memory Linked List test ----------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==---------------- memadvise.cpp - Shared Memory Linked List test --------==//
8
7
//
Original file line number Diff line number Diff line change 8
8
// RUN: %clangxx -fsycl %s -o %t1.out
9
9
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
10
10
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
11
- // XFAIL: cuda
12
11
13
12
#include < CL/sycl.hpp>
14
13
Original file line number Diff line number Diff line change
1
+ // RUN: %clangxx -fsycl %s -o %t1.out
2
+ // RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // RUN: %GPU_RUN_PLACEHOLDER %t1.out
4
+
1
5
// ==---- memset.cpp - USM memset test --------------------------------------==//
2
6
//
3
7
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
8
// See https://llvm.org/LICENSE.txt for license information.
5
9
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
10
//
7
11
// ===----------------------------------------------------------------------===//
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
12
12
13
13
#include < CL/sycl.hpp>
14
14
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==------------------- mixed.cpp - Mixed Memory test ---------------------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==------------------- mixed2.cpp - Mixed Memory test ---------------------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==-------------- mixed_queue.cpp - Mixed Memory test ---------------------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==------------------- smemll.cpp - Shared Memory Linked List test --------==//
8
7
//
Original file line number Diff line number Diff line change 2
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
5
- // XFAIL: cuda
6
5
7
6
// ==---- smemllaligned.cpp - Aligned Shared Memory Linked List test --------==//
8
7
//
You can’t perform that action at this time.
0 commit comments