-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make changes for cmake based build of hexagon_remote #237
Make changes for cmake based build of hexagon_remote #237
Conversation
- Change HL_HEXAGON_SIM_REMOTE and LD_LIBRARY_PATH to reflect new locations of hexagon_sim_remote and libhalide_hexagon_host.so respectively. - Add HEXAGON_SDK_ROOT to point to the toplevel of the Hexagon SDK
Should I go ahead and land this and/or activate it on the buildbot master? (Not sure if we need to also land a Halide PR first to avoid breakage) |
Yes, there is dependency here. We'll need to land Alex's PR halide/Halide#7671 first. |
OK, I will hold off until I hear more from you. |
Correct: at present we don't do any Hexagon building/testing on anything but x86-64-linux machines; the first one you list is arm-32-linux. |
Hmm It looks like we do enable the Hexagon backend on platforms other than x86-64. |
OK, this looks good to me -- if you think it's ready to land, I will merge it and push it out to the buildbot master, please let me know |
Thank you. I am testing Alex's PR halide/Halide#7671 one last time. Once that is good, I'll confirm here and then this can go in. |
Monday Morning Ping -- LMK when you are happy with halide/Halide#7671 (and thus, ready for this to land) |
Thanks @steven-johnson - Sure, will do this. Ran into some errors testing halide/Halide#7671 late Friday. Coulnd't get to them over the weekend. I'll post an update here. |
Merged master to fix conflicts. |
We can't merge halide/Halide#7671 until the clang-tidy errors are fixed -- we'll be good to go once that happens |
Since halide/Halide#7741 has been merged, we can merge this PR as well. |
landed and applied to bots, should be in use now |
Thank you. |
)" This reverts commit 50e2cb9.
Revert "Make changes for cmake based build of hexagon_remote (#237)"
@steven-johnson PTAL