Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

GPU support via GPU delegates? #36

Open
sandorkonya opened this issue Apr 25, 2023 · 5 comments
Open

GPU support via GPU delegates? #36

sandorkonya opened this issue Apr 25, 2023 · 5 comments

Comments

@sandorkonya
Copy link

sandorkonya commented Apr 25, 2023

Nice Repository!

@nyadla-sys what do you think, could one use the Android device's GPU to accelerate inference with the GPU delegates? Any pointers for this?

thy!!

@nyadla-sys
Copy link
Contributor

We have been unable to use GPUdelegate to whisper.tflite model on an Android device as of today. If any progress is made, I will provide an update here

@sandorkonya
Copy link
Author

It would be a great performance increase.
Keep up the good work!!

@sandorkonya
Copy link
Author

@nyadla-sys i mentioned this here and they adviced to use Google play services tf implementation.
What do you think?

@v-prgmr
Copy link

v-prgmr commented Jun 5, 2023

@sandorkonya I tried running the float 32 tflite model on the GPU using GPU delegates and it did not work. Can only run it on CPU.

@v-prgmr
Copy link

v-prgmr commented Aug 23, 2023

https://www.tensorflow.org/lite/guide/model_analyzer#check_gpu_delegate_compatibility
Using the delegate compatibility check, it is clear that the model has lot of kernel nodes that are not supported in TFLite runtime version 2.0

@nyadla-sys FYI

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants