CaptainDario
CaptainDario
The performance seems a little worse than running on CPU, otherwise, it works fine. Specifically, I get this message ``` ... [I:onnxruntime:, webgpu_execution_provider.cc:801 GetCapability] webgpu kernel not found in registries...
@fs-eire will the webgpu provider also be available for iOS/Android?
@DavBfr this prevents me from shipping my app, could you take a look at it?
@YehudaKremer, could you take a look at this, or maybe even a general approach to add dependencies?
Thank you for the heads up! Do you have an example of how to do that?
Thank you for your reply! I will try this today in the evening, but this does not only happen on iOS but also on Android.
Is there a migration guide available? Hitting this ``` The method 'decodeBuffer' isn't defined for the type 'ZipDecoder'. Try correcting the name to the name of an existing method, or...
I assume it should be `decodeStream` but I am not sure.
I tried the new version in debug mode on Android and it is significantly slower, even so much that I cannot use this version. `v3.6.1` ``` I/flutter (18876): assets/dict/dictionary.zip I/flutter...
But on a positive note, the unpacking of the initially mentioned zip does now work on android in debug mode. Thanks!