hexagon: guard HMX clock request for v75+ platforms (llama/22377)

This commit is contained in:
Trivikram Reddy
2026-04-30 11:29:19 +03:00
committed by Georgi Gerganov
parent da738a74f5
commit 1be2adf7b3
+2
View File
@@ -101,6 +101,7 @@ AEEResult htp_iface_open(const char * uri, remote_handle64 * handle) {
}
}
#if __HVX_ARCH__ >= 75
{
// Set HMX clock
HAP_power_request_t request;
@@ -118,6 +119,7 @@ AEEResult htp_iface_open(const char * uri, remote_handle64 * handle) {
return err;
}
}
#endif
return AEE_SUCCESS;
}