Changes between Version 64 and Version 65 of WikiStart
- Timestamp:
- Feb 11, 2017, 10:49:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v64 v65 63 63 == Papers and Tutorials == 64 64 65 [http:// www.cse.unsw.edu.au/~benl/papers/guiding/guiding-Haskell2012-sub.pdf Guiding Parallel Array Fusion with Indexed Types]65 [http://benl.ouroborus.net/papers/2012-guiding/guiding-Haskell2012.pdf Guiding Parallel Array Fusion with Indexed Types] 66 66 * Describes the current implementation in Repa 3. 67 67 * Start with this paper. 68 68 69 [http:// www.cse.unsw.edu.au/~benl/papers/stencil/stencil-haskell2011-sub.pdf Efficient Parallel Stencil Convolution in Haskell]69 [http://benl.ouroborus.net/papers/2011-stencil/stencil-haskell2011.pdf Efficient Parallel Stencil Convolution in Haskell] 70 70 * Discusses the back-end, how the parallelism works, and how to write fast code. 71 71 * Describes Repa's special support for Stencil convolutions. 72 72 * This paper was based on Repa 2. 73 73 74 [http:// www.cse.unsw.edu.au/~benl/papers/repa/repa-icfp2010.pdf Regular Shape Polymorphic Arrays in Haskell]74 [http://benl.ouroborus.net/papers/2010-rarrays/repa-icfp2010.pdf Regular Shape Polymorphic Arrays in Haskell] 75 75 * Describes the overall approach to fusion, and how the shape polymorphism works. 76 76 * This paper was based on Repa 1. Some API details are different, but the main points are the same.