Skip to content

Commit d66c955

Browse files
committed
doc: link to my thesis
1 parent 09c35aa commit d66c955

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

documentation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ <h2 id="external-resources">External resources</h2>
8080
<ul>
8181
<li><p><a href="http://chimera.labs.oreilly.com/books/1230000000929"><em>Parallel and Concurrent Programming in Haskell</em></a> by Simon Marlow is a book published by O'Rielly Media which covers several techniques for writing parallel and concurrent programs in Haskell, including a chapter on <a href="http://chimera.labs.oreilly.com/books/1230000000929/ch06.html">programming with Accelerate</a>. The book is available for purchase in electronic and paper formats, and can also be viewed online for free. Note that the API of Accelerate has changed slightly since the book was published, so we have written an <a href="/documentation/parallel-concurrent-programming-haskell-errata.html">errata</a> containing changes and corrections.</p></li>
8282
<li><p>The <a href="https://www.haskell.org/documentation">haskell.org</a> website lists several books, courses, and tutorials to help you learn Haskell.</p></li>
83+
<li><p><a href="https://github.com/tmcdonell/tmcdonell.github.io/raw/master/papers/TrevorMcDonell_PhD_Thesis.pdf">Trevor's PhD Thesis</a> describes the design and implementation of the frontend optimisations and CUDA backend.</p></li>
8384
</ul>
8485
</div>
8586
</div>

md/documentation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ design and implementation of Accelerate can be found in our
4747
* The [haskell.org](https://www.haskell.org/documentation) website lists
4848
several books, courses, and tutorials to help you learn Haskell.
4949

50+
* [Trevor's PhD Thesis](https://github.com/tmcdonell/tmcdonell.github.io/raw/master/papers/TrevorMcDonell_PhD_Thesis.pdf) describes the design and implementation of the frontend
51+
optimisations and CUDA backend.
52+

0 commit comments

Comments
 (0)