Home

Awesome

BLIS.jl

CI

This repository provides:

Performance

<img src="docs/src/bmk/dgemm_ggc_skx_xeon_8260.png" width="500" />

Above is a benchmark result obtained against generic-strided matrix multiplications. More performance results are available here.

Installation

]add BLIS.jl

Usage

Basically by using BLIS one replaces LinearAlgebra with BLIS routines as its backends. This should allow direct computation (computation without copying) of generic strided matrices and mixed-datatype matrices. In addition to that BLIS' typed and object-based API are exposed as backends. See documentation for more details.

Roadmaps