SCM Repository
View of /branches/staging/src/lib/build/README
Parent Directory
|
Revision Log
Revision 1930 -
(download)
(annotate)
Tue Jun 26 13:13:39 2012 UTC (10 years ago) by jhr
File size: 615 byte(s)
Tue Jun 26 13:13:39 2012 UTC (10 years ago) by jhr
File size: 615 byte(s)
Create branch for staging changes into the trunk.
We build different versions of the runtime to support different targets and compiler options. Each version has its own build directory, which is created at configuration time. The naming convention for these directories is as follows: rt-<target>-<precision>[-par][-debug] where the targets are c - C with vector extensions cl - C host + OpenCL code cuda - C host + CUDA code and precision is f - single-precision d - double-precision We also allow "-par" to signify a parallel host runtime and "-debug" to 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 |