nihui
39c055d7f2
crop axes starts ends expression ( #5976 )
* skip dynamic tensor index
* handle clone oom
1 year ago
nihui
4e34da40f1
pnnx convert onnx reducel1 reducel2, add onnx norm test ( #5988 )
1 year ago
nihui
3b3b7a94a1
pnnx convert onnx globalavgpool, add onnx adaptive avg/max pool test ( #5987 )
1 year ago
nihui
02fcca2a1e
guard VK_USE_PLATFORM_ANDROID_KHR with ifdef ( #5986 )
1 year ago
dependabot[bot]
a2dfa6a246
Bump actions/github-script from 5 to 7 ( #5985 )
Bumps [actions/github-script](https://github.com/actions/github-script ) from 5 to 7.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v5...v7 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '7'
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>
1 year ago
nihui
e0bfed73e1
Update code-format-msg.yml
1 year ago
nihui
7a4f073904
Update code-format-msg.yml
1 year ago
nihui
164c3f7e6d
Update code-format-msg.yml
1 year ago
nihui
a6724287dc
Code format msg2 ( #5983 )
1 year ago
nihui
7352ad9fd0
post comment when code-format does not work ( #5981 )
1 year ago
nihui
a0cc51e6fc
Update compare-binary-size.yml
1 year ago
nihui
316991a0ed
Update compare-binary-size.yml
1 year ago
nihui
4c1b054207
ci compare binary size ( #5980 )
1 year ago
nihui
33d03e625c
drop ncnn glsl string literal macros ( #5975 )
glsl has no string type anyway
1 year ago
nihui
8dbcfee5ec
option owns vulkan device index ( #5973 )
1 year ago
dependabot[bot]
da08ec3a99
Bump pypa/cibuildwheel from 2.22.0 to 2.23.2 ( #5945 )
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel ) from 2.22.0 to 2.23.2.
- [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.22.0...v2.23.2 )
---
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>
1 year ago
nihui
1d95a9cb41
update pnnx ci with torch 2.6 ( #5972 )
1 year ago
nihui
f7e6411a01
fix riscv ci c906/c908/c910/k1 static linking ( #5971 )
1 year ago
nihui
109e473007
let cmake know the project is aware of new version and stop throwing warnings ( #5848 )
1 year ago
nihui
f3651ce5b8
pnnx convert onnx depth2space, add pixelshuffle pixelunshuffle test ( #5967 )
1 year ago
nihui
524001bf54
pnnx convert onnx conv with asymmatric pads ( #5965 )
* pnnx convert onnx conv with asymmatric pads
* pad + conv1d and conv3d
* onnx conv auto_pad
1 year ago
nihui
84970eed4d
vulkan validation layer enables NCNN_LOGE in shader source ( #5963 )
* NCNN_LOGE in glsl
* Update glsl-extension.md
1 year ago
Zhuo Zhang
23cdc817ca
refactor qnx cmake toolchain files ( #5961 )
* Support multiple QNX SDP versions: 700, 710, 800, etc
* Support windows and linux hosts when find programs like C/C++ compilers
* Better hint message by recommend users invoking QNX SDP bundled script
* Precise to aarch64 in file naming
* Update how-to-build.md QNX section
1 year ago
nihui
b284dbd0f4
discover VK_KHR_shader_non_semantic_info, checked convolution imagestore ( #5955 )
1 year ago
nihui
eed257df1f
ci update llvmpipe ( #5954 )
* check image fp16
1 year ago
nihui
ad30c7f6fb
clean vulkan shader common extension ( #5952 )
* clean vulkan shader common extension
* macro suffix makes glslang unhappy
1 year ago
nihui
bf13c30210
define device feature macros for glslang, discover VK_EXT_shader_atomic_float and VK_EXT_shader_atomic_float2 ( #5949 )
1 year ago
peerless2012
1d1ad06459
Fix get_elf_hwcap always return 0 on HarmonyOS NEXT. ( #5951 )
1 year ago
nihui
8211930a6f
discover VK_KHR_shader_subgroup_rotate ( #5948 )
1 year ago
nihui
1b6485fa17
discover VK_KHR_zero_initialize_workgroup_memory ( #5947 )
1 year ago
nihui
40f7b4e527
discover all subgroup features and VK_KHR_shader_subgroup_extended_types ( #5946 )
1 year ago
TheSnowfield
55e5c0ba05
benchncnn: add radxa orion o6 benchmark ( #5943 )
1 year ago
nihui
0b9925cfef
intergrate VK_EXT_subgroup_size_control features and properties ( #5940 )
1 year ago
nihui
092200a966
faq vulkan in docker ( #5884 )
1 year ago
shacon wang
701f53794d
add read npy for ncnn2table ( #5930 )
* add read npy for ncnn2table
* optimize npy to mat to avoid non-contiguous memory data
* add create the calibration table from npy
* add catch exception
1 year ago
nihui
07267f2618
softmax 4d test and vulkan, softmax unified elempack optimization for x86 arm riscv ( #5931 )
1 year ago
佰阅
7c7ff84044
fix pnnx2ncnn i64 to i32 ( #5881 )
1 year ago
nihui
6396a732ef
reshape shape expression, drop reshape permute, test reshape oom ( #5918 )
1 year ago
Yexuan Wu
3571d7e8ec
Support better API to detect big little core in windows after win7 ( #5927 )
1 year ago
erquren
c9e0c877f9
add missing license header ( #5925 )
1 year ago
nihui
67dd7a7bd5
pnnx eval typed expression, optimize type conversion ( #5921 )
1 year ago
nihui
1e3fcb9dda
paramdict value string type, natural array representation ( #5915 )
1 year ago
nihui
2535a6d5b7
update doc about vulkan-sdk ( #5911 )
1 year ago
nihui
f5269b65f2
update modern glslang ( #5910 )
* update modern glslang
* fix build with cpp14
1 year ago
nihui
9afeb17cd4
ncnn2int8 use fp16 weight type by default ( #5907 )
1 year ago
Michał Górny
37f1b0733a
Support using system CMake & Ninja ( #5899 )
Add the dependencies on PyPI `cmake` and `ninja` packages only
if they are not available, in order to facilitate using the system
tools. This avoids unnecessarily installing third-party binaries,
and improves portability by permitting users to use downstream-patched
CMake.
1 year ago
nihui
5ea7681e70
tnn2pnnx ( #5898 )
1 year ago
nihui
23890900c2
x86 optimization for convolution int8 gemm ( #5874 )
* cmake check compiler test cannot be optimized out
* drop requant pack4
1 year ago
nihui
4a70be45ed
fix requantize pack4to8 ( #5893 )
1 year ago
nihui
ff5b554003
restrict one dim quantize scale size, test quantize oom ( #5892 )
* restrict one dim quantize scale size
* sse2 requantize pack8
1 year ago