Open
Description
I am getting the following when trying to run a model on LiteRT Next (2.0.0-alpha) on GPU:
Following operations are not supported by GPU delegate:
ADD: Tensor <code line> has bad input dims size: 5.
DIV: Tensor <code line> has bad input dims size: 5.
RESHAPE: Tensor <code line> has bad input dims size: 5.
RESHAPE: Tensor <code line> has bad input dims size: 5.
RESHAPE: Tensor <code line> has bad input dims size: 5.
...
From my understanding this feature is coming?
I was hoping there would be an issue I could track to find out when it gets supported, but it doesn't seem to exist yet (just one for CoreML), so I'm creating it so others can upvote and we can hopefully see when it's resolved/implemented 😃
Thanks!
I also get an error:
[third_party/odml/litert/litert/runtime/accelerators/dispatch/dispatch_accelerator.cc:113] Dispatch library directory is not set.
How do I set this? Is something missing in the packaging everything GPU into com.google.ai.edge.litert:2.0.0-alpha
?