-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbenchmark
72 lines (49 loc) · 873 Bytes
/
benchmark
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
61
62
63
64
65
66
67
68
69
70
71
72
=== CPU ===
laptop :
precision : 0.936
recall : 0.96461
f-measure : 0.950089
Duration : 50.9658
lab computer :
precision : 0.936018
recall : 0.96531
f-measure : 0.950438
Duration : 134.155
=== OpenCL ===
laptop :
*** GPU ***
precision : 0.765838
recall : 0.953133
f-measure : 0.849282
Duration : 7.88497
*** CPU ***
precision : 0.762244
recall : 0.955082
f-measure : 0.847836
Duration : 21.0539
lab computer :
*** GPU ***
precision : 0.7681
recall : 0.95083
f-measure : 0.849752
All done.
Duration : 7.56436
*** CPU ***
precision : 0.763587
recall : 0.94852
f-measure : 0.846066
All done.
Duration : 15.169517
=== SYCL ===
lab computer :
*** GPU ***
precision : 0.683257
recall : 0.971352
f-measure : 0.802224
All done.
Duration : 15.4234
*** CPU ***
precision : 0.683696
recall : 0.971648
f-measure : 0.802627
Duration : 22.6034