home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / arch / 9156 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!rice!helena.cs.rice.edu!preston
  3. From: preston@helena.cs.rice.edu (Preston Briggs)
  4. Subject: Re: Multi threaded CPUs
  5. Message-ID: <BtxJDM.CK@rice.edu>
  6. Sender: news@rice.edu (News)
  7. Organization: Rice University, Houston
  8. References: <1811llINN3ci@usenet.INS.CWRU.Edu> <BtxGvn.8MH@pix.com> <BtxHG0.8rz@pix.com>
  9. Date: Wed, 2 Sep 1992 02:39:22 GMT
  10. Lines: 28
  11.  
  12. stripes@pix.com (Josh Osborne) writes:
  13.  
  14. >A little while ago I read about a RISC CPU (SPARC I think) that some
  15. >researchers had designed.  It had a cache of threads (I got the impresion
  16. >that that includes registers, and posabble MMU state as well), four in
  17. >the current chip, and when there was a pipe stall the execution would just
  18. >switch to another thread.
  19.  
  20. Anant Agarwal, at MIT, was working on a modification of the SPARC,
  21. called Sparcle, to be used as a node in a large-scale multiprocessor
  22. called Alewife.  He gave a talk on the project last year at a workshop
  23. during Supercomputing '91.  Unfortunately, I have only a brief
  24. abstract here.
  25.  
  26. My memory from the talk was that they used each set of registers in
  27. the SPARC's register windows to support a different thread.  Can
  28. switch threads in 11 cycles.  Probably use the multithreaded behaviour
  29. to hide communication latency.
  30.  
  31. There have been other multithreaded machines in the past, and new ones
  32. are still being built.  In some cases, they switch to enable a greater
  33. degree of pipelining (ala the Denelcor HEP).  Modern machines seem to
  34. use multithreading to hide the latency of memory access (ala the Tera
  35. machine) or communication.
  36.  
  37. Authors to look for include Agarwal, Arvind, and Burton Smith.
  38.  
  39. Preston Briggs
  40.