SCM Repository
View of /branches/vis12/src/lib/build/README
Parent Directory
|
Revision Log
Revision 1685 -
(download)
(annotate)
Sun Jan 22 15:23:36 2012 UTC (10 years, 5 months ago) by jhr
File size: 615 byte(s)
Sun Jan 22 15:23:36 2012 UTC (10 years, 5 months ago) by jhr
File size: 615 byte(s)
Create a branch to implement things that we need for the Vis 2012 paper
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 |