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

Commit 100eeae

Browse files
authored
[SYCL] Disable unstable tests (#156)
1 parent 97426d9 commit 100eeae

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

SYCL/ESIMD/Stencil.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14+
// #155 Disable unstable tests
15+
// REQUIRES: TEMPORARY_DISBLED
16+
1417
#include "esimd_test_utils.hpp"
1518

1619
#include <CL/sycl.hpp>

SYCL/ESIMD/stencil2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14+
// #155 Disable unstable tests
15+
// REQUIRES: TEMPORARY_DISBLED
1416
#include "esimd_test_utils.hpp"
1517

1618
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)