Philipp Zabel
2b4b7cabe8
Fix maybe uninitialized warnings in Vulkan reshape functions ( #2255 )
5 years ago
Philipp Zabel
90dc323dab
Silence unused parameter warning in opencv resize function ( #2254 )
5 years ago
tpoisonooo
91883bb0a3
fix test build when NCNN_PIXEL option is off ( #2251 )
5 years ago
nihui
9f1c1d7dea
rename NCNN_OPENCV to NCNN_SIMPLEOCV
5 years ago
youzainn
aa665026f3
openmp best practice ( #2243 )
5 years ago
nihui
acbb52ee15
fix simplestl build in c++03, fix #2249
5 years ago
Zhuo Zhang
f05999e792
get_little_cpu_count() and get_big_cpu_count() ( #2247 )
5 years ago
Evgeny Proydakov
9dbe7aa897
Fixed compile warning for ios clang build. [-Wuninitialized] ( #2244 )
5 years ago
nihui
a00beac906
ncnnmerge for merging multiple models into one
5 years ago
Zhuo Zhang
6475d782c1
try to support Open Harmony OS ( #2241 )
5 years ago
nihui
b30d5131b4
naive exchange-add operation when NCNN_THREADS is off
5 years ago
nihui
cf3cf83cd3
unified image shader storage type ( #2231 )
* drop bug_layout_binding_id_alias flag
5 years ago
nihui
e4a4b51d27
openmp on webassembly ( #2234 )
* openmp on webasm works
* fix compile flags
* dynamic kmp runtime initialization
* clang simpleomp ci
* fix dispatch on unique cpu
5 years ago
Evgeny Proydakov
a0c9249ffe
Fixed compile warning in convolutiondepthwise for ios cpu 32 bit. [-Wunused-variable] ( #2227 )
5 years ago
nihui
a8f38f6170
portable thread local storage class ( #2229 )
5 years ago
nihuini
245e31ebca
adapt mlir api changes
5 years ago
songqun
a0189211d9
docs: add docs about how to build a minimal ncnn library ( #2224 )
5 years ago
Evgeny Proydakov
2cfec9032b
Fixed compile warnings for ios clang cpu 32bit. [-Wunused-variable] ( #2223 )
5 years ago
qiqikit
09011f36ad
Update FAQ-ncnn-throw-error.md ( #2222 )
crash when freeing a ncnn dynamic library
5 years ago
Evgeny Proydakov
6a71ccfc3f
Fixed compile warnings for clang ios gpu. [-Wunused-variable] ( #2217 )
5 years ago
Evgeny Proydakov
f1dc8a1825
Fixed compile warnings for gcc linux gpu 64 build. [-Wunused-parameter] ( #2216 )
* Fixed compile warnings for gcc linux gpu 64 build. [-Wunused-parameter]
* Fixed linux x64 gpu clang compile warning. [-Wunused-variable]
5 years ago
Zhuo Zhang
fc9541a2b5
fix packing.cpp integer multiply may overflow ( #2213 )
* fix packing.cpp integer multiply may overflow
* int->size_t
5 years ago
Evgeny Proydakov
2b66348b62
Fixed compile warnings for gcc linux gpu 64 build. [-Wunused-parameter] [-Wunused-variable] ( #2215 )
5 years ago
Zhuo Zhang
3f739a4e6e
fix onnx2ncnn.cpp integer multiply may overflow ( #2214 )
5 years ago
Zhuo Zhang
8f7937affa
fix shufflechannel.cpp integer multiply may overflow ( #2212 )
5 years ago
Zhuo Zhang
961af15089
fix roialign_x86.cpp integer multiply may overflow ( #2211 )
5 years ago
Zhuo Zhang
1993ea0e54
fix mat.h integer multiply may overflow ( #2210 )
5 years ago
Zhuo Zhang
cf31fda387
fix darknet2ncnn.cpp warnings ( #2209 )
* fix darknet2ncnn.cpp warnings
* revoke extra warning check
5 years ago
Evgeny Proydakov
8b0c46c45d
A single approach was used to suppress the msvc C4996 compiler warning [_CRT_SECURE_NO_WARNINGS] ( #2208 )
5 years ago
ncnnnnn
a135900094
fix fscanf -Wunused-result ( #2205 )
5 years ago
ncnnnnn
5a91a640cb
fix -Wmaybe-uninitialized _coffset ( #2204 )
5 years ago
restyled-io[bot]
2d459830a0
Restyle fix -Wmaybe-uninitialized ( #2203 )
* fix -Wmaybe-uninitialized
build warning: ‘_outh’ '_outw' may be used uninitialized
* Restyled by clang-format
* Restyled by astyle
* Restyled by clang-format
* Restyled by astyle
Co-authored-by: ncnnnnn <67086033+ncnnnnn@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
5 years ago
Evgeny Proydakov
4973773b35
Fixed compile warnings for gcc linux build. [-Wunused-result] ( #2199 )
5 years ago
fawdlstty
1d1cb29869
Fixed compile warning due to default cast ( #2201 )
5 years ago
Evgeny Proydakov
bc2471208f
Fixed compile warnings for gcc linux build. [-Wunused-parameter] [-Wunused-but-set-variable] ( #2198 )
5 years ago
nihui
9be3f074a9
ci ndk-r16b ( #2104 )
* reset
* fix build with old vulkan header
5 years ago
nihui
b9296c259d
bring up vulkan 1.1 ( #2191 )
* query subgroup features
* compile spirv 1.3
* drop offline spirv build
* do not build tests for android and ios, as they are never tested anyway
* code style
5 years ago
nihuini
e8c103e662
more pixel affine coverage
5 years ago
nihuini
85161a6187
ncnn mat pixel affine family
5 years ago
deepage
322095e629
Update onnx2ncnn.cpp ( #2189 )
5 years ago
deepage
0690995b1a
Update caffe2ncnn.cpp ( #2188 )
5 years ago
nihui
0d9cd02133
Create codeql-analysis.yml
5 years ago
Evgeny Proydakov
7dfb1cbafc
Fixed compile warning for x86 layer with reason: [-Wunused-variable] ( #2186 )
5 years ago
nihui
4463c3b455
disable image shader on adreno until a better workaround figured out
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
Evgeny Proydakov
478dbd546a
Fixed compile warning for x86 layer. [-Wunused-variable] ( #2184 )
5 years ago
Evgeny Proydakov
3d7feb7cce
Fixed compile warning for clang linux onnx2ncnn.cpp [-Wformat] ( #2185 )
5 years ago
ncnnnnn
697767b062
Update add-custom-layer.zh.md ( #2164 )
5 years ago
Evgeny Proydakov
ecc63a6d52
Fixed compile warning for macos in caffe2ncnn/onnx2ncnn (-Wdeprecated-declarations) ( #2180 )
5 years ago
Evgeny Proydakov
b93775a272
Fixed compile warning for macos clang in onnx2ncnn (-Wformat) ( #2175 )
5 years ago