Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 65f8298

Browse files
authored
[SYCL] Enable the test reduction_nd_ext_half.cpp for opencl (#406)
The test was renewed/stabilized earlier. It also checks for aspect::fp16 before running the test cases using FP16 data. Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 718688c commit 65f8298

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

SYCL/Reduction/reduction_nd_ext_half.cpp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
// Sporadic failure
2-
// UNSUPPORTED: opencl && windows
3-
41
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
52
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
7-
// TODO: Enable the test for CPU/ACC when they support half type.
8-
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
9-
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
3+
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4+
// RUN: %ACC_RUN_PLACEHOLDER %t.out
105

116
// TODO: Enable the test for HOST when it supports intel::reduce() and barrier()
127
// RUNx: %HOST_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)