hanblas

Crates.iohanblas
lib.rshanblas
version0.0.1
sourcesrc
created_at2020-05-18 08:16:44.501217
updated_at2020-05-18 08:16:44.501217
descriptionA BLAS written in Rust
homepage
repositoryhttps://github.com/jstzwj/HanBLAS/
max_upload_size
id242920
size75,762
WangJun (jstzwj)

documentation

README

HanBLAS

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

Usage

Use in Rust

Use by CBLAS API

Supported functions

level1

  • 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

Commit count: 32

cargo fmt