============================================ Matrix-Matrix Product Experiments with BLAZE ============================================ The implementation of the GEMM algorithm is based on __BLIS: A Framework for Rapidly Instantiating BLAS Functionality__ and adopted from __ulmBLAS__. +----------------+-------------------------------+ | __Session 1__ | GEMM C++ Implementation | +----------------+-------------------------------+ The tar-ball __test_blaze.tgz__ contains the files: ---- SHELL --------------------------------------------------------------------- tar cfz test_blaze.tgz session*/*.h session*/*.cc tar tfvz test_blaze.tgz -------------------------------------------------------------------------------- :links: Session (\d) -> doc:session$1/page01 test_blaze.tgz -> http://www.mathematik.uni-ulm.de/~lehn/test_blaze/test_blaze.tgz BLIS: A Framework for Rapidly Instantiating BLAS Functionality -> http://www.cs.utexas.edu/users/flame/pubs/blis1_toms_rev3.pdf ulmBLAS -> http://apfel.mathematik.uni-ulm.de/~lehn/ulmBLAS/