We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcad77c commit b760272Copy full SHA for b760272
1 file changed
ggml/src/ggml-hexagon/htp/main.c
@@ -101,6 +101,7 @@ AEEResult htp_iface_open(const char * uri, remote_handle64 * handle) {
101
}
102
103
104
+#if __HVX_ARCH__ >= 75
105
{
106
// Set HMX clock
107
HAP_power_request_t request;
@@ -118,6 +119,7 @@ AEEResult htp_iface_open(const char * uri, remote_handle64 * handle) {
118
119
return err;
120
121
122
+#endif
123
124
return AEE_SUCCESS;
125
0 commit comments