Changes between Version 36 and Version 37 of WikiStart
- Timestamp:
- Jun 14, 2011, 12:37:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v36 v37 46 46 * Since this paper was published, the internals have changed slightly, but the overall structure is the same. 47 47 48 [http://www.cse.unsw.edu.au/~benl/papers/stencil/stencil- icfp2011-sub.pdf Efficient Parallel Stencil Convolution in Haskell]48 [http://www.cse.unsw.edu.au/~benl/papers/stencil/stencil-haskell2011-sub.pdf Efficient Parallel Stencil Convolution in Haskell] 49 49 * Describes the current array representation. 50 50 * Discusses the back-end, how the parallelism works, and how to write fast code.