File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
// RUN: %clangxx -fsycl %s -o %t.out -lOpenCL
10
10
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11
11
// RUN: %CPU_RUN_PLACEHOLDER %t.out
12
- // TODO temporarily disable GPU until regression in Intel Gen driver fixed.
13
- // R.U.N: %GPU_RUN_PLACEHOLDER %t.out
12
+ // RUN: %GPU_RUN_PLACEHOLDER %t.out
14
13
// RUN: %ACC_RUN_PLACEHOLDER %t.out
15
14
// TODO: SYCL specific fail - analyze and enable
16
15
// XFAIL: windows
Original file line number Diff line number Diff line change 9
9
// RUN: %clangxx -fsycl %s -o %t.out -lOpenCL
10
10
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11
11
// RUN: %CPU_RUN_PLACEHOLDER %t.out
12
- // TODO temporarily disable GPU until regression in Intel Gen driver fixed.
13
- // R.U.N: %GPU_RUN_PLACEHOLDER %t.out
12
+ // RUN: %GPU_RUN_PLACEHOLDER %t.out
14
13
// RUN: %ACC_RUN_PLACEHOLDER %t.out
15
14
// TODO: SYCL specific fail - analyze and enable
16
15
// XFAIL: windows
You can’t perform that action at this time.
0 commit comments