blob: bf3960501335ef1f485b478246d8fdcbbd5e289b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# TODOS
## Program
* [ ] find way to render data into image files
* [ ] write serial
* [ ] mandelbrot
* [ ] multibrot
* [ ] julia
* [ ] write shared
* [ ] mandelbrot
* [ ] multibrot
* [ ] julia
* [ ] write gpu
* [ ] mandelbrot
* [ ] multibrot
* [ ] julia
## Presentation
* [ ] add figures
* [ ] write speaker notes
* [ ] create animations
## Analysis
* [ ] collect serial run times
* [ ] collect shared run times
* [ ] collect gpu run times
* [ ] create figures that show crossover points
|