======================== TRSM (Triangular Solver) [TOC:2] ======================== Single Precision ================ ---- IMAGE ----------------- BLAS3/bench.strsm.mflops.svg ---------------------------- Double Precision ================ ---- IMAGE ----------------- BLAS3/bench.dtrsm.mflops.svg ---------------------------- Complex Single Precision ======================== ---- IMAGE ----------------- BLAS3/bench.ctrsm.mflops.svg ---------------------------- Complex Double Precision ======================== ---- IMAGE ----------------- BLAS3/bench.ztrsm.mflops.svg ---------------------------- Raw Results from Benchmarks =========================== ---- SHELL (path=BLAS3,hostname=heim) ------------------------------------------ make BLAS_FUNCTIONS=trsm clean make BLAS_FUNCTIONS=trsm ./strsm_MKL > report.strsm_MKL ./dtrsm_MKL > report.dtrsm_MKL ./ctrsm_MKL > report.ctrsm_MKL ./ztrsm_MKL > report.ztrsm_MKL ./strsm_Eigen > report.strsm_Eigen ./dtrsm_Eigen > report.dtrsm_Eigen ./ctrsm_Eigen > report.ctrsm_Eigen ./ztrsm_Eigen > report.ztrsm_Eigen ./strsm_openBLAS > report.strsm_openBLAS ./dtrsm_openBLAS > report.dtrsm_openBLAS ./ctrsm_openBLAS > report.ctrsm_openBLAS ./ztrsm_openBLAS > report.ztrsm_openBLAS ./strsm_BLIS > report.strsm_BLIS ./dtrsm_BLIS > report.dtrsm_BLIS ./ctrsm_BLIS > report.ctrsm_BLIS ./ztrsm_BLIS > report.ztrsm_BLIS gnuplot plot.strsm.mflops gnuplot plot.dtrsm.mflops gnuplot plot.ctrsm.mflops gnuplot plot.ztrsm.mflops -------------------------------------------------------------------------------- Single Precision ---------------- ---- SHELL (path=BLAS3,hostname=heim) ------------------------------------------ cat report.strsm_MKL cat report.strsm_Eigen cat report.strsm_openBLAS cat report.strsm_BLIS -------------------------------------------------------------------------------- Double Precision ---------------- ---- SHELL (path=BLAS3,hostname=heim) ------------------------------------------ cat report.dtrsm_MKL cat report.dtrsm_Eigen cat report.dtrsm_openBLAS cat report.dtrsm_BLIS -------------------------------------------------------------------------------- Complex Single Precision ------------------------ ---- SHELL (path=BLAS3,hostname=heim) ------------------------------------------ cat report.ctrsm_MKL cat report.ctrsm_Eigen cat report.ctrsm_openBLAS cat report.ctrsm_BLIS -------------------------------------------------------------------------------- Complex Double Precision ------------------------ ---- SHELL (path=BLAS3,hostname=heim) ------------------------------------------ cat report.ztrsm_MKL cat report.ztrsm_Eigen cat report.ztrsm_openBLAS cat report.ztrsm_BLIS --------------------------------------------------------------------------------