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
ncnnnnn
972bb4b52c
softplus inplace ( #2156 )
* softplus inplace
* softplus inplace add src/tests CMakeLists.txt
* Update CMakeLists.txt
* Update softplus.cpp
* Update softplus.h
* Update softplus.cpp
* Update test_softplus.cpp
* Update softplus.cpp
* Update softplus.h
Co-authored-by: sf <sf@sf.sf>
Co-authored-by: nihui <shuizhuyuanluo@126.com>
5 years ago
Evgeny Proydakov
a5b8ca8502
Fixed compile warning for macos in caffe2ncnn (-Wformat) ( #2162 )
5 years ago
nihuini
7b5b829143
adapt mlir api changes
5 years ago
Zhuo Zhang
8d56a62d5f
fix yolact color array index out of bound bug ( #2136 )
5 years ago
nihui
2384fad8e0
recognize more binaryop with constant
5 years ago
nihuini
b766c8cd9e
fix potential divide by zero fault when bf16s / fp16s enabled, fix #2125
5 years ago
youzainn
1c5af3d83c
add device_name field for class GpuInfo ( #2122 )
5 years ago
Zhuo Zhang
89ef8e1716
mention discord in readme ( #2121 )
5 years ago
nihui
b6d9a65cb1
fix fp16 overflow in instancenorm vulkan
5 years ago
nihui
de039b3546
ci x86 32bit ( #2116 )
5 years ago
youzainn
b8dd4ad61f
update jetson build doc ( #2117 )
5 years ago
nihui
c954bd742b
update doc
5 years ago
nihuini
da7989bda3
yuv420sp2rgb_nv12
5 years ago
tpoisonooo
2c8288555c
fix(cpu): cpu number bigger than 64 ( #2083 )
Co-authored-by: nihui <shuizhuyuanluo@126.com>
5 years ago
nihui
d695005744
innerproduct fp16sa bf16s pack
5 years ago
nihui
41840d0461
unaryop fp16s bf16s, sin cos fp16sa
5 years ago
nihui
926743ddae
cache cflags and cxxflags for hisi toolchain files
5 years ago