-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#5174: Uplifitng microbenchmarks to run on BH #14191
Conversation
tests/tt_metal/tt_metal/perf_microbenchmark/8_dram_adjacent_core_read/test_dram_read.cpp
Outdated
Show resolved
Hide resolved
d33335d
to
6f9df1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make sure the existing perf for whb0 is not changed (especially the dram read one). Thanks
uint32_t full_grid_size_y = 12; | ||
|
||
uint32_t full_grid_size_x = device->grid_size().x; | ||
uint32_t full_grid_size_y = device->grid_size().y; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this return 12 for whb0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it pulls the grid size from the soc descriptor yamls
Ticket
#5174
Problem description
Need to uplift these microbenchmark tests to run on BH
Checklist