python3-cython-blis

Fast BLAS-like operations from Python and Cython, without the tears (Python 3)
  https://github.com/explosion/cython-blis
  0
  no reviews



This repository provides the Blis linear algebra routines as a self-contained Python C-extension. Currently, it only supports single-threaded execution, as this is actually best for our workloads (ML inference).

This package installs the library for Python 3.