tlrmchlsmth / momms

Multilevel Optimized Matrix-matrix Multiplication Sandbox
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Specialized packing #3

Closed tlrmchlsmth closed 8 years ago

tlrmchlsmth commented 8 years ago

For performance reasons, packing at least needs to be specialized to panel width/height and possibly also to row-major/column major.

Not currently possible to do this through the type system in Rust, so it should be done through the control tree

tlrmchlsmth commented 8 years ago

can try using https://github.com/paholg/typenum for this

tlrmchlsmth commented 8 years ago

Added in cc764f769c1f3749d21fbe1bec651993ce60b667