Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- Nov 7, 2010, 4:56:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 4 4 5 5 == Source access == 6 For the latests, unstable, version ,checkout the source using anonymous SVN:6 For the latests, unstable, version checkout the source using anonymous SVN: 7 7 {{{ 8 8 svn co https://trac.nbic.nl/svn/rgpu rgpu 9 9 }}} 10 10 11 The source code on the SVN contains Makefiles for all supported operating systems. Also available from SVN is a alpha version of the R/GPUTools package, a small template project that can be used to create custom GPU functions without the need to concertabout data management. An included example shows the GPU version of the R diff function with just 10 lines of C-code.11 The source code on the SVN contains Makefiles for all supported operating systems. Also available from SVN is the alpha version of the R/GPUTools package, a small template project that can be used to create custom GPU functions without the need to concern about data management. An included example shows the GPU version of the R diff function with just 10 lines of C-code. 12 12 13 13 See the Downloads section for (binary) releases and documentation.