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

Commit 40171d0

Browse files
author
sergei
authored
[SYCL] Disable fallback assert in kernel bundle merge options test (#360)
Signed-off-by: Kanaev <[email protected]>
1 parent b8eef34 commit 40171d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/KernelAndProgram/kernel-bundle-merge-options-env.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// RUN: %clangxx -fsycl %s -o %t.out %debug_option
1+
// Disable fallback assert here so, that build process isn't affected
2+
// RUN: %clangxx -DSYCL_DISABLE_FALLBACK_ASSERT=1 -fsycl %s -o %t.out %debug_option
23
// RUN: %GPU_RUN_PLACEHOLDER SYCL_PI_TRACE=-1 SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS %t.out %GPU_CHECK_PLACEHOLDER
34
// REQUIRES: gpu
45
// UNSUPPORTED: cuda

0 commit comments

Comments
 (0)