Sciweavers

HICSS
1995
IEEE

The architecture of an optimistic CPU: the WarpEngine

13 years 7 months ago
The architecture of an optimistic CPU: the WarpEngine
The architecture for a shared memory CPU is described. The CPU allows for parallelism down to the level of single instructions and is tolerant of memory latency. All executable instructions and memory accesses are time stamped. The TimeWarp algorithm is used for managing synchronisation. This algorithm is optimistic and requires that all computations can be rolled back. The basic functions required for implementing the control and memory system used by TimeWarp are described. The memory model presented to the programmer is a single linear address space modified by a single thread of comtrol. Thus, at the software level there is no need for explicit synchronising actions when accessing memory. The physical implementation, however, is multiple CPUs with their own caches and local memory with each CPU simultaneously executing multiple threads of control.
John G. Cleary, Murray Pearson, Husam Kinawi
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where HICSS
Authors John G. Cleary, Murray Pearson, Husam Kinawi
Comments (0)