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

Added narrow row support on BH #18787

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pmilenkovicTT
Copy link
Contributor

Ticket

#18528

Problem description

The Blackhole did not have the narrow row feature implementation, causing ResNet-50 fold test to fail.

What's changed

The additions include the pack_untilize API change, enabling the narrow_row parameter that was unused up to this point to be passed to the LLK.
The LLK additions modify the untilize algorithm for the packer, in order to disable the reads from Face 1 and Face 3 and only allow the reads from F0 and F2 when the narrow_row is set to true.

Checklist

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.

2 participants