-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
98 lines (77 loc) · 1.58 KB
/
.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
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
rose-build
rose-install
rose-build-opt
evaluation/Makefile
libopenacc/lib/Makefile
configure
autom4te.cache
config.log
config.status
rose.sh
*.o
*.so
*.a
tests/tuner/Makefile
tests/tuner/acc-tuner-generate
tests/tuner/acc-tuner-execute
tests/001/Makefile
tests/002/Makefile
tests/002/dev-list
tests/003/Makefile
tests/101/Makefile
tests/101/libopenacc
tests/101/reference
tests/102/Makefile
tests/102/libopenacc
tests/102/reference
tests/103/Makefile
tests/103/libopenacc
tests/103/reference
tests/104/Makefile
tests/104/libopenacc
tests/104/reference
tests/109/Makefile
tests/109/libopenacc
tests/109/reference
tests/501/Makefile
tests/501/libopenacc
tests/501/reference
tests/509/Makefile
tests/509/libopenacc
tests/509/reference
tests/scripts/100-rules.mk
tests/scripts/500-rules.mk
tests/scripts/environment.mk
tests/X09-tunning/generate-109.sh
tests/X09-tunning/execute-109.sh
tests/X09-tunning/compile-109.sh
tests/X09-tunning/compile-509.sh
tests/X09-tunning/test-109
tests/X09-tunning/test-509
tests/X09-tunning/Makefile
tests/X09-tunning/callgrind.out.*
tests/X09-tunning/host-data.c
tests/X09-tunning/kernels.cl
benchmark/generate.sh
benchmark/compile.sh
benchmark/execute.sh
benchmark/execute_min.sh
benchmark/process.sh
benchmark/config.rc
tuner/Makefile
tuner/run-103.sh
tuner/run-104.sh
tuner/run-109.sh
tuner/acc-tuner-generate-103
tuner/acc-tuner-generate-104
tuner/acc-tuner-generate-109
tuner/acc-tuner-execute-103
tuner/acc-tuner-execute-104
tuner/acc-tuner-execute-109
tuner/acc-tuner-process-103
tuner/acc-tuner-process-104
tuner/acc-tuner-process-109
*.log
*.db
*.sl3
*.csv