tenstorrent / tt-metal

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

ARA Sweeps Reports #2603

Open boris-drazic opened 11 months ago

boris-drazic commented 11 months ago

In ARA make a page to display all collected results for an OP. The landing page will have a list of all OPs with option to search by OP name. Individual OP page will display all collected test results (as on test display page) with additional information about host name and commit hash.

boris-drazic commented 11 months ago

Draft implementation done, next to do:

Note: memory_location None stands for System Memory.

banekg commented 11 months ago

"_memorylocation None stands for System Memory" is added and filtering is tested.

Clean up how layout, dtype, mem location are displayed is still work in progress, because there are some cases (5%) for which a current approach is not working.

banekg commented 11 months ago

Clean up how layout, dtype, mem location are displayed (don't need enum name) is finished.