ucb-bar / saturn-vectors

Chisel RISC-V Vector 1.0 Implementation
BSD 3-Clause "New" or "Revised" License
47 stars 4 forks source link

Add dataset1.h for bmarks #26

Closed jerryz123 closed 8 months ago

jerryz123 commented 8 months ago

BTW I think sgemm only works with only some problem sizes?

dpgrubb13 commented 8 months ago

Correct, I had just spent time optimizing the inner loop for even/multiple-sized inputs with the intention of fixing up the tail code later.