HiSparse icon indicating copy to clipboard operation
HiSparse copied to clipboard

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

Open pmpakos opened this issue 3 years ago • 1 comments

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

pmpakos avatar Jan 18 '22 08:01 pmpakos

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.

yxd97 avatar Jan 18 '22 20:01 yxd97

Closed for being inactive.

yxd97 avatar Aug 05 '24 21:08 yxd97