nihui
db035d602d
update ncnnoptimize layers, lightmode=false keeps original weight ( #5414 )
2 years ago
nihui
056509a034
fix create_pipeline crash in vulkan-enabled layer without calling load_param/load_model first ( #5410 )
2 years ago
張小凡
3b048d1923
destroy_gpu_instance() function wait for all devices to be idle before destroy ( #4763 )
* destroy_gpu_instance() will internally ensure that all vulkan devices are idle before proceeding with destruction.
2 years ago
nihui
5dc998e672
update release ci, drop bitcode and 32bit apple package, visionos package ( #5409 )
2 years ago
nihui
f61e2d13e3
unified python ci ( #5407 )
2 years ago
nihui
dee195d3f0
unified android ci ( #5406 )
2 years ago
nihui
69640594f7
unified macos ios ci, drop 32bit support, drop ios arm64e, default to ios 13 ( #5403 )
2 years ago
nihui
5a8f79f7c7
add apple A17 and M3 family macro ( #5405 )
2 years ago
nihui
2a07aa2d79
unified mac-catalyst ci ( #5402 )
* fix moltenvk static linking
2 years ago
nihui
fafb897ff7
update ios toolchain, add visionos ci, update watchos, ncnn target ilp32 ( #5399 )
2 years ago
nihui
824b79a314
fix rvv extract blob with fp16 enabled, fix #5360 ( #5398 )
2 years ago
nihui
e3758fdd19
fix test reduction warning ( #5397 )
2 years ago
dependabot[bot]
6872cca3fc
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 ( #5371 )
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.16.5 to 2.17.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
nihui
7cc89108b3
try more known vulkan library with simplevk ( #5396 )
2 years ago
nihui
2f65729873
fix riscv v build with old cpp standard, fix #5366 ( #5391 )
2 years ago
nihui
167501f0c6
fix softmax arm fp16s sum error, fix #5340 ( #5393 )
2 years ago
nihui
6595743bb2
shift before adding for dropping additional double bit from vqdmulhq_s16, fix #5263 ( #5390 )
2 years ago
nihui
e61d3a1c02
add pnnx torch-2.2 ci ( #5392 )
2 years ago
lll143653
342faf2e79
Update how-to-build.md ( #5389 )
modify the "bulid for macOS"
2 years ago
nihui
48c997c021
Update README.md
2 years ago
nihui
84256b1494
pnnx enhance functionize ( #5387 )
* pnnx fix some undefined dtype
* fix ncnn convdw1d dynamic weight loading
2 years ago
nihui
02ba6766bd
pnnx fix some undefined dtype ( #5382 )
2 years ago
nihui
a55fe1c9cf
pnnx load dynamo onnx ( #5363 )
* split load torchscript sources from pnnx, drop cxxabi hack, link torchscript with whole-archive
* check compiler cxx11 abi
* eliminate some onnx noop
2 years ago
nihui
25c4278346
pnnx fuse static embedding ( #5380 )
2 years ago
nihui
1463e0b07c
pnnx convert torch.slice_scatter ( #5377 )
2 years ago
nihui
a15d491beb
pnnx test torch.arange ( #5376 )
2 years ago
nihui
a2414c7f63
fix pnnx convert torch.stack negative dim ( #5375 )
2 years ago
Shatyuka
5a11c383a2
Support LLVM OpenMP runtime for MSVC ( #5370 )
with `/openmp:llvm` compile option
2 years ago
dependabot[bot]
18b374e1fa
Bump softprops/action-gh-release from 1 to 2 ( #5369 )
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
hokamilkv
74fda386f3
Update convolution_im2col_gemm_int8.h ( #5365 )
remove _sum0=_sum0
2 years ago
Galasnow
964ed7a56a
Add implementation of build for protobuf>=22.0 on Windows ( #5359 )
And fix a missing word.
2 years ago
Shatyuka
e7748e5311
Fix `destroy_gpu_instance` crash ( #5353 )
* Fix `destroy_gpu_instance` crash
* Additional check and clear
2 years ago
nihui
cf293ec35e
fix out of index access on pattern match failure, fix #5347 ( #5350 )
2 years ago
nihui
dcf94ae0cd
split load torchscript sources from pnnx, drop cxxabi hack, link torchscript with whole-archive ( #5348 )
2 years ago
dsplvd
3d8b7f8177
Update yolov8.py ( #5345 )
results is empty when no objects are detected in frame so non iterable error fires. added itrable check on results
2 years ago
Shatyuka
ddd17dd907
Fix build error with NCNN_PIXEL_DRAWING off ( #5346 )
2 years ago
luqiang-guo
8ddc85f4dd
fix doc dual issue ( #5342 )
2 years ago
nihui
4797d19873
ruapu cpu isa detection ( #5341 )
2 years ago
dependabot[bot]
592721de27
Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 ( #5323 )
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.16.2 to 2.16.5.
- [Release notes](https://github.com/pypa/cibuildwheel/releases )
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md )
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.2...v2.16.5 )
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
00c6306bdb
Bump petarpetrovt/setup-sde from 2.3 to 2.4 ( #5332 )
Bumps [petarpetrovt/setup-sde](https://github.com/petarpetrovt/setup-sde ) from 2.3 to 2.4.
- [Release notes](https://github.com/petarpetrovt/setup-sde/releases )
- [Commits](https://github.com/petarpetrovt/setup-sde/compare/v2.3...v2.4 )
---
updated-dependencies:
- dependency-name: petarpetrovt/setup-sde
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
afredooo
96d073d541
Some typo fixes ( #5339 )
2 years ago
nihui
f03c8f9307
build universal pnnx wheel and pnnx entrypoint script ( #5331 )
2 years ago
nihui
f5b55c62e9
use 4 job for github ci ( #5330 )
2 years ago
nihui
984d6dd844
promote vfpv4 for auto fp16 storage conversion ( #5325 )
* promote vfpv4 for auto fp16 storage conversion
* always report neon and vfpv4 for arm64
2 years ago
nihui
5b536af234
fix uwp build ( #5328 )
2 years ago
nihui
d38bdbdb84
fix debug build on some compiler, fix #5295 ( #5326 )
2 years ago
nihui
87d7165848
disable signal based detectisa if being debugged ( #5280 )
2 years ago
Justin Fung
f6763262d1
Add draw rectangle, draw text, draw circle, and draw line to C API ( #5324 )
2 years ago
Molly Sophia
545a3671ee
python pnnx add option to change fp16 parameter ( #5320 )
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
2 years ago
Q-engineering
5fdbb54b7f
Add Radxa Zero 3W to benchmark ( #5321 )
2 years ago