next up previous
Next: About this document Up: CS 395T: Parallel Techniques Previous: 4 Webpages

5 Assignments

  1. Create C or FORTRAN version of simple implementation, like for the matrix-matrix multiply.
  2. Modify the routine to call level 1 BLAS (preferably daxpy or ddot)
  3. Modify the routine to call level 2 BLAS (preferably dgemv or dger)
  4. Modify the routine to call dgemm
place HR here


next up previous
Next: About this document Up: CS 395T: Parallel Techniques Previous: 4 Webpages

rvdg@cs.utexas.edu