SCM Repository
View of /branches/charisee/src/lib/build/README
Parent Directory
|
Revision Log
Revision 2377 -
(download)
(annotate)
Mon Jun 3 19:41:56 2013 UTC (9 years, 1 month ago) by jhr
File size: 615 byte(s)
Mon Jun 3 19:41:56 2013 UTC (9 years, 1 month ago) by jhr
File size: 615 byte(s)
Create new branch for Charisee's Einstein stuff
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 |