This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +0
-21
lines changed Expand file tree Collapse file tree 11 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 16
16
17
17
int main () {
18
18
queue Queue;
19
- if (Queue.get_device ().is_host ()) {
20
- std::cout << " Skipping test\n " ;
21
- return 0 ;
22
- }
23
19
check<short >(Queue);
24
20
check<unsigned short >(Queue);
25
21
check<int >(Queue);
Original file line number Diff line number Diff line change 15
15
16
16
int main () {
17
17
queue Queue;
18
- if (Queue.get_device ().is_host ()) {
19
- std::cout << " Skipping test\n " ;
20
- return 0 ;
21
- }
22
18
check<short >(Queue);
23
19
check<unsigned short >(Queue);
24
20
check<int >(Queue);
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
@@ -15,10 +14,6 @@ class back_to_back;
15
14
16
15
int main () {
17
16
queue q;
18
- if (q.get_device ().is_host ()) {
19
- std::cout << " Skipping test\n " ;
20
- return 0 ;
21
- }
22
17
23
18
// Use max work-group size to maximize chance of race
24
19
auto KernelID = get_kernel_id<back_to_back>();
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments