mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-05-03 12:52:06 +02:00
hexagon: guard HMX clock request for v75+ platforms (#22377)
This commit is contained in:
parent
dcad77cc3b
commit
b760272f1a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user