Skip to content

Commit 30caf32

Browse files
fineg74bb-sycl
authored andcommitted
[SYCL][ESIMD]Add test to validate correct split (intel#1352)
* Add test to validate correct split * Disable execution of a test generated with -O0 option until crash issue is resolved
1 parent a1c536c commit 30caf32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/InvokeSimd/invoke_simd_conv.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
// RUN: %clangxx -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out
1515
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %GPU_RUN_PLACEHOLDER %t.out
16+
// RUN: %clangxx -O0 -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t0.out
17+
// TODO: enable execution of test generated with -O0 once crash issue is
18+
// resolved
1619

1720
#include <sycl/ext/intel/esimd.hpp>
1821
#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>

0 commit comments

Comments
 (0)