weiya711 / sam

MIT License
15 stars 4 forks source link

[Simulator and Dataset] Write script to convert .mtx and .tns to memory datastructures #13

Closed weiya711 closed 2 years ago

weiya711 commented 2 years ago

Need to convert from Suitesparse or Frosst tensors to the various format datastructures needed by the memory in HW and by the lists in the simulator

weiya711 commented 2 years ago

Suitesparse .mtx files resolved full tensors only (no blocking) by #21

weiya711 commented 2 years ago

This has now been resolved with .tns files as well (no blocking)