You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
Dear Kuree:
Thanks for your great work on this project and I want to construct the environment to run. But unfortunately, I encounter a running issue, I think that maybe just a issue related to build flow.
When I run these 2 command
docker exec -i garnet bash -c "cd GarnetFlow/scripts && ./install.sh"
docker exec -i garnet bash -c "cd GarnetFlow/scripts && ./run.sh"
The running procedure is aborted by lack of libHalide.a. Do I need to prepare libHalide by myself?
make -C /GarnetFlow/scripts/Halide-to-Hardware/apps/hardware_benchmarks/apps/pointwise bin/design_top.json 1> /dev/null
make[2]: *** No rule to make target '../../../../distrib/lib/libHalide.a', needed by 'bin/pointwise.generator'. Stop.
make[1]: *** [../../hw_support/hardware_targets.mk:65: bin/design_top.json] Error 2
make: *** [Makefile:46: /tmp/pointwise.json] Error 2
Thanks!!
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. The repo was not on my watch list and I didn't get any notification.
The script should set up in a way that downloads and pre-built Halide library. Since we restructured the build procedure recently, would you please run it again to see if it has the same issue?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Kuree:
Thanks for your great work on this project and I want to construct the environment to run. But unfortunately, I encounter a running issue, I think that maybe just a issue related to build flow.
When I run these 2 command
docker exec -i garnet bash -c "cd GarnetFlow/scripts && ./install.sh"
docker exec -i garnet bash -c "cd GarnetFlow/scripts && ./run.sh"
The running procedure is aborted by lack of libHalide.a. Do I need to prepare libHalide by myself?
make -C /GarnetFlow/scripts/Halide-to-Hardware/apps/hardware_benchmarks/apps/pointwise bin/design_top.json 1> /dev/null
make[2]: *** No rule to make target '../../../../distrib/lib/libHalide.a', needed by 'bin/pointwise.generator'. Stop.
make[1]: *** [../../hw_support/hardware_targets.mk:65: bin/design_top.json] Error 2
make: *** [Makefile:46: /tmp/pointwise.json] Error 2
Thanks!!
The text was updated successfully, but these errors were encountered: