ARM-software / android-nn-driver

MIT License
151 stars 60 forks source link

Is libOpenCL an absolute requirement? #17

Closed poweif closed 3 years ago

poweif commented 3 years ago

Are there perhaps ways to build on vulkan or just plain OpenGL?

Thanks

MikeJKelly commented 3 years ago

Hi @poweif

Yes, OpenCL is a requirement for the Arm ComputeLibrary GPU. There is no way to build on Vulkan or OpenGL.

Best regards, MIke

poweif commented 3 years ago

Thank you for the response. And a Vulkan or GL-based implementation is not on the roadmap?