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

Commit 5f8f95b

Browse files
authored
[SYCL][ESIMD]Add test to validate correct split (#1352)
* Add test to validate correct split * Disable execution of a test generated with -O0 option until crash issue is resolved
1 parent a97f511 commit 5f8f95b

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)