notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ForwardThoughts.md (720B)


      1 # Forward Thoughts
      2 
      3 Things that could be possible and necessary for future development
      4 
      5 There will need to be architecture capable of allowing higher levels of computation. We need to consider future scaling. 
      6 
      7 In the future architecture may need to enable:
      8 
      9 1. Life like 3D visualization
     10 2. Virtual Reality
     11 3. Personalized Genomics/Medicine
     12 
     13 Solutions to [DRAMRowHammer](DRAMRowHammer.md)
     14 
     15 Alternatives to Von Neumann Model:
     16 
     17 1. Multi Processors
     18 	- Each processor is Von Neumann, but there is parallel processing which is not
     19 2. [DataFlow](DataFlow.md)
     20 3. [BulkSynchronousProcessing](BulkSynchronousProcessing.md)
     21 	- This is the common way of doing synchronous processing while using Von Neumann constrained processors