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

host_exerciser: correct handling of local memory width #3126

Merged
merged 1 commit into from
May 22, 2024

Conversation

michael-adler
Copy link
Member

Reference FIMs pass only a single bank of local memory to HE MEM. Instead of building a size matcher for what is supposed to be a simple test, HE MEM accepts the loss of wide host data flowing through narrow local memory.

HE MEM version 4 exposes the local memory width in a CSR.

Tests run:

New HW on n6001, iseries-dk_x16

@michael-adler michael-adler requested a review from a team as a code owner May 22, 2024 21:50
@coveralls
Copy link

coveralls commented May 22, 2024

Pull Request Test Coverage Report for Build 9199368433

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.641%

Totals Coverage Status
Change from base Build 9196469979: 0.0%
Covered Lines: 15826
Relevant Lines: 24483

💛 - Coveralls

Copy link
Contributor

@pcolberg pcolberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @michael-adler, looks good.

samples/host_exerciser/host_exerciser_cmd.h Outdated Show resolved Hide resolved
Reference FIMs pass only a single bank of local memory to HE MEM.
Instead of building a size matcher for what is supposed to be a simple
test, HE MEM accepts the loss of wide host data flowing through narrow
local memory.

HE MEM version 4 exposes the local memory width in a CSR.

Signed-off-by: Michael Adler <michael.adler@intel.com>
@michael-adler michael-adler merged commit 8ba4295 into OFS:master May 22, 2024
19 checks passed
@michael-adler michael-adler deleted the mcadler/he_mem branch May 22, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants