-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_tags
201 lines (198 loc) · 9.21 KB
/
_tags
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
# OASIS_START
# DO NOT EDIT (digest: 04f4a405da200c518fb0d8db986a8651)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library slap
"lib/slap.cmxs": use_slap
<lib/*.ml{,i,y}>: oasis_library_slap_ccopt
"lib/slap_utils.c": oasis_library_slap_ccopt
"lib/slap_vec_stubs.c": oasis_library_slap_ccopt
"lib/slap_mat_stubs.c": oasis_library_slap_ccopt
<lib/slap.{cma,cmxa}>: oasis_library_slap_cclib
"lib/libslap_stubs.lib": oasis_library_slap_cclib
"lib/dllslap_stubs.dll": oasis_library_slap_cclib
"lib/libslap_stubs.a": oasis_library_slap_cclib
"lib/dllslap_stubs.so": oasis_library_slap_cclib
<lib/slap.{cma,cmxa}>: use_libslap_stubs
"lib/slap_utils.c": pkg_bigarray
"lib/slap_utils.c": pkg_lacaml
"lib/slap_vec_stubs.c": pkg_bigarray
"lib/slap_vec_stubs.c": pkg_lacaml
"lib/slap_mat_stubs.c": pkg_bigarray
"lib/slap_mat_stubs.c": pkg_lacaml
# Library slap_top
"lib/slap_top.cmxs": use_slap_top
<lib/*.ml{,i,y}>: pkg_bigarray
<lib/*.ml{,i,y}>: pkg_compiler-libs.toplevel
<lib/*.ml{,i,y}>: pkg_lacaml
<lib/*.ml{,i,y}>: use_slap
# Library slap_ppx
"ppx/slap_ppx.cmxs": use_slap_ppx
<ppx/*.ml{,i,y}>: pkg_bigarray
<ppx/*.ml{,i,y}>: pkg_lacaml
<ppx/*.ml{,i,y}>: use_slap
# Executable ppx_slap
<ppx/ppx_slap.{native,byte}>: pkg_compiler-libs.common
<ppx/*.ml{,i,y}>: pkg_compiler-libs.common
# Executable test_lib
<test/lib/test.{native,byte}>: pkg_bigarray
<test/lib/test.{native,byte}>: pkg_lacaml
<test/lib/test.{native,byte}>: pkg_oUnit
<test/lib/test.{native,byte}>: use_slap
<test/lib/*.ml{,i,y}>: pkg_bigarray
<test/lib/*.ml{,i,y}>: pkg_lacaml
<test/lib/*.ml{,i,y}>: pkg_oUnit
<test/lib/*.ml{,i,y}>: use_slap
# Executable test_ppx
<test/ppx/test.{native,byte}>: pkg_bigarray
<test/ppx/test.{native,byte}>: pkg_compiler-libs.common
<test/ppx/test.{native,byte}>: pkg_lacaml
<test/ppx/test.{native,byte}>: pkg_oUnit
<test/ppx/test.{native,byte}>: use_slap
<test/ppx/*.ml{,i,y}>: pkg_bigarray
<test/ppx/*.ml{,i,y}>: pkg_compiler-libs.common
<test/ppx/*.ml{,i,y}>: pkg_lacaml
<test/ppx/*.ml{,i,y}>: pkg_oUnit
<test/ppx/*.ml{,i,y}>: use_slap
# Executable gemv_gbmv
<examples/mult/gemv_gbmv.{native,byte}>: pkg_bigarray
<examples/mult/gemv_gbmv.{native,byte}>: pkg_lacaml
<examples/mult/gemv_gbmv.{native,byte}>: use_slap
# Executable symv_sbmv
<examples/mult/symv_sbmv.{native,byte}>: pkg_bigarray
<examples/mult/symv_sbmv.{native,byte}>: pkg_lacaml
<examples/mult/symv_sbmv.{native,byte}>: use_slap
<examples/mult/*.ml{,i,y}>: pkg_bigarray
<examples/mult/*.ml{,i,y}>: pkg_lacaml
<examples/mult/*.ml{,i,y}>: use_slap
# Executable gesv_gbsv
<examples/linsys/gesv_gbsv.{native,byte}>: pkg_bigarray
<examples/linsys/gesv_gbsv.{native,byte}>: pkg_lacaml
<examples/linsys/gesv_gbsv.{native,byte}>: use_slap
# Executable trsv_tpsv
<examples/linsys/trsv_tpsv.{native,byte}>: pkg_bigarray
<examples/linsys/trsv_tpsv.{native,byte}>: pkg_lacaml
<examples/linsys/trsv_tpsv.{native,byte}>: use_slap
# Executable posv_ppsv_pbsv
<examples/linsys/posv_ppsv_pbsv.{native,byte}>: pkg_bigarray
<examples/linsys/posv_ppsv_pbsv.{native,byte}>: pkg_lacaml
<examples/linsys/posv_ppsv_pbsv.{native,byte}>: use_slap
<examples/linsys/*.ml{,i,y}>: pkg_bigarray
<examples/linsys/*.ml{,i,y}>: pkg_lacaml
<examples/linsys/*.ml{,i,y}>: use_slap
# Executable perceptron
<examples/neural-network/perceptron/perceptron.{native,byte}>: pkg_bigarray
<examples/neural-network/perceptron/perceptron.{native,byte}>: pkg_lacaml
<examples/neural-network/perceptron/perceptron.{native,byte}>: use_slap
<examples/neural-network/perceptron/*.ml{,i,y}>: pkg_bigarray
<examples/neural-network/perceptron/*.ml{,i,y}>: pkg_lacaml
<examples/neural-network/perceptron/*.ml{,i,y}>: use_slap
# Executable logistic_regression
<examples/neural-network/logistic-regression/logistic_regression.{native,byte}>: pkg_bigarray
<examples/neural-network/logistic-regression/logistic_regression.{native,byte}>: pkg_lacaml
<examples/neural-network/logistic-regression/logistic_regression.{native,byte}>: use_slap
<examples/neural-network/logistic-regression/*.ml{,i,y}>: pkg_bigarray
<examples/neural-network/logistic-regression/*.ml{,i,y}>: pkg_lacaml
<examples/neural-network/logistic-regression/*.ml{,i,y}>: use_slap
# Executable two_layer_neural_network
<examples/neural-network/two-layer/two_layer_neural_network.{native,byte}>: pkg_bigarray
<examples/neural-network/two-layer/two_layer_neural_network.{native,byte}>: pkg_lacaml
<examples/neural-network/two-layer/two_layer_neural_network.{native,byte}>: use_slap
<examples/neural-network/two-layer/*.ml{,i,y}>: pkg_bigarray
<examples/neural-network/two-layer/*.ml{,i,y}>: pkg_lacaml
<examples/neural-network/two-layer/*.ml{,i,y}>: use_slap
# Executable multilayer_neural_network
<examples/neural-network/multilayer/multilayer_neural_network.{native,byte}>: pkg_bigarray
<examples/neural-network/multilayer/multilayer_neural_network.{native,byte}>: pkg_lacaml
<examples/neural-network/multilayer/multilayer_neural_network.{native,byte}>: use_slap
<examples/neural-network/multilayer/*.ml{,i,y}>: pkg_bigarray
<examples/neural-network/multilayer/*.ml{,i,y}>: pkg_lacaml
<examples/neural-network/multilayer/*.ml{,i,y}>: use_slap
# Executable qr_lacaml
<examples/porting/qr_factorize/qr_lacaml.{native,byte}>: pkg_lacaml
# Executable qr_slap
<examples/porting/qr_factorize/qr_slap.{native,byte}>: pkg_bigarray
<examples/porting/qr_factorize/qr_slap.{native,byte}>: pkg_lacaml
<examples/porting/qr_factorize/qr_slap.{native,byte}>: use_slap
<examples/porting/qr_factorize/*.ml{,i,y}>: pkg_bigarray
<examples/porting/qr_factorize/*.ml{,i,y}>: pkg_lacaml
<examples/porting/qr_factorize/*.ml{,i,y}>: use_slap
# Executable lu_lacaml
<examples/porting/lu_factorize/lu_lacaml.{native,byte}>: pkg_lacaml
# Executable lu_slap
<examples/porting/lu_factorize/lu_slap.{native,byte}>: pkg_bigarray
<examples/porting/lu_factorize/lu_slap.{native,byte}>: pkg_lacaml
<examples/porting/lu_factorize/lu_slap.{native,byte}>: use_slap
<examples/porting/lu_factorize/*.ml{,i,y}>: pkg_bigarray
<examples/porting/lu_factorize/*.ml{,i,y}>: pkg_lacaml
<examples/porting/lu_factorize/*.ml{,i,y}>: use_slap
# Executable perceptron_lacaml
<examples/porting/perceptron/perceptron_lacaml.{native,byte}>: pkg_lacaml
# Executable perceptron_slap
<examples/porting/perceptron/perceptron_slap.{native,byte}>: pkg_bigarray
<examples/porting/perceptron/perceptron_slap.{native,byte}>: pkg_lacaml
<examples/porting/perceptron/perceptron_slap.{native,byte}>: use_slap
<examples/porting/perceptron/*.ml{,i,y}>: pkg_bigarray
<examples/porting/perceptron/*.ml{,i,y}>: pkg_lacaml
<examples/porting/perceptron/*.ml{,i,y}>: use_slap
# Executable kmeans_lacaml
<examples/porting/k-means/kmeans_lacaml.{native,byte}>: pkg_lacaml
# Executable kmeans_slap
<examples/porting/k-means/kmeans_slap.{native,byte}>: pkg_bigarray
<examples/porting/k-means/kmeans_slap.{native,byte}>: pkg_lacaml
<examples/porting/k-means/kmeans_slap.{native,byte}>: use_slap
<examples/porting/k-means/*.ml{,i,y}>: pkg_bigarray
<examples/porting/k-means/*.ml{,i,y}>: pkg_lacaml
<examples/porting/k-means/*.ml{,i,y}>: use_slap
# Executable pca_lacaml
<examples/porting/pca/pca_lacaml.{native,byte}>: pkg_lacaml
# Executable pca_slap
<examples/porting/pca/pca_slap.{native,byte}>: pkg_bigarray
<examples/porting/pca/pca_slap.{native,byte}>: pkg_lacaml
<examples/porting/pca/pca_slap.{native,byte}>: use_slap
<examples/porting/pca/*.ml{,i,y}>: pkg_bigarray
<examples/porting/pca/*.ml{,i,y}>: pkg_lacaml
<examples/porting/pca/*.ml{,i,y}>: use_slap
# Executable steepest_descent
<examples/optimization/steepest_descent.{native,byte}>: pkg_bigarray
<examples/optimization/steepest_descent.{native,byte}>: pkg_lacaml
<examples/optimization/steepest_descent.{native,byte}>: use_slap
# Executable steepest_descent_wolfe
<examples/optimization/steepest_descent_wolfe.{native,byte}>: pkg_bigarray
<examples/optimization/steepest_descent_wolfe.{native,byte}>: pkg_lacaml
<examples/optimization/steepest_descent_wolfe.{native,byte}>: use_slap
# Executable newton
<examples/optimization/newton.{native,byte}>: pkg_bigarray
<examples/optimization/newton.{native,byte}>: pkg_lacaml
<examples/optimization/newton.{native,byte}>: use_slap
# Executable quasi_newton
<examples/optimization/quasi_newton.{native,byte}>: pkg_bigarray
<examples/optimization/quasi_newton.{native,byte}>: pkg_lacaml
<examples/optimization/quasi_newton.{native,byte}>: use_slap
# Executable optimization_visualization
<examples/optimization/visualization.{native,byte}>: pkg_bigarray
<examples/optimization/visualization.{native,byte}>: pkg_lacaml
<examples/optimization/visualization.{native,byte}>: use_slap
<examples/optimization/*.ml{,i,y}>: pkg_bigarray
<examples/optimization/*.ml{,i,y}>: pkg_lacaml
<examples/optimization/*.ml{,i,y}>: use_slap
# OASIS_STOP
true: -traverse
<{lib,ppx,test,examples}/**>: traverse
<examples/optimization/**>: ppx_slap
<test/ppx/*>: ppx_slap
<{lib,ppx,test}/*.ml{,i}>: warn(A-4-33-41-42-43-34-44-50), safe_string, strict_sequence, strict_formats
<examples/*.ml{,i}>: warn(A-4-33-41-42-43-34-44-48), safe_string, strict_sequence, strict_formats
<**/*>: no_alias_deps