ncnnnnn
16fb78a814
use-ncnn-with-opencv-addmat ( #2306 )
5 years ago
ncnnnnn
a971acda3d
efficient-roi-resize-rotate-addmat ( #2305 )
5 years ago
Zhuo Zhang
e36f990498
update how-to-build.md, fix package names ( #2293 )
* add missing word
* fix wrong-spelled apt package names
5 years ago
nihuini
d0e6b256f9
drop obsoleted aarch64 auto conv mode, print mac after ncnnoptimize shape inference
5 years ago
Philipp Zabel
799643f07b
Fix build instructions ( #2253 )
5 years ago
youzainn
aa665026f3
openmp best practice ( #2243 )
5 years ago
songqun
a0189211d9
docs: add docs about how to build a minimal ncnn library ( #2224 )
5 years ago
qiqikit
09011f36ad
Update FAQ-ncnn-throw-error.md ( #2222 )
crash when freeing a ncnn dynamic library
5 years ago
Witold Baryluk
65231820b2
Improve build instructions ( #2174 )
* Improve build instructions
* Merge Linux stuff into one section.
* Provide better info on dependencies
* Provide easier to use instruction for Debian / Ubuntu for native and cross-compile builds
* Capitalize Sentence and put proper punctation.
* Use backticks where appropiate
* Move Hisilicon instruction together with Arm crosscompiling
* Add information how to verify the Vulkan installation on Linux
* Change how to launch examples so it is easier (no copying needed or external resources)
* Add info about benchmark and how to test it on GPU or CPU
* Use `$(nproc)` where appropriate.
* Put some paths in quotes, in case they contain spaces or other weird characters (coma, semicolon, colon, etc).
* Remove some extremely obvious pieces that every developer usually knows.
* Use newer Vulkan SDK in instructions for Linux
* Get rid of `<ncnn-root-dir>`, and just use `ncnn`. It is what git clone does. And any developer will know how to change it if they choose to do it differently.
* Update README.md
* Update how-to-build.md
Co-authored-by: nihui <shuizhuyuanluo@126.com>
5 years ago
ncnnnnn
697767b062
Update add-custom-layer.zh.md ( #2164 )
5 years ago
youzainn
b8dd4ad61f
update jetson build doc ( #2117 )
5 years ago
nihui
c954bd742b
update doc
5 years ago
Huang Rui
6f56f07536
FAQ-ncnn-vulkan.md: fix outdated document ( #2086 )
change document about how to enable ncnn vulkan capablity
Signed-off-by: Huang Rui <vowstar@gmail.com>
5 years ago
nihuini
bf279dcf17
workaround corrupted pipeline cache on old qcom adreno
5 years ago
zchrissirhcz
534f8da195
Update FAQ-ncnn-produce-wrong-result.md ( #1947 )
Mention jpg decoding & resizing issue
mention keep size unchanged if debug with resize issue
5 years ago
Zhuo Zhang
8d984f105b
update readme: metion yolact, retinaface, etc ( #1916 )
* update readme: metion yolact, retinaface, etc
* update doc: add c/cpp/python for code region
5 years ago
nihui
83f433aee2
update operation-param-weight-table
6 years ago
nihuini
c384bc108b
update qcom810 qcom855+ benchmark
6 years ago
nihui
365ead6da3
Update FAQ-ncnn-throw-error.md
6 years ago
nihuini
ab7fa0c48a
fix staging download
6 years ago
nihui
62da1228e1
adreno image shader + fp16 + fp16a ( #1714 )
* wip
* wip
* fix
* image and imageview can not be destroyed until command execution ends
* fast copy path for tightly packed data
* wip
* texture load works
* 1d 3d image
* record clone image, multiple commands share one image reference
* upload download image
* layer forward accept vkimagemat
* vkimagemat graph works
* staging vkimagemat for passing dynamic parameters, macro for fp32+image shader, padding image shader
* vkimagemat elemsize
* convolution test pass
* conv1x1s1 image shader
* fast staging image allocator from host memory, pooling image shader
* convolutiondepthwise image shader
* innerproduct image shader
* packing image shader
* crop deconvolution image shader
* resolve spirv binding types
* image fp16 and fp16a, cast image shader
* eltwise image shader
* wip
* absval image shader
* deconvolutiondepthwise image shader
* concat image shader, squeezenet works
* noop split image shader
* uniform precision hint
* layer support_image_storage
* wip
* vulkan device utility operator
* command is storage and packing option aware
* fallback to cpu on image allocation failed, mobilenetssd works
* flatten image shader, enable more test
* ci test
* check imgfp32 imgfp16 imgfp16a features
* fix ci test
* fix ci test
* upgrade swiftshader
* wip
* opt aggressive
* imgfp16p
* opt none
* convolution winograd image shader
* fix flush range, fast copy path for continous buffer
* minor fix
* fix innerproduct
* wip ...
* wip
* cast fix
* packing test
* wip
* image fp16p is fp16p
* wip
* silence
* more line info
* code clean
* softmax image shader
6 years ago
nihui
7365bb80a2
vkmat and command api breaks ( #1689 )
* vkmat and command api breaks
* always use compute queue for compute buffer transfer
* no barrier for readonly weight buffer
* record clone, drop queue_owner
* bring back layer forward
* fix validation errors
* lifecycle inside command makes life easier
* update doc
* record_import_android_hardware_buffer
6 years ago
nihuini
17bf5247cc
visualize Mat
6 years ago
nihuini
6077066b02
binaryop broadcasting special type 3 4 for lhs
6 years ago
yehao
f6642ac631
Update FAQ-ncnn-produce-wrong-result.md ( #1641 )
fix spell mistakes
6 years ago
nihuini
b6741f1053
bump vulkan sdk version
6 years ago
tpoisonooo
d706b7073a
add FAQ-ncnn-protobuf-problem.zh.md doc ( #1552 )
6 years ago
nihuini
5ce8dbdb79
add how-to-build.md
6 years ago
nihui
4c5bdd7036
update faq
6 years ago
nihui
5cba7518a1
add efficient roi resize rotate doc
6 years ago
nihui
abe65593fa
add ncnn opencv conversion doc
6 years ago
nihui
ed810928ae
add ncnn-load-model doc
6 years ago
nihuini
8fc6b0e02a
add arm-a53-a55-dual-issue doc
6 years ago
nihui
ba8a8018db
add opt param
6 years ago
nihui
bc3255b06f
binaryop broadcasting type for spatial attention module
6 years ago
nihuini
93a858640a
update operation-param-weight-table.md
6 years ago
tpoisonooo
25979c1bdb
move ncnnoptimize doc to docs directory ( #1297 )
6 years ago
nihuini
7e8cbe6170
add FAQ about pytorch and mxnet-gluon preprocess
6 years ago
nihuini
8768941223
rename to how-to-build
6 years ago
nihuini
19efe499c2
update doc links
6 years ago
tpoisonooo
e16b338b13
build docs: ( #1204 )
1. copy wiki to docs and split into subdirectories
2. update convolution param
3. remove useless TODO List
4. refresh file name and link
6 years ago