SCM Repository
Annotation of /branches/pure-cfg/src/lib/build/README
Parent Directory
|
Revision Log
Revision 1093 - (view) (download)
1 : | jhr | 1093 | We build different versions of the runtime to support different targets |
2 : | and compiler options. Each version has its own build directory, which is | ||
3 : | created at configuration time. The naming convention for these directories | ||
4 : | is as follows: | ||
5 : | |||
6 : | rt-<target>-<precision>[-par][-debug] | ||
7 : | |||
8 : | where the targets are | ||
9 : | |||
10 : | c - C with vector extensions | ||
11 : | cl - C host + OpenCL code | ||
12 : | cuda - C host + CUDA code | ||
13 : | |||
14 : | and precision is | ||
15 : | |||
16 : | f - single-precision | ||
17 : | d - double-precision | ||
18 : | |||
19 : | We also allow "-par" to signify a parallel host runtime and "-debug" to | ||
20 : | signify that the runtime was compiled with "-g" and assertions enabled. |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |