We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b60f43 commit a7d8281Copy full SHA for a7d8281
sycl/test-e2e/ESIMD/lsc/lsc_usm_store_u32_64.cpp
@@ -6,7 +6,14 @@
6
//
7
//===----------------------------------------------------------------------===//
8
// REQUIRES: arch-intel_gpu_pvc || gpu-intel-dg2
9
-// RUN: %{build} -o %t.out
+
10
+// Windows compiler causes this test to fail due to handling of floating
11
+// point arithmetics. Fixing requires using
12
+// -ffp-exception-behavior=maytrap option to disable some floating point
13
+// optimizations to produce correct result.
14
+// DEFINE: %{fpflags} = %if cl_options %{/clang:-ffp-exception-behavior=maytrap%} %else %{-ffp-exception-behavior=maytrap%}
15
16
+// RUN: %{build} %{fpflags} -o %t.out
17
// RUN: %{run} %t.out
18
19
// 64 bit offset variant of the test - uses 64 bit offsets.
0 commit comments