Are GPU delegates enabled in this setup? #1979
Unanswered
jeremiahrose
asked this question in
Q&A
Replies: 1 comment
-
They're enabled by default from our side, but if the Android configuration is not enabled they'll likely be disabled on the TensorFlow build side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I already asked a similar question here #1925
However, I'm still not 100% sure that the GPU delegates are being included in my custom build of Coqui. What is an easy way to find out for sure?
I'm building libstt.so with the following command. (The build is done inside Yocto / Openembedded so please just ignore all the custom crosstool_top stuff):
I notice the docs say that experimental GPU delegate support is enabled for Android builds:
My build doesn't use the Android target however. Will GPU delegates be included in my build above?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions