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

Commit 29f5289

Browse files
committed
Check error message
1 parent c64ce9d commit 29f5289

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SYCL/KernelFusion/abort_internalization_stored_ptr.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: env SYCL_RT_WARNING_LEVEL=1 %CPU_RUN_PLACEHOLDER %t.out
3-
// RUN: env SYCL_RT_WARNING_LEVEL=1 %GPU_RUN_PLACEHOLDER %t.out
2+
// RUN: env SYCL_RT_WARNING_LEVEL=1 %CPU_RUN_PLACEHOLDER %t.out 2>&1\
3+
// RUN: %CPU_CHECK_PLACEHOLDER --implicit-check-not "Computation error" --implicit-check-not "Internalized"
4+
// RUN: env SYCL_RT_WARNING_LEVEL=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1\
5+
// RUN: %GPU_CHECK_PLACEHOLDER --implicit-check-not "Computation error" --implicit-check-not "Internalized"
46
// UNSUPPORTED: cuda || hip
57
// REQUIRES: fusion
68

0 commit comments

Comments
 (0)