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

[stevo]: add misc test 1 #47

Merged
merged 5 commits into from
Mar 23, 2022
Merged

[stevo]: add misc test 1 #47

merged 5 commits into from
Mar 23, 2022

Conversation

stevobailey
Copy link
Contributor

This test just does a max reduction of all elements in a vector against a scalar, then stores the result. The vector has 16 8-bit elements. This test passes when the vector length is 128, but not when the vector length is larger than that. Before merging, can you provide a fix?

@stevobailey stevobailey mentioned this pull request Mar 21, 2022
@michael-platzer
Copy link
Contributor

Hi @stevobailey , thanks for this PR! I have managed to fix the bug that caused it to fail with the larger vector size.

Your PR looks good to me, just a minor request: Could you maybe change the name of your test file to max_reduction.S or something similar that gives some info about the kind of test that is performed?

@michael-platzer michael-platzer merged commit 51bd47f into vproc:main Mar 23, 2022
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