Skip to content

Commit 73d4d25

Browse files
authored
[SYCL][ESIMD][E2E] Require O2 for InlineAsm global test (#11841)
This started causing a hang on a newer GPU driver with O0, we have an internal tracker for this. Force O2 for now. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent b5d69df commit 73d4d25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/ESIMD/InlineAsm/asm_glb.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// RUN: %{build} -o %t.out
8+
// Force -O2 as it currently fails in O0 due to missing VC support
9+
// RUN: %{build} -O2 -o %t.out
910
// RUN: %{run} %t.out
1011

1112
#include "../esimd_test_utils.hpp"

0 commit comments

Comments
 (0)