BLIS.jl

This package provides:

  • Wrapper for typed and object-based interface of BLIS.
  • Overwrite of LinearAlgebra.BLAS functions so that matrix multiplications can also be redirected to the BLIS backend.

Julia code in this repository aims to maximize usage of Julia's metaprogramming features to minimize hard coding. Some of the features might be at the cutting edge.

Table of contents

Installation

using Pkg
Pkg.add("BLIS")
# or simply `]add BLIS`.