home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / dec / 6664 < prev    next >
Encoding:
Text File  |  1993-01-01  |  1.8 KB  |  47 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!saimiri.primate.wisc.edu!aplcen.apl.jhu.edu!news
  3. From: shif@aplpy.jhuapl.edu (Gary D. Shiflett)
  4. Subject: Alpha fft performance
  5. Message-ID: <1992Dec31.164221.27734@aplcen.apl.jhu.edu>
  6. Sender: news@aplcen.apl.jhu.edu (USENET News System)
  7. Organization: Johns Hopkins University Applied Physics Lab
  8. Date: Thu, 31 Dec 92 16:42:21 GMT
  9. Lines: 36
  10.  
  11.  
  12.  
  13. In comp.dsp Michael.Malak@halluc.com (Michael Malak) asks:
  14.  
  15. Michael> Does anyone have any information about how fast the i860 can do an FFT,
  16. Michael> either theoretical or measured?
  17.  
  18. and alans@ll.mit.edu (Alan Stein) responds:
  19.  
  20. Alan>In the 860 bible (i860 Microprocessor Architecture by Neil Margulis),
  21. Alan>the author codes an FFT which achieves 57/80 MFlops. This is not really 
  22. Alan>what the beast is designed to do, IMHO. Seems I'm always writing 3 
  23. Alan>different versions of the same routine - one for extremely short vectors
  24. Alan>(throw everything in registers), one for medium-sized "if it all fits 
  25. Alan>in cache" vectors, and one for long vectors that use pipelined memory
  26. Alan>loads, bypassing the cache because they would just thrash. I suspect 
  27. Alan>I'd wind up doing much the same if I were coding an FFT, which
  28. Alan>I haven't [as yet] had to do.
  29.  
  30. Malak was interested in comparing the i860 FFT performance to other 
  31. commercially available DSPs. My question is: what is the FFT performance of
  32. the family of DEC alpha micros (theoretical, simulated, or measured ???)?
  33. I would be interested in knowing not only MFlops, but also FFT algorithm,
  34. transform size(s), optimum execution times, and any stipulations (as
  35. described by Alan above) associated with the benchmarks.
  36.  
  37.      Thanks in advance.
  38.  
  39.      
  40. Gary Shiflett
  41. Applied Physics Laboratory
  42. Johns Hopkins University
  43. gary_shiflett@jhuapl.edu
  44. (301)953-6000x8141
  45.  
  46.  
  47.