-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.conf
60 lines (55 loc) · 1.05 KB
/
test.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[benchmark]
runs = 1
verify = false
[kmeans]
clusters = 4
# pipeline = three_stage
# pipeline = three_stage_buffered
# pipeline = single_stage
pipeline = single_stage_buffered
iterations = 10
converge = false
types.point = float
types.label = uint32
types.mass = uint32
# types.point = double
# types.label = uint64
# types.mass = uint64
[kmeans.labeling]
platform = 0
device = 0
strategy = unroll_vector
global_size = 512
local_size = 8
vector_length = 1
unroll_clusters_length = 1
unroll_features_length = 1
[kmeans.mass_update]
platform = 0
device = 0
# strategy = global_atomic
strategy = part_global
# strategy = part_local
# strategy = part_private
global_size = 128
local_size = 1
vector_length = 8
[kmeans.centroid_update]
platform = 0
device = 0
# strategy = feature_sum
strategy = feature_sum_pardim
# strategy = cluster_merge
global_size = 2048
local_size = 8
local_features = 1
thread_features = 1
vector_length = 1
[kmeans.fused]
platform = 0
device = 0
# strategy = cluster_merge
strategy = feature_sum
global_size = 512
local_size = 8
vector_length = 1