MNN/source/backend/opengl
liqing 73ad3413cc - dynamic computation graph (beta)
- add supports (/express)
	- add tests
	- add benchmarks with it (/benchmark/exprModels)
- Python
	- MNN engine and tools were submitted to pip
	- available on Windows/macOS/Linux
- Engine/Converter
	- add supports for each op benchmarking
	- refactor optimizer by separating steps
- CPU
	- add supports for Conv3D, Pool3D, ELU, ReverseSequence
	- fix ArgMax, Permute, Scale, BinaryOp, Slice, SliceTf
- OpenCL
	- add half transform in CPU
	- add broadcast supports for binary
	- optimize Conv2D, Reshape, Eltwise, Gemm, etc.
- OpenGL
	- add sub, real div supports for binary
	- add supports for unary
	- optimize Conv2D, Reshape
- Vulkan
	- add max supports for eltwise
- Metal
	- fix metallib missing problem
- Train/Quantization
	- use express to refactor training codes
2019-09-26 21:02:07 +08:00
..
execution - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
glsl - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
AllShader.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
AllShader.hpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
CMakeLists.txt beta 0.1.1.4 2019-05-24 11:26:54 +08:00
GLBackend.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
GLBackend.hpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
GLContext.cpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
GLContext.hpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
GLDebug.hpp beta 0.2.0.1 2019-06-24 11:32:41 +08:00
GLHead.hpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
GLLock.cpp beta 0.1.1.4 2019-05-24 11:26:54 +08:00
GLLock.hpp beta 0.1.1.4 2019-05-24 11:26:54 +08:00
GLProgram.cpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
GLProgram.hpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
GLSSBOBuffer.cpp beta 0.1.1.4 2019-05-24 11:26:54 +08:00
GLSSBOBuffer.hpp beta 0.1.1.4 2019-05-24 11:26:54 +08:00
GLTexture.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
GLTexture.hpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
GLUtils.cpp beta 0.2.0.1 2019-06-24 11:32:41 +08:00
GLUtils.hpp beta 0.2.0.2 2019-07-02 18:01:08 +08:00
makeshader.py beta 0.1.1.4 2019-05-24 11:26:54 +08:00