tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
480 stars 78 forks source link

#15266: add sweeps based on traces #15274

Closed bbradelTT closed 1 day ago

bbradelTT commented 2 days ago

Ticket

Link to Github Issue #15266

Problem description

We need a way to track progress towards generality for mlir / pytorch2.0

What's changed

Add sweeps based on traces for reduce, fused, and matmul ops. Running these and seeing the results will help with tracking.

Tested locally that all the tests run and failures are expected.

Checklist