-
Notifications
You must be signed in to change notification settings - Fork 16
/
regression-tests.yaml
320 lines (313 loc) · 8.95 KB
/
regression-tests.yaml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
##regression tests for open-pulp, workin on 2/11/2020
peripherals:
L2_check:
path: ./peripherals/L2_check #ok
command: make clean all run
all_GPIOs:
path: ./peripherals/all_GPIOs #ok
command: make clean all run
i2c:
path: ./peripherals/i2c #ok
command: make clean all run
spim_flash:
path: ./peripherals/spim_flash #ok
command: make clean all run
uart:
path: ./peripherals/uart #ok
command: make clean all run
hyperbus:
path: ./peripherals/hyperbus #ok
command: make clean all run
hyperflash:
path: ./peripherals/hyperflash #ok
command: make clean all run
sequential_bare_test:
dct:
path: ./sequential_bare_tests/dct
command: make clean all run
fft2:
path: ./sequential_bare_tests/fft2
command: make clean all run
rijndael:
path: ./sequential_bare_tests/rijndael
command: make clean all run
jacobi-2d-imper:
path: ./sequential_bare_tests/jacobi-2d-imper
command: make clean all run
bitDescriptor:
path: ./sequential_bare_tests/bitDescriptor
command: make clean all run
stencil_vect:
path: ./sequential_bare_tests/stencil_vect
command: make clean all run
keccak:
path: ./sequential_bare_tests/keccak
command: make clean all run
fir:
path: ./sequential_bare_tests/fir
command: make clean all run
stencil:
path: ./sequential_bare_tests/stencil
command: make clean all run
ipm:
path: ./sequential_bare_tests/ipm
command: make clean all run
towerofhanoi:
path: ./sequential_bare_tests/towerofhanoi
command: make clean all run
crc32:
path: ./sequential_bare_tests/crc32
command: make clean all run
conv2d:
path: ./sequential_bare_tests/conv2d
command: make clean all run
seidel:
path: ./sequential_bare_tests/seidel
command: make clean all run
fibonacci:
path: ./sequential_bare_tests/fibonacci
command: make clean all run
gauss-2d:
path: ./sequential_bare_tests/gauss-2d
command: make clean all run
aes_cbc:
path: ./sequential_bare_tests/aes_cbc
command: make clean all run
bubblesort:
path: ./sequential_bare_tests/bubblesort
command: make clean all run
fdtd-1d:
path: ./sequential_bare_tests/fdtd-1d
command: make clean all run
jacobi-1d-imper:
path: ./sequential_bare_tests/jacobi-1d-imper
command: make clean all run
fft:
path: ./sequential_bare_tests/fft
command: make clean all run
parallel_bare_tests:
parMatrixMul8:
path: ./parallel_bare_tests/parMatrixMul8 #ok
command: make clean all run
conv16:
path: ./parallel_bare_tests/conv16 #ok
command: make clean all run
parMatrixMul32:
path: ./parallel_bare_tests/parMatrixMul32 #ok
command: make clean all run
parWorkload:
path: ./parallel_bare_tests/parWorkload #ok
command: make clean all run
LU:
path: ./parallel_bare_tests/LU #ok
command: make clean all run
LU/golden:
path: ./parallel_bare_tests/LU/golden #ok
command: make clean all run
multicore/stencil:
path: ./parallel_bare_tests/multicore/stencil #ok
command: make clean all run
dummypar1:
path: ./parallel_bare_tests/dummypar1 #ok
command: make clean all run
Dijkstra/golden:
path: ./parallel_bare_tests/Dijkstra/golden
command: make clean all run
Dijkstra:
path: ./parallel_bare_tests/Dijkstra #ok
command: make clean all run
parMatrixMul:
path: ./parallel_bare_tests/parMatrixMul #ok
command: make clean all run
parMatrixMul16:
path: ./parallel_bare_tests/parMatrixMul16 #ok
command: make clean all run
ml_tests:
mlDotp:
path: ./ml_tests/mlDotp #ok
command: make clean all run
mlSchur:
path: ./ml_tests/mlSchur #ok
command: make clean all run
mlGemm:
path: ./ml_tests/mlGemm #ok
command: make clean all run
mlSin:
path: ./ml_tests/mlSin #ok
command: make clean all run
mlSvd:
path: ./ml_tests/mlSvd #ok
command: make clean all run
mlButter:
path: ./ml_tests/mlButter #ok
command: make clean all run
mlGradDir:
path: ./ml_tests/mlGradDir #ok
command: make clean all run
mlRbf:
path: ./ml_tests/mlRbf #ok
command: make clean all run
mlLog:
path: ./ml_tests/mlLog #ok
command: make clean all run
mlAxpy:
path: ./ml_tests/mlAxpy #ok
command: make clean all run
mlGivens:
path: ./ml_tests/mlGivens #ok
command: make clean all run
mlWdotp:
path: ./ml_tests/mlWdotp #ok
command: make clean all run
mlDist:
path: ./ml_tests/mlDist #ok
command: make clean all run
mlGemv:
path: ./ml_tests/mlGemv #ok
command: make clean all run
mlChol:
path: ./ml_tests/mlChol #ok
command: make clean all run
mlGrad:
path: ./ml_tests/mlGrad #ok
command: make clean all run
mlDct:
path: ./ml_tests/mlDct #ok
command: make clean all run
riscv_tests:
testBitManipulation:
path: ./riscv_tests/testBitManipulation #OK
command: make clean all cluster=1 run
testVecCmp:
path: ./riscv_tests/testVecCmp #ok
command: make clean all cluster=1 run
testAddSubNorm:
path: ./riscv_tests/testAddSubNorm #ok
command: make clean all cluster=1 run
testMisaligned:
path: ./riscv_tests/testMisaligned #ok
command: make clean all cluster=1 run
testALU:
path: ./riscv_tests/testALU #ok
command: make clean all cluster=1 run
testMAC3:
path: ./riscv_tests/testMAC3 #ok
command: make clean all cluster=1 run
testVecArith:
path: ./riscv_tests/testVecArith #ok
command: make clean all cluster=1 run
testDotMul:
path: ./riscv_tests/testDotMul #ok
command: make clean all cluster=1 run
testVecLogic:
path: ./riscv_tests/testVecLogic #ok
command: make clean all cluster=1 run
testComplex:
path: ./riscv_tests/testComplex #ok
command: make clean all cluster=1 run
testCnt:
path: ./riscv_tests/testCnt #ok
command: make clean all cluster=1 run
testVecRelat:
path: ./riscv_tests/testVecRelat #ok
command: make clean all cluster=r1 run
testShufflePack:
path: ./riscv_tests/testShufflePack #ok
command: make clean all cluster=1 run
testMUL:
path: ./riscv_tests/testMUL #ok
command: make clean all cluster=1 run
testHWLP:
path: ./riscv_tests/testHWLP #ok
command: make clean all cluster=1 run
testMacNorm:
path: ./riscv_tests/testMacNorm #ook
command: make clean all cluster=1 run
testDivRem:
path: ./riscv_tests/testDivRem #ok
command: make clean all cluster=1 run
testVariadic:
path: ./riscv_tests/testVariadic #ok
command: make clean all cluster=1 run
testMAC:
path: ./riscv_tests/testMAC #ok
command: make clean all cluster=1 run
testLoadStore:
path: ./riscv_tests/testLoadStore #ok
command: make clean all cluster=1 run
testALUExt:
path: ./riscv_tests/testALUExt #ok
command: make clean all cluster=1 run
testBuiltins:
path: ./riscv_tests/testBuiltins #ok
command: make clean all cluster=1 run
riscv_tests_soc:
testBitManipulation:
path: ./riscv_tests_soc/testBitManipulation #OK
command: make clean all run
testVecCmp:
path: ./riscv_tests_soc/testVecCmp #ok
command: make clean all run
testAddSubNorm:
path: ./riscv_tests_soc/testAddSubNorm #ok
command: make clean all run
testMisaligned:
path: ./riscv_tests_soc/testMisaligned #ok
command: make clean all run
testALU:
path: ./riscv_tests_soc/testALU #ok
command: make clean all run
testMAC3:
path: ./riscv_tests_soc/testMAC3 #ok
command: make clean all run
testEventsFlex:
path: ./riscv_tests_soc/testEventsFlex #ok
command: make clean all run
testVecArith:
path: ./riscv_tests_soc/testVecArith #ok
command: make clean all run
testDotMul:
path: ./riscv_tests_soc/testDotMul #ok
command: make clean all run
testVecLogic:
path: ./riscv_tests_soc/testVecLogic #ok
command: make clean all run
testComplex:
path: ./riscv_tests_soc/testComplex #ok
command: make clean all run
testCnt:
path: ./riscv_tests_soc/testCnt #ok
command: make clean all run
testVecRelat:
path: ./riscv_tests_soc/testVecRelat #ok
command: make clean all run
testShufflePack:
path: ./riscv_tests_soc/testShufflePack #ok
command: make clean all run
testMUL:
path: ./riscv_tests_soc/testMUL #ok
command: make clean all run
testHWLP:
path: ./riscv_tests_soc/testHWLP #ok
command: make clean all run
testMacNorm:
path: ./riscv_tests_soc/testMacNorm #ook
command: make clean all run
testDivRem:
path: ./riscv_tests_soc/testDivRem #ok
command: make clean all run
testVariadic:
path: ./riscv_tests_soc/testVariadic #ok
command: make clean all run
testMAC:
path: ./riscv_tests_soc/testMAC #ok
command: make clean all run
testLoadStore:
path: ./riscv_tests_soc/testLoadStore #ok
command: make clean all run
testALUExt:
path: ./riscv_tests_soc/testALUExt #ok
command: make clean all run
testBuiltins:
path: ./riscv_tests_soc/testBuiltins #ok
command: make clean all run