]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - blas-lib/blas-lib.git/blob - blas_bm/example/README.txt
BLAS 3.11.0 Release
[blas-lib/blas-lib.git] / blas_bm / example / README.txt
1 cblas Tests
2 ===========
4 Edit sourceme.sh to suit your environment
5 $ source sourceme.sh
6 $ make clean
7 $ make all
8 $ make run
11 sgemm expected output:
12  [ 367.76, 368.12
13    674.06, 674.72 ]
15 matrix_vector expected output:
16 3.0  1.0  3.0
17 1.0  5.0  9.0
18 2.0  6.0  5.0
19 -1.0
20  3.0
21 -3.0
23 SAMPLE_OUTPUT.txt contains a session output for reference.