File tree Expand file tree Collapse file tree 16 files changed +42
-0
lines changed Expand file tree Collapse file tree 16 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // TODO: SYCL specific fail - analyze and enable
8
+ // XFAIL: windows
9
+
7
10
#include < CL/sycl.hpp>
8
11
9
12
#include < cassert>
Original file line number Diff line number Diff line change 3
3
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
6
+ // TODO: SYCL specific fail - analyze and enable
7
+ // XFAIL: windows
8
+
6
9
// ==------------------- image.cpp - SYCL image basic test -----------------==//
7
10
//
8
11
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 6
6
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
7
7
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
8
8
9
+ // TODO: SYCL specific fail - analyze and enable
10
+ // XFAIL: windows
11
+
9
12
#include < CL/sycl.hpp>
10
13
11
14
#include < algorithm>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6
+ // TODO: SYCL specific fail - analyze and enable
7
+ // XFAIL: windows
6
8
// ==------------------ stream.cpp - SYCL stream basic test -----------------==//
7
9
//
8
10
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
+ // TODO: SYCL specific fail - analyze and enable
7
+ // XFAIL: windows
6
8
7
9
// ==---------- vector_operators.cpp - SYCL vec<> operators test ------------==//
8
10
//
Original file line number Diff line number Diff line change 4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
6
7
+ // TODO: SYCL specific fail - analyze and enable
8
+ // XFAIL: windows
9
+
7
10
#include < CL/sycl.hpp>
8
11
9
12
#include < cassert>
Original file line number Diff line number Diff line change 12
12
// TODO temporarily disable GPU until regression in Intel Gen driver fixed.
13
13
// R.U.N: %GPU_RUN_PLACEHOLDER %t.out
14
14
// RUN: %ACC_RUN_PLACEHOLDER %t.out
15
+ // TODO: SYCL specific fail - analyze and enable
16
+ // XFAIL: windows
15
17
16
18
// This test checks hierarchical parallelism invocation APIs, but without any
17
19
// data or code with side-effects between the work group and work item scopes.
Original file line number Diff line number Diff line change 12
12
// TODO temporarily disable GPU until regression in Intel Gen driver fixed.
13
13
// R.U.N: %GPU_RUN_PLACEHOLDER %t.out
14
14
// RUN: %ACC_RUN_PLACEHOLDER %t.out
15
+ // TODO: SYCL specific fail - analyze and enable
16
+ // XFAIL: windows
15
17
16
18
// This test checks correctness of hierarchical kernel execution when there is
17
19
// code and data in the work group scope.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ if platform.system() == "Linux":
40
40
else :
41
41
config .environment ['LD_LIBRARY_PATH' ] = config .llvm_build_libs_dir
42
42
else :
43
+ config .available_features .add ('windows' )
43
44
if 'LIB' in os .environ :
44
45
config .environment ['LIB' ] = os .path .pathsep .join ((config .environment ['LIB' ], config .llvm_build_libs_dir ))
45
46
else :
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // TODO: SYCL specific fail - analyze and enable
4
+ // XFAIL: windows
5
+
3
6
// ==---- allocatorll.cpp - Device Memory Linked List Allocator test --------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // TODO: SYCL specific fail - analyze and enable
4
+ // XFAIL: windows
5
+
3
6
// ==------------------- dmemll.cpp - Device Memory Linked List test --------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // TODO: SYCL specific fail - analyze and enable
4
+ // XFAIL: windows
5
+
3
6
// ==---- dmemllaligned.cpp - Aligned Device Memory Linked List test --------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // TODO: SYCL specific fail - analyze and enable
4
+ // XFAIL: windows
5
+
3
6
// ==------------------- hmemll.cpp - Host Memory Linked List test ----------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+
4
+ // TODO: SYCL specific fail - analyze and enable
5
+ // XFAIL: windows
3
6
// ==---- hmemllaligned.cpp - Aligned Host Memory Linked List test ----------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // TODO: SYCL specific fail - analyze and enable
4
+ // XFAIL: windows
5
+
3
6
// ==------------------- smemll.cpp - Shared Memory Linked List test --------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
2
2
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
3
+ // TODO: SYCL specific fail - analyze and enable
4
+ // XFAIL: windows
5
+
3
6
// ==---- smemllaligned.cpp - Aligned Shared Memory Linked List test --------==//
4
7
//
5
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
You can’t perform that action at this time.
0 commit comments