Vector Fabrics provides several tutorials to deeper understand our tools in program parallelization.
| Tutorial | What you will learn |
|---|---|
| TUTO101: 7 Steps in 7 minutes | This tutorial shows the general flow of Pareon. |
| TUTO102: Conway’s Game of Life, revisited | You’ve already seen the code. This time we dive a lot deeper, find other loops and discuss the merits of parallelizing loops. Then we look at the bigger picture: Amdahl’s Law and its implications. |
| TUTO103: Image histogram: induction and reduction | This tutorial introduces how to run your own code through Pareon. Then it shows the concepts of induction variables and reduction patterns and how Pareon recognizes such access patterns. |
| TUTO104: Password cracking, working with binary libraries | This tutorial focusses on mixing native and instrumented code in an application. It also shows a few more concepts of Pareon, including how to handle loops that are called from multiple locations. |