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
I've been trying to build and deploy one of the example Halide apps onto a newer version of a Qualcomm Snapdragon (SM8550). I have set up my shell's environment to point to a newer version of the Hexagon_SDK (v5.4.0.3) and Tools (v8.7.03)
I have been partially successful; I can build the generator library for $HALIDE_TOPSRC/apps/blur
When I try to run the adb push script commands they fail for two reasons:
1 - one of the push-paths contain an older sub-variant of the HVX architecture (v60); This sub-path is no longer available in $HALIDE_TOPSRC/src/runtime/hexagon_remote/bin. The only path available is v65/
2 - when I try to run the Makefile in the aforementioned path, there are make rules with broken targets. $(BIN)/cdsp/arm-64-android/libhalide_hexagon_host.so is a broken target (no $(BIN)/cdsp/)
$(BIN)/adsp/arm-64-android/libhalide_hexagon_host.so is a broken target (no $(BIN)adsp/)
So, are there any plans to shore up support for the SM8550 / v73 HVX architecture?
As of now, it seems there's only support for SM8350 / v65
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there -
I've been trying to build and deploy one of the example Halide apps onto a newer version of a Qualcomm Snapdragon (SM8550). I have set up my shell's environment to point to a newer version of the Hexagon_SDK (v5.4.0.3) and Tools (v8.7.03)
I have been partially successful; I can build the generator library for $HALIDE_TOPSRC/apps/blur
When I try to run the adb push script commands they fail for two reasons:
1 - one of the push-paths contain an older sub-variant of the HVX architecture (v60); This sub-path is no longer available in $HALIDE_TOPSRC/src/runtime/hexagon_remote/bin. The only path available is v65/
2 - when I try to run the Makefile in the aforementioned path, there are make rules with broken targets.
$(BIN)/cdsp/arm-64-android/libhalide_hexagon_host.so is a broken target (no $ (BIN)/cdsp/)
$(BIN)/adsp/arm-64-android/libhalide_hexagon_host.so is a broken target (no $(BIN)adsp/)
So, are there any plans to shore up support for the SM8550 / v73 HVX architecture?
As of now, it seems there's only support for SM8350 / v65
Thanks, charles.
Beta Was this translation helpful? Give feedback.
All reactions