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

Commit b0a4e76

Browse files
committed
Attempted fix to test run
1 parent 0a1828c commit b0a4e76

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

SYCL/Regression/reduction_resource_leak.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// REQUIRES: level_zero
2-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3-
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --implicit-check-not "LEAK" %s
1+
// REQUIRES: level_zero, level_zero_dev_kit
2+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
3+
// RUN: env SYCL_DEVICE_FILTER=level_zero ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
4+
//
5+
// CHECK-NOT: LEAK
46

57
// Tests that additional resources required by discard_write reductions do not
68
// leak.

0 commit comments

Comments
 (0)