Asd-g
bbf2e5d533
create_gpu_instance: do not perform destroy_gpu_instance() ( #5437 )
When performing destroy_gpu_instance(), g_instance.created is always 0.
2 years ago
nihui
5b49d0aa0a
pnnx onnx fold partial shape constant, fix dce node lost bug ( #5486 )
2 years ago
nihui
740f437462
pnnx fuse simple onnx shape slice chain, fix squeeze dim list ( #5485 )
2 years ago
nihui
bc4dce7a84
Update README.md, add harmonyos build link
2 years ago
nihui
e009c36155
fix onnx bn silu ( #5483 )
2 years ago
nihui
5e9bf90455
pnnx onnx with inputshape ( #5480 )
2 years ago
村长大人
1e75a2df21
add harmonyos how to build with vulkan ( #5475 )
2 years ago
nihui
f40d5414d5
pnnx build onnx2pnnx ( #5461 )
2 years ago
nihui
86e1ed067a
add harmonyos ci ( #5474 )
2 years ago
RoachZhao
d4292e9a65
Update vulkan-notes.md ( #5472 )
`compute_queue_count` is a function.
2 years ago
nihui
c4a007406d
windows clang ci ( #5469 )
* windows clang ci
* clang msvc use x86intrin.h for xop
* test arm64 compiler features
2 years ago
nihui
1b7e6358c9
pnnx load dynamo onnx of segmentation models ( #5458 )
2 years ago
nihui
432a8d9aa1
pnnx replace ncnn input long type with int ( #5457 )
2 years ago
nihui
ab088e05b8
pnnx do not fold aliased tensors with inplace op ( #5455 )
2 years ago
nihui
6110d41b19
pnnx bf16 data type ( #5456 )
2 years ago
nihui
96e0e8f203
add pnnx torch 2.3 ci ( #5454 )
2 years ago
nihui
08b7d99a75
rnn/lstm/gru dynamic quantization ( #5435 )
2 years ago
Tabbleman
be15dbe421
add riscv-gnu-toolchain build guide;-) ( #5446 )
2 years ago
Tabbleman
b8fefb977d
clear warning: unused variable while building on x86-wsl platform ( #5444 )
2 years ago
quink
e31be492d5
c_api: Fix function prototypes with no argument ( #5436 )
Here is a big difference between C and C++. foo() in C means that
the funtion takes an unspecified number of arguments, while
foo(void) means the function takes no argument.
Fix -Wstrict-prototypes warning.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2 years ago
nihui
6cdd7110be
fix instruction extension dispatch ( #5427 )
2 years ago
nihui
9ce7930413
x86 optimization for convolution tiled gemm ( #5426 )
2 years ago
nihui
f3041b7c0d
Update README.md
2 years ago
nihui
157d97c22a
unified windows ci ( #5424 )
2 years ago
nihui
0fd25d6c70
fix arm riscv build with NCNN_BF16=OFF ( #5422 )
2 years ago
nihui
110d2ba342
Update README.md
2 years ago
nihuini
802a625ae2
fix pnnx windows build
2 years ago
nihui
56775de509
update readme download matrix, release 20240410 ( #5418 )
2 years ago
nihui
1e4daff075
fix ncnn tools crash with compound layer creation, write gemm weight data ( #5416 )
* fix ncnn tools crash with compound layer creation
* write gemm weight data
2 years ago
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