blob: 8bd7839b8b59c126a8dcc8df4ab45fc65e586582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
########################################################################
## The GRAS TODO list
########################################################################
* handle forecast
* handle items multiple
* handle calculating noutputitems using ninputs as a constraint
* handle history
** test implementation
* allocation
** hooks for advanced allocation
** intelligent sizing of buffers
** communicate upstream requirements?
** communicate downstream requirements?
* python wrappers for hier_block and top_block
* python wrapper for block will come from grextras
* python wrapper should set weak_self somehow
* bring in numanuma
** thread prio
** thread affinity
** memory affinity
|