SCM Repository
View of /branches/vis12-cl/src/lib/build/README
Parent Directory
|
Revision Log
Revision 2402 -
(download)
(annotate)
Sat Jul 27 13:55:03 2013 UTC (8 years, 9 months ago) by jhr
File size: 615 byte(s)
Sat Jul 27 13:55:03 2013 UTC (8 years, 9 months ago) by jhr
File size: 615 byte(s)
Create branch for adding OpenCL to vis12 branch. Based on r2401 of the vis12 branch.
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 |