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

Modification in Makefile of sw/ directory, for spmv-fp to work #2

Open
pmpakos opened this issue Jan 18, 2022 · 1 comment
Open

Modification in Makefile of sw/ directory, for spmv-fp to work #2

pmpakos opened this issue Jan 18, 2022 · 1 comment

Comments

@pmpakos
Copy link

pmpakos commented Jan 18, 2022

Hello.
Thank you for your work. I would like to suggest a little change to your Makefile (located here).

For the implementations of floating-point spmv (float_pob, float_stall), you have to add -DFP_POB or -DFP_STALL accordingly to the CXXFLAGS, so that the compilation of host or benchmark completes succesfully.
These flags are already set here, but not visible in the previously referred "main" functions in sw/ directory.

Thank you

@yxd97
Copy link
Contributor

yxd97 commented Jan 18, 2022

Thanks for your comments! Could you please show the error message you get? The host.cpp and benchmark.cpp programs are designed to work for all implementations so they don't need to see the flags. The compilation works well on our end.

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

2 participants