You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Barracuda with ONNX wrapped model.
In computer setting, I use GPU with:
worker = WorkerFactory.CreateWorker(WorkerFactory.Type.Compute, m_RuntimeModel);
However, in android unity application, I cannot use GPU with that code fragment.
My android build setting is 'OpenGLES3', not 'Vulkan'.
(Actually, I cannot use Vulkan for this build due to other dependency Nreal Light)
Can you give a solution for this?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your work.
I'm using Barracuda with ONNX wrapped model.
In computer setting, I use GPU with:
worker = WorkerFactory.CreateWorker(WorkerFactory.Type.Compute, m_RuntimeModel);
However, in android unity application, I cannot use GPU with that code fragment.
My android build setting is 'OpenGLES3', not 'Vulkan'.
(Actually, I cannot use Vulkan for this build due to other dependency Nreal Light)
Can you give a solution for this?
Thanks.
The text was updated successfully, but these errors were encountered: