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

Commit 94fa3c8

Browse files
[SYCL][ESIMD] Enable ctor_broadcast_fp_extra ESIMD test (#1387)
intel/llvm#7401 fixes host-side minimal subnormal half values, which in turn fixes generate_ref_conv_data in value_conv.hpp. This causes ctor_broadcast_fp_extra to unexpectedly pass. This commit enables ctor_broadcast_fp_extra. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent ecc67a2 commit 94fa3c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SYCL/ESIMD/api/functional/ctors/ctor_broadcast_fp_extra.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// UNSUPPORTED: cuda, hip
1414
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1515
// RUN: %GPU_RUN_PLACEHOLDER %t.out
16-
// XFAIL: *
17-
// TODO The simd filled with unexpected values if the source type is floating
18-
// point type.
16+
//
17+
// XFAIL: windows
18+
// TODO: This test currently fails on windows. Remove above XFAIL when fixed.
1919
//
2020
// Test for simd broadcast constructor.
2121
// This test uses fp extra data types, sizes and different simd constructor

0 commit comments

Comments
 (0)