Ramp Up Plan:
1, get knowledge of Android Neural Network Runtime and API
2, read Vulkan Tutorial.pdf to get knowledge of Vulkan
3, study source code and test sample
4, setup development enviroment, clone source code and build/run Celadon on KBL NUC
5, tried to write shader program for Tensor operations
Source Code
source code github:https://github.com/projectceladon/nn_gpu
test github: https://github.com/googlesamples/android-ndk/tree/master/nn_sample
Documents:
Android NN Introduction:
https://developer.android.com/ndk/guides/neuralnetworks/
https://blog.csdn.net/qkhhyga2016/article/details/78800912 - Chinese translation
http://jackwish.net/on-android-nnapi.html
Vulkan books:
Vulkan Tutorial.pdf - need go through whole book
Vulkan+Programming+Guide+-+Graham+Sellers.pdf - only be used when you need search some specific topic
Environment Setup:
Introduction of Celadon Project.pptx
PROJECT-CELADON
Ramp Up Plan:
1, get knowledge of Android Neural Network Runtime and API
2, read Vulkan Tutorial.pdf to get knowledge of Vulkan
3, study source code and test sample
4, setup development enviroment, clone source code and build/run Celadon on KBL NUC
5, tried to write shader program for Tensor operations
Source Code
source code github:https://github.com/projectceladon/nn_gpu
test github: https://github.com/googlesamples/android-ndk/tree/master/nn_sample
Documents:
Android NN Introduction:
https://developer.android.com/ndk/guides/neuralnetworks/
https://blog.csdn.net/qkhhyga2016/article/details/78800912 - Chinese translation
http://jackwish.net/on-android-nnapi.html
Vulkan books:
Vulkan Tutorial.pdf - need go through whole book
Vulkan+Programming+Guide+-+Graham+Sellers.pdf - only be used when you need search some specific topic
Environment Setup:
Introduction of Celadon Project.pptx
PROJECT-CELADON