File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: cuda
10
10
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
11
11
// RUN: %HOST_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
14
- //
12
+ // RUN: %GPU_RUN_PLACEHOLDER %t.out %S/points.csv
15
13
16
14
#include " kmeans.h"
17
15
#include " esimd_test_utils.hpp"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ static constexpr unsigned int NUM_CENTROIDS_ACTUAL = 20;
18
18
static constexpr unsigned int NUM_CENTROIDS_ALLOCATED =
19
19
((NUM_CENTROIDS_ACTUAL + 15 ) / 16 ) * 16 ;
20
20
static constexpr unsigned int SIMD_SIZE = 16 ;
21
- static constexpr unsigned int NUM_ITERATIONS = 21 ;
21
+ static constexpr unsigned int NUM_ITERATIONS = 7 ;
22
22
23
23
typedef struct {
24
24
float x ;
You can’t perform that action at this time.
0 commit comments