File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// REQUIRES: gpu-intel-dg2
9
- // DEFINE: %{winBuildFlag} = %if windows %{-Qfp-speculation=safe%} %else %{%}
10
- // RUN: %{build} %{winBuildFlag} -o %t.out
9
+ // UNSUPPORTED: windows
10
+ // RUN: %{build} -o %t.out
11
11
// RUN: %{run} %t.out
12
12
13
+ // TODO: Windows compiler causes this test to fail due to handling of floating
14
+ // point arithmetics. Fixing requires using -Qfp-speculation=safe option to
15
+ // disable some floating point optimizations to produce correct result. icx
16
+ // compiler supports that option while clang-cl does not which causes test to
17
+ // fail when running as part of a test suite. Therefore the test is disabled for
18
+ // windows until equivalent option is found.
19
+
13
20
#include " Inputs/lsc_usm_store.hpp"
14
21
15
22
constexpr uint32_t seed = 299 ;
You can’t perform that action at this time.
0 commit comments