Skip to content
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

Merged
merged 2 commits into from
Nov 16, 2024
Merged

Conversation

abhullar-tt
Copy link
Contributor

@abhullar-tt abhullar-tt commented Oct 24, 2024

Ticket

#5174

Problem description

Need to uplift these microbenchmark tests to run on BH

Checklist

tests/scripts/run_tests.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@yugaoTT yugaoTT left a 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;
Copy link
Contributor

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?

Copy link
Contributor Author

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

@abhullar-tt abhullar-tt merged commit d1454aa into main Nov 16, 2024
146 of 151 checks passed
@abhullar-tt abhullar-tt deleted the abhullar/bh-bench branch November 16, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants