home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12705 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.0 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!engage.pko.dec.com!e2big.mko.dec.com!quark.enet.dec.com!lionel
  2. From: lionel@quark.enet.dec.com (Steve Lionel)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Q: VAX/VMS optimized BLAS routines?
  5. Message-ID: <1992Jul23.133948.29113@e2big.mko.dec.com>
  6. Date: 23 Jul 92 16:36:17 GMT
  7. References: <DA.92Jul22132819@xor.cis.Brown.EDU> <1992Jul22.214204.6560@rdg.dec.com>
  8. Sender: guest@e2big.mko.dec.com (Guest (DECnet))
  9. Organization: Digital Equipment Corporation
  10. Lines: 31
  11.  
  12.  
  13. In article <DA.92Jul22132819@xor.cis.Brown.EDU>, da@xor.cis.Brown.EDU 
  14. (David Ascher) writes...
  15. >I'm looking for fast BLAS routines to use on a VAX 6000 w/ vector
  16. >processor.  I thought that they'd be in the math library, but i can't
  17. >seem to find anything about BLAS routines in the master index.
  18.  
  19. To amplify on Paul Winalski's response, the VMS Math Run-Time Library contains
  20. the BLAS Level 1 routines as of VMS V5.4.  An extended set of BLAS Level 1
  21. (vector-scalar) routines and Level 2 (vector-vector) routines are available in
  22. the Digital Extended Math Library (DXML) product.  Both the VMS Math Library 
  23. and the DXML product have separate sets of routines for systems with and
  24. without vector processors.
  25.  
  26. In addition, the VAX FORTRAN-HPO compiler (an enhanced version of
  27. VAX FORTRAN which, among other things, can generate code for the VAX
  28. vector processors) can generate inline code for the BLAS level 1 and
  29. level 1 extended set of routines.  This inline code can be vectorized
  30. and/or parallelized by the compiler for greater performance than you'd
  31. get by calling even the best-optimized external routine.  See the 
  32. VAX FORTRAN Performance Guide (available on the on-line documentation
  33. CD-ROM with the other VAX FORTRAN manuals) and the VAX FORTRAN-HPO
  34. Release Notes for more details.  (Or send me mail if you need further
  35. information.)
  36.  
  37. Steve Lionel                    lionel@quark.enet.dec.com
  38. SDT Languages Group
  39. Digital Equipment Corporation
  40. 110 Spit Brook Road
  41. Nashua, NH 03062
  42.