Changes between Version 64 and Version 65 of WikiStart


Ignore:
Timestamp:
Feb 11, 2017, 10:49:08 AM (7 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v64 v65  
    6363== Papers and Tutorials ==
    6464
    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]
    6666 * Describes the current implementation in Repa 3.
    6767 * Start with this paper.
    6868
    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]
    7070 * Discusses the back-end, how the parallelism works, and how to write fast code.
    7171 * Describes Repa's special support for Stencil convolutions.
    7272 * This paper was based on Repa 2.
    7373
    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]
    7575 * Describes the overall approach to fusion, and how the shape polymorphism works.
    7676 * This paper was based on Repa 1. Some API details are different, but the main points are the same.