Skip to content

jstzwj/HanBLAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HanBLAS

HanBLAS is a toy BLAS library implemented in rust.(WIP)

Usage

Use in Rust

Use by CBLAS API

Supported functions

level1

  • sswap, dswap, cswap, zswap
  • sasum, dasum, scasum, dzasum
  • sdot, ddot, dsdot
  • cdotu, zdotu
  • cdotc, zdotc
  • scopy, dcopy, ccopy, zcopy
  • isamax, idamax, icamax, izamax
  • isamin, idamin, icamin, izamin

level2

level3

  • sgemm

Performance

About

HanBLAS is a BLAS library written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages