Skip to content

Commit b5288b0

Browse files
romanovvladbader
authored andcommitted
[SYCL] Enable hier LIT test on GPU device.
Signed-off-by: Vlad Romanov <[email protected]>
1 parent dbca9c4 commit b5288b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sycl/test/hier_par/hier_par_basic.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
// RUN: %clangxx -fsycl %s -o %t.out -lOpenCL
1010
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
1111
// 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
1413
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1514
// TODO: SYCL specific fail - analyze and enable
1615
// XFAIL: windows

sycl/test/hier_par/hier_par_wgscope.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
// RUN: %clangxx -fsycl %s -o %t.out -lOpenCL
1010
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
1111
// 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
1413
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1514
// TODO: SYCL specific fail - analyze and enable
1615
// XFAIL: windows

0 commit comments

Comments
 (0)