File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed 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_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6
- // TODO: SYCL specific fail - analyze and enable
7
6
// ==-------------- copy.cpp - SYCL stream obect auto flushing test ---------==//
8
7
//
9
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 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
4
4
// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER
5
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6
- // TODO: SYCL specific fail - analyze and enable
7
6
// ==------------------ stream.cpp - SYCL stream basic test -----------------==//
8
7
//
9
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 8
8
9
9
// RUN: %clangxx -fsycl %s -o %t.out
10
10
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11
- // TODO: SYCL specific fail - analyze and enable on Windows
12
11
// RUN: %CPU_RUN_PLACEHOLDER %t.out
13
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
13
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 8
8
9
9
// RUN: %clangxx -fsycl %s -o %t.out
10
10
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11
- // TODO: SYCL specific fail - analyze and enable on Windows
12
11
// RUN: %CPU_RUN_PLACEHOLDER %t.out
13
12
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
13
// RUN: %ACC_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments