Closed rohany closed 3 years ago
This is happening to me locally as well. I think you can just fix this by adding a make -p data/suitesparse line in the Makefile before calling the taco-benchcommand
make -p data/suitesparse
taco-bench
This is happening to me locally as well. I think you can just fix this by adding a
make -p data/suitesparse
line in the Makefile before calling thetaco-bench
command