This crate contains TBLIS FFI bindings.
TBLIS (Tensor BLIS, The Tensor-Based Library Instantiation Software) can perform various tensor operations (multiplication, addition, reduction, transposition, etc.) efficiently on single-node CPU. This library can be an underlying driver for performing einsum (Einstein summation).
Resources | Badges |
---|---|
Crate for FFI | |
Crate for Source | |
FFI Binding | 9b95712 after |
We refer the readme file of crate tblis-ffi (FFI bindings) and tblis-src (source code build) for more information.