Skip to content
Snippets Groups Projects
Commit 9a6c9d5c authored by David Hancock's avatar David Hancock
Browse files

Updated agilio prep analysis: impact of table limit

Current codebase supports the following configurations, where
the first number is the number of stages supported, and the
second number is the max number of primitives per stage
supported:
- 2 x 9
- 3 x 8
- 4 x 5
- 5 x 4
- 6 x 3
- 8 x 2
- 9 x 1
...as well as any configuration smaller in at least one dimension
than one of the listed configurations.
parent 149332a7
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
File added
......@@ -36,10 +36,23 @@ Max 248B headers can be removed
-----
Number of tables is a limiting factor; table at ../analysis/results_tables.ods
shows which configurations are supported, e.g.:
- 2 x 9
- 3 x 8
- 4 x 5
- 5 x 4
- 6 x 3
- 8 x 2
- 9 x 1
Tasks:
- Determine # actions per:
- stage
- num primitives / stage
Fill in a table for stages 1-9 x # prims 1-9
- Result: 150; number is constant regardless of num stages / primitives supported
- this number will increase as we support more primitives, but we are well under
Agilio's limit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment