nihuini
5d40a42e2f
shorter blob name
5 years ago
maxfy1992
0f325d7910
add decrease unpack pack overhead ( #2489 )
Co-authored-by: yangfengmax <yangfengmax@didichuxing.com>
5 years ago
cavalleria
e6928dd7f1
add convolutiondepthwise/crop/sigmoid/tanh in operators.md ( #2484 )
* add convolutiondepthwise/crop/sigmoid/tanh in operators.md
* sort by alphabet
* delete impl_type
* cannot delete impl_type
* cannot delete impl_type
Co-authored-by: yaobin.li <yaobin.li@rokid.com>
5 years ago
nihuini
2b6213cc1e
link jnigraphics for android bitmap api
5 years ago
Cai Shanli
a9df4f6c59
add custom layer destroyer ( #2481 )
* add custom layer destroyer
* set default layer destroyer with 0
5 years ago
Zhuo Zhang
361847c827
check NCNN_MAX_PARAM_COUNT ( #2458 )
5 years ago
sunnycase
124d2c3d85
Support V831 ( #2478 )
5 years ago
nihuini
5650b77054
fix gpu extension conditions
5 years ago
nihuini
e2cb635a35
fix header install
5 years ago
nihui
1f44e5c6a3
enable ios arm64e ( #2475 )
* enable ios arm64e
* fix build with old vulkan sdk
* link vulkan loader on macos, fix ios moltenvk library path
* there is no moltenvk arm64e library atm, link moltenvk directly for macos-arm64
5 years ago
nihui
2b0b2fa388
enable more vulkan extensions, set subgroup size per vendor
5 years ago
nihuini
bd4f1ccb07
eltwise for vec and image, fix #2473
5 years ago
nihuini
38b6387bc5
ncnnoptimize and ncnn2mem now accepts weight-less custom layer
5 years ago
nihui
e93ad408c5
Ci release ( #2440 )
* package openmp and glslang together
* find glslang targets in lib64
* define version string
* update moltenvk
5 years ago
Monkeyking
7e9e4380c7
CI: Upgrade macos-arm64-gpu vulkan sdk ( #2464 )
Upgrade vulkansdk version:
vulkansdk-macos-1.2.135.0 -> vulkansdk-macos-1.2.162.0
5 years ago
BUG1989
ee28223e1b
update AMD 3970X + RTX8000 benchmark ( #2456 )
5 years ago
Evgeny Proydakov
7e68c76d2f
Fixed compile warning for src/c_api.cpp nostring build. [-Wunused-parameter] ( #2459 )
5 years ago
Evgeny Proydakov
80cd5f3ed5
Fixed compile warning [-Wunused-variable] in src/allocator.cpp for linux-gcc-nostdio-nostring build. ( #2455 )
5 years ago
Zhuo Zhang
add20d8a61
fix mat_pixel_android.cpp shadowed variables warning ( #2447 )
5 years ago
Zhuo Zhang
d4080d8cd1
fix mat_pixel_resize.cpp shadowed variables warning ( #2446 )
5 years ago
cavalleria
ec09791384
unused complie flad NCNN_OPENCV for mac platform ( #2453 )
Co-authored-by: yaobin.li <yaobin.li@rokid.com>
5 years ago
Evgeny Proydakov
d8478c11bc
Fixed compile warning in src/cpu.cpp for ios 32/64 bit compilation. [-Wunused-variable] ( #2452 )
5 years ago
Zhuo Zhang
7d30220f94
ignore CLion related IDE directories ( #2450 )
5 years ago
Zhuo Zhang
a1e9993616
fix convolution_arm.cpp shadowed variables warning ( #2448 )
5 years ago
Zhuo Zhang
a3642fd4a9
fix convolution.cpp shadowed variables warning ( #2449 )
5 years ago
Zhuo Zhang
782252f474
fix eltwise_x86*.cpp-shadowed-variables-warning ( #2445 )
5 years ago
Zhuo Zhang
f13035794a
fix convolution_x86*.cpp-shadowed-variables-warning ( #2444 )
5 years ago
Zhuo Zhang
62cdc14200
fix onnx2ncnn.cpp shadowed variables warning ( #2443 )
5 years ago
Zhuo Zhang
f3ac7d6261
fix mxnet2ncnn.cpp shadowed variable warning ( #2442 )
5 years ago
nihuini
1a3191e245
fix libncnn build with gcc-4.8 and gcc-4.4, fix #2388
5 years ago
Evgeny Proydakov
cce6b59556
More test for cpu ( #2439 )
* Updated test_cpu. Using test_cpu_set for __APPLE__ platforms.
* Updated test_cpu. Added simple test for powersave.
* Updated test_cpu. Improved code covarage for `test_cpu_omp`.
5 years ago
nihui
5f539beea5
ci macos ios build with llvm openmp ( #2438 )
5 years ago
nihuini
560c923b82
fix simpleomp invoke micro task crash on aarch64
5 years ago
nihuini
75c1f09b5d
do not count onnx constant node twice, fix #2425
5 years ago
nihuini
b7440cad2d
reserve onnx gemm memorydata, mention #2427
5 years ago
xingxingRealzyx
74d1193eb9
update operators.md, add cast ( #2430 )
5 years ago
ncnnnnn
0fa902bcf8
remove vs c4305 ( #2423 )
5 years ago
ncnnnnn
375c4abb6c
remove vs w4305 w4477 ( #2422 )
5 years ago
nihui
0508315fde
smaller initial memory for emscripten target
5 years ago
nihui
7331990598
enable simpleomp on macos arm64 and ios ci ( #2399 )
5 years ago
Zhuo Zhang
eb48cf1b98
fix tools/darknet/darknet2ncnn.cpp sign-compare warning ( #2396 )
5 years ago
Zhuo Zhang
0de350ad3e
fix tools/onnx/onnx2ncnn.cpp sign-compare warning ( #2395 )
5 years ago
Zhuo Zhang
188d8eac6a
rename allocator to _allocator ( #2391 )
5 years ago
Zhuo Zhang
2c9393e43a
fix examples/yolact.cpp sign-compare ( #2392 )
5 years ago
Zhuo Zhang
18dab0ee4f
don't compile tools and examples when crosscompile ( #2389 )
When cross-compiling, such as arm-linux-gnueabihf,
x86 OpenCV may be wrongly found by tools & examples targets.
Turn tools and examples off when cross compiling.
5 years ago
Zhuo Zhang
d5d69e32a8
fix tools/mxnet/mxnet2ncnn.cpp sign-compare warning ( #2394 )
5 years ago
Zhuo Zhang
d8866eba56
fix tools/ncnnoptimize.cpp sign-compare warning ( #2393 )
5 years ago
nihuini
8e94566ffb
add nanodet example
5 years ago
zhiliu6
25b224479c
optimize left over x86 convolution ( #2378 )
5 years ago
nihui
82a64c7f16
some ci tweaks ( #2375 )
* some ci tweaks
* workaround windows-2016 cache
5 years ago