forked from harvard-acc/ALADDIN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (43 loc) · 1004 Bytes
/
.gitignore
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
/common/aladdin
/SHOC/bb_gemm/bb_gemm
/SHOC/fft/fft
/SHOC/fft2d/fft2d
/SHOC/md/md
/SHOC/pp_scan/pp_scan
/SHOC/reduction/reduction
/SHOC/sha256/sha256
/SHOC/ss_sort/ss_sort
/SHOC/stencil/stencil
/SHOC/triad/triad
/SHOC/sha256/explore
/SHOC/triad/output.data
/SHOC/convol/explore
/SHOC/*/*-instrumented
/SHOC/*/labelmap
/SHOC/*/example/dddg_parse_progress.out
/SHOC/*/example/out.csv
/SHOC/*/example/*_summary
/MachSuite/aes/*/aes
/MachSuite/backprop/*/backprop
/MachSuite/bfs/*/bfs
/MachSuite/fft/*/fft
/MachSuite/kmp/*/kmp
/MachSuite/md/*/md
/MachSuite/nw/*/nw
/MachSuite/sort/*/sort
/MachSuite/spmv/*/spmv
/MachSuite/stencil/*/stencil
/MachSuite/*/*/*-instrumented
/MachSuite/*/*/*-gem5-accel
/MachSuite/*/*/labelmap
/MachSuite/*/*/output.data
/MachSuite/*/*/generate
/integration-test/with-cpu/test_aes/aes
/integration-test/with-cpu/test_fft/fft
/integration-test/with-cpu/test_md/md
/integration-test/with-cpu/test_spmv/spmv
/integration-test/with-cpu/test_stencil/stencil
*.o
*.llvm
*.s
*.gz