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

f32-spmm missing tests #7062

Open
oliIMG opened this issue Sep 10, 2024 · 0 comments
Open

f32-spmm missing tests #7062

oliIMG opened this issue Sep 10, 2024 · 0 comments

Comments

@oliIMG
Copy link
Contributor

oliIMG commented Sep 10, 2024

Currently the way tests are generated and linked causes an issue where in the final binary 'f32-spmm-minmax-test' only the tests present in 'f32-spmm-minmax.cc' get included. I'm building for a RISC-V target but I don't believe target platform affects final output for the test binary.
image
I've managed to hack my way around this by generating the source code for the code in one file 'f32-spmm-minmax.cc' but this should get fixed properly. Also consider re-evaluating other tests that are split into multiple files.

@oliIMG oliIMG changed the title f32-spmm missing test files f32-spmm missing tests Sep 10, 2024
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

No branches or pull requests

1 participant