-
Notifications
You must be signed in to change notification settings - Fork 16
/
sequential-bare-tests.yaml
66 lines (64 loc) · 1.8 KB
/
sequential-bare-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
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