TODO update

This commit is contained in:
felsabbagh3
2019-11-07 20:52:36 -05:00
parent 20283e6d5d
commit 7e62e02b7c
7 changed files with 25 additions and 6 deletions

23
TODO
View File

@@ -1,4 +1,23 @@
* Add L1 cache + banked scratchpad
* csri bug?
Functionality:
1) vx_cl_warpSpawn()
-> To be used by pocl->ops->run
2) newlib Integration (LoadFile(""))
-> To be used by the Rhinio benchmarks
3) POCL OPS Vortex Suite
Performance:
1) Icache doesn't need SEND_MEM_REQUEST Stage
-> Blocks are never dirty, so why not evict right away
2) Branch not taken speculation
3) Runtime -02 not running on RTL, and -03 not running on RTL and Emulator
Vector:
1) Cycle accurate simulator (would require Cache Simulator)