Skip to content

higucheese/cblas_sgemm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample code of cblas_sgemm

Written to investigate OpenBLAS's implementation.

Usage

  1. Install OpenBLAS to where you want. This following command is recommended.
make USE_OPENMP=1 CC=gcc FC=gfortran ONLY_CBLAS=1 DEBUG=1
  1. Rewrite Makefile to link your OpenBLAS correctly. This directory tree is one example.
.
├── cblas_gemm
└── opt/OpenBLAS
  1. make

About

Sample code of cblas_sgemm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published