bespoke-silicon-group / bsg_manycore

Tile based architecture designed for computing efficiency, scalability and generality
Other
228 stars 58 forks source link

Shorter quicksort Variant #530

Closed drichmond closed 3 years ago

drichmond commented 3 years ago

Quicksort is one of the longest (if not the longest) running tests when we move to full-chip simulation. I added a variant that uses 4x less data and runs about 5x faster. This doesn't supersede quicksort, it just adds a faux-heartbeat.

I also removed the printf when the tests passes.