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

Commit f977ac0

Browse files
[SYCL] Re-enable SYCL/Reduction/ tests (#1153)
reduction_nd_lambda.cpp was supposed to be re-enabled together with #1134. For reduction_big_data.cpp the logs with failure expired, not sure how to deal with it. I did very brief local run of it which passed. As such, re-enable and deal with it when/if it fails to gather some input data.
1 parent f7f2884 commit f977ac0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

SYCL/Reduction/reduction_big_data.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: TEMPORARILY_DISABLED
2-
// Temporarily disabled due to flaky unrelated failures
31
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
42
// RUN: %GPU_RUN_PLACEHOLDER %t.out
53
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/Reduction/reduction_nd_lambda.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Test disabled due to sporadic failure
2-
// REQUIRES: TEMPORARILY_DISABLED
31
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
42
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
53
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)