Next: About this document
Up: CS 395T: Parallel Techniques
Previous: 4 Webpages
-
Create C or FORTRAN version of simple implementation, like
for the matrix-matrix multiply.
-
Modify the driver given for the matrix-matrix multiply example
to test your assigned case of the routine given.
-
Write a C routine that performs your assigned case of the routine
given, using the given name and parameter list.
-
Modify the driver to also call your routine and check against
the library routine.
-
-
Modify the routine to call level 1 BLAS (preferably daxpy or ddot)
-
Modify the routine to call level 2 BLAS (preferably dgemv or dger)
-
Modify the routine to call dgemm
place HR here
Next: About this document
Up: CS 395T: Parallel Techniques
Previous: 4 Webpages
rvdg@cs.utexas.edu