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
Zhuo Zhang
95d6ab401e
add ncnn debug lib postfix 'd' in cmake ( #2091 )
5 years ago
nihuini
3a4d716db4
onnx2ncnn fuse pixelshuffle downsample to reorg
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
c35af03166
delete dead code
5 years ago
nihui
759b0b19d2
fix bus error in from_pixels with stride on armv7
5 years ago
nihuini
a334513b5e
fp16a option fix
5 years ago
nihuini
1cdb66f614
c++03 ci
5 years ago
nihuini
9047741129
always disable fp16/int8 arithmetic for gpu uop
5 years ago
nihuini
6238bfd77f
roi variant for from pixels family, enable fp16a by default
5 years ago
nihuini
d5f2220ee7
fuse onnx groupnorm
5 years ago
Cai Shanli
8ec73408ae
set NCNN_BUILD_TESTS default off ( #2076 )
* set cmake NCNN_BUILD_TESTS default off and add -DNCNN_BUILD_TESTS=ON to ci
5 years ago
nihuini
cd7f59d25b
adapt mlir dialect registration changes
5 years ago
nihuini
195fe2062b
prelu arm fp16sa
5 years ago
nihui
7ace8a933d
powerpc64, fix #2054 ( #2058 ), workaround gcc altivec bug
5 years ago
youzainn
266382a832
fix cmake 3.5.1 config error ( #2067 )
* fix cmake 3.5.1 config error
* fix ubuntu16.04 build error
5 years ago
nihui
0341100aac
place some ci on ubuntu-16.04 ( #2066 )
* Update linux-x64-cpu-gcc.yml
* Update linux-x64-cpu-gcc.yml
5 years ago
youzainn
3b1b41ec0b
Add some compile options, add vulkan dependency export ( #2062 )
* vulkan cmake export templete
* 1) vulkan cmake dependency export. 2) support opencv_world import. 3) add BUILD_WITH_STATIC_CRT option
* Threads dependency
* NCNN_BUILD_WITH_STATIC_CRT option
* we do not support cmake before version 3.15 for option NCNN_BUILD_WITH_STATIC_CRT
5 years ago
新无止竞博客
8704ed418e
Fix yolov4 example load model ( #2059 )
5 years ago
ruru5697
e58a35aa65
fix darknet2ncnn maxpool padding size ( #2038 )
* fix maxpool padding size
* restyle
5 years ago
Martin Han
a531268ff4
Fix yolov4 example bgr2rgb ( #2051 )
* Update yolov4 example
Add streaming from OpenCV support.
Add time profiling support.
Improve error handling.
5 years ago
Zhuo Zhang
0fc5ee1383
fix #2056 ( #2057 )
5 years ago
Leo
b1c8afa94c
[ncnn] fix simplestl header not installed ( #2053 )
5 years ago
nihuini
0be0b52df0
fix instancenorm vulkan without affine
5 years ago
nihuini
d04c05651f
interp with reference target size blob
5 years ago
nihuini
63247a32a7
mlir fix keras conv2d dense bias, fix pooling type
5 years ago
nihui
9f5b660483
compile spirv
5 years ago
Leo
5afd318b86
Support remove libstdc++ denpendency ( #2030 )
* [build] add toolchain file w/o stdcxx dependency
* [build] link m and gcc lib explicitly
* [ncnn] complete simple stl impl
* [ncnn] adapt for ncnn simplestl
* [test] adapt for ncnn simplestl
* [ncnn] fix missing algorithm and list when simplestl disabled
* [ncnn] fix guard for operator new and delete
* [style] fix the code style
* [build] fix build failed on darwin and emscripten
* [ci] do not import cxx to avoid operator conflict
* [ncnn] add temporary partial_sort impl using bubble sort
heap sort should be used for better perf.
* [ncnn] add std greater and less function
* [ncnn] fix placement new operator overload
* [ncnn] add operator delete with size info
* [build] disable exception, rtti, example and tools when simplestl on
* [build] add toolchain for arm simplestl
* [build] add toolchain for aarch64 simplestl
* [ncnn] move initializer to constructor
* [ncnn] use deteiled type instead of auto
* [ncnn] use plain lib name in target_link_libraries
5 years ago
Zhuo Zhang
a2f7f71081
add tg link in readme ( #2044 )
5 years ago
nihuini
6a15cb1a0e
mlir fuse keras conv2d dense
5 years ago