Quansight-Labs / python-moa

Python implementation of Mathematics of Arrays (MOA)
https://python-moa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

End-to-end Multiple Matrix Multiply implementation/prototype #8

Closed dcharbon closed 5 years ago

dcharbon commented 5 years ago

This is a beginning toward a general einsum implementation, #88. Could encompass the einsum within MoA if it works out.

costrouc commented 5 years ago

Closing as highly related to #7