willow-ahrens / Finch.jl

Sparse tensors in Julia and more! Datastructure-driven array programing language.
http://willowahrens.io/Finch.jl/
MIT License
157 stars 15 forks source link

Implement Tensor Dot #464

Closed kylebd99 closed 5 months ago

kylebd99 commented 5 months ago

As a precursor to the einsum issue, implementing tensor dot will make operations like mat mul more straightforward to express.

We'll be following the array interface described here.