-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
73 lines (59 loc) · 1.21 KB
/
TODO
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
####################
# Short Term To Do #
####################
* Swap dict_new() parameters.
* Adjustable sensitivity (set value used by FPN_IS_ZERO).
* Smart verbose prints.
* Don't print matrices above a certain size. Just info.
* Add optimizations to the Makefile.
############
# Planning #
############
Parallelization Modes:
* Auto
* OpenMP
* pthreads
* OpenMPI
* OpenCL
* OpenMPI + OpenCL
* none (DONE)
Decomposition Modes:
* Spatial
* Task
Matrix Implementations:
* Custom (DONE)
* LAPACK & BLAS
Execution Modes:
* Initialize Only
* Solve
* Minimize
* Maximize
Output Options:
* Verbose (DONE)
* Very Verbose (DONE)
* Convert
* Output File
* Show Stats
Stats:
* Max Memory Used
* Current Memory Used
* Elapsed Time
* Vertices Visited
Memory Allocators:
* StreamFlow
* Standard Malloc
* tcmalloc
* jemalloc
#################
# Scratch Space #
#################
* Set up global Bloom filter
* Set up workers
* Peg worker to core
* Work queues
* pthreads kernel
* Insert initial dictionary w/ entering and leaving work units
* Wait for a worker to find a final dictionary
* Workers
* Final dictionary is placed into a global pointer
* Remaining dictionaries on queues are freed