taco(编译器级的张量计算优化工具)

The Tensor Algebra Compiler (taco) computes tensor expressions on sparse and dense tensors http://tensor-compiler.org
The Tensor Algebra Compiler (taco) is a C++ library that computes tensor algebra expressions on sparse and dense tensors. It uses novel compiler techniques to get performance competitive hand-optimized kernels in widely used libraries for both tensor algebra and linear algebra.

支持稀疏和密度的张量。
【taco(编译器级的张量计算优化工具)】堪比手写优化的效果。
类似于Halide。

    推荐阅读