qlora-gemm 0.20.0

Matrix multiplication algorithms - maintained fork using qlora-paste
Documentation
1
2
3
4
5
6
7
# qlora-gemm

A fork of the [gemm](https://github.com/sarah-ek/gemm/) crate that uses [qlora-paste](https://crates.io/crates/qlora-paste) instead of the unmaintained [paste](https://crates.io/crates/paste) crate.

This fork addresses the RUSTSEC-2024-0436 security advisory by replacing the unmaintained paste dependency with a maintained fork.

Playground for testing high performance matrix multiplication.