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

Commit e572f6e

Browse files
authored
[SYCL] Disable kmeans test for ESIMD (#303)
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 935e810 commit e572f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/ESIMD/kmeans/kmeans.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
// UNSUPPORTED: cuda
1010
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
1111
// RUN: %HOST_RUN_PLACEHOLDER %t.out %S/points.csv
12-
// RUN: %GPU_RUN_PLACEHOLDER %t.out %S/points.csv
12+
// FIXME disable the test until timeout issue is fixed
13+
// RUNx: %GPU_RUN_PLACEHOLDER %t.out %S/points.csv
1314
//
1415

1516
#include "kmeans.h"

0 commit comments

Comments
 (0)