alibaba / MNN

MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
http://www.mnn.zone/
8.6k stars 1.66k forks source link

OpenGLES backend #610

Closed pure-water closed 4 years ago

pure-water commented 4 years ago

I saw there are code of opengl es as the backend. What is the roadmap for this backend for MNN framework?

jxt1234 commented 4 years ago

MNN focus on CPU(x86+ARMv7a+ARMv8.1) , ARMv8.2, Vulkan , OpenCL. For opengl es will not add any ops or do optimize. But in future we will introduce a new mechanism to make every backend easily to support a lot of ops.