ggblas 0.1.0

Matrix multiplicatiosn in simple pure rust multithreadded blas-like interface. Exploits intrinsics on available targets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ggblas

ggblas is a library aimed to provide a simple and ergonomic access
to the matrixmuliplication implemented in [ggml](https://github.com/ggerganov/llama.cpp/)

This library adds on top a [threadpool](https://docs.rs/threadpool/latest/threadpool/)
with the physical number of cores each thread being pinned to their respective
counterpart.

Current performance can be see [HERE](TODO)

License: Apache-2.0