Changes between Version 54 and Version 55 of WikiStart
- Timestamp:
- Nov 29, 2013, 6:34:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v54 v55 29 29 * The repa-plugin converts GHC Core to a fragment of [http://disciple.ouroborus.net/ DDC] core named Disciple Core Flow. The plugin performs code transforms on the DDC side, then converts the resulting imperative code back to GHC Core. 30 30 * The user facing API for series expressions is embryonic and does not interface with the rest of Repa. As of 7/2013 we're actively working on this. 31 * Example Haskell source code is available here: [https://github.com/benl23x5/repa/tree/master/repa-plugin/test]32 * Example Disciple Core Flow code at various stages of the transform is available here: [http://code.ouroborus.net/ddc/ddc-head/test/ddc-main/60-CoreFlow/]31 * Example Haskell source code is available [https://github.com/benl23x5/repa/tree/master/repa-plugin/test here] 32 * Example Disciple Core Flow code at various stages of the transform is available [http://code.ouroborus.net/ddc/ddc-head/test/ddc-main/60-CoreFlow/ here] 33 33 34 34 … … 82 82 || fft2d-highpass || Laplace || Crystal || 83 83 || [[Image(WikiStart:lena-high2-thumb.jpg)]] || [[Image(WikiStart:pls-400x400-out-thumb.jpg)]] || [[Image(WikiStart:crystal-thumb.png)]] || 84 || [wiki:Examples/Fft2dHighpass more info] || [wiki:Examples/Laplace more info] || [http ://code.ouroborus.net/gloss/gloss-stable/gloss-examples/raster/Crystal/Main.hs source] [http://www.youtube.com/watch?v=v_0Yyl19fiI video] ||84 || [wiki:Examples/Fft2dHighpass more info] || [wiki:Examples/Laplace more info] || [https://github.com/benl23x5/gloss/blob/master/gloss-examples/raster/Crystal/Main.hs source] [http://www.youtube.com/watch?v=v_0Yyl19fiI video] || 85 85 86 86 == Demo ==