Skip to content

Commit 2183949

Browse files
author
Andrew Savonichev
committed
Fix FileCheck arguments
Signed-off-by: Andrew Savonichev <andrew.savonichev@intel.com>
1 parent f49927d commit 2183949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/subdevice_pi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %CPU_RUN_PLACEHOLDER SYCL_PI_TRACE=1 %t.out separate equally | FileCheck %s --check-prefix CHECK-SEPARATE
33
// RUN: %CPU_RUN_PLACEHOLDER SYCL_PI_TRACE=1 %t.out shared equally | FileCheck %s --check-prefix CHECK-SHARED --implicit-check-not piContextCreate --implicit-check-not piMemBufferCreate
4-
// RUN: %CPU_RUN_PLACEHOLDER SYCL_PI_TRACE=1 %t.out fused equally | FileCheck %s --check-prefixes CHECK-FUSED,CHECK-FUSED-CONTEXT,CHECK-FUSED-MEM
4+
// RUN: %CPU_RUN_PLACEHOLDER SYCL_PI_TRACE=1 %t.out fused equally | FileCheck %s --check-prefix CHECK-FUSED --implicit-check-not piContextCreate --implicit-check-not piMemBufferCreate
55
//
66
// Intel OpenCL CPU Runtime supports device partition on all (multi-core)
77
// platforms. Other devices may not support this.

0 commit comments

Comments
 (0)