diff --git a/SYCL/Reduction/reduction_nd_ext_half.cpp b/SYCL/Reduction/reduction_nd_ext_half.cpp index e0e88c05ca..0139cd64a2 100644 --- a/SYCL/Reduction/reduction_nd_ext_half.cpp +++ b/SYCL/Reduction/reduction_nd_ext_half.cpp @@ -1,12 +1,7 @@ -// Sporadic failure -// UNSUPPORTED: opencl && windows - // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out - -// TODO: Enable the test for CPU/ACC when they support half type. -// RUNx: %CPU_RUN_PLACEHOLDER %t.out -// RUNx: %ACC_RUN_PLACEHOLDER %t.out +// RUN: %CPU_RUN_PLACEHOLDER %t.out +// RUN: %ACC_RUN_PLACEHOLDER %t.out // TODO: Enable the test for HOST when it supports intel::reduce() and barrier() // RUNx: %HOST_RUN_PLACEHOLDER %t.out