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

Commit edc96e9

Browse files
author
Sergey Kanaev
committed
Disable fallback assert in spec const test to not interfere with number of program builds
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 32822d0 commit edc96e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/ESIMD/spec_const_redefine_esimd.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// TODO enable on Windows
22
// REQUIRES: linux && gpu
3-
// RUN: %clangxx -fsycl %s -o %t.out
3+
// FIXME Disable fallback assert so that it doesn't interferes with number of
4+
// program builds at run-time
5+
// RUN: %clangxx -DSYCL_DISABLE_FALLBACK_ASSERT -fsycl %s -o %t.out
46
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
57
// UNSUPPORTED: cuda
68

0 commit comments

Comments
 (0)