nihuini
|
4ba1eb6d2f
|
assign unique names for all pnnx operator and operand names. fix #3493
|
4 years ago |
nihuini
|
457f7d1c63
|
fix use-after-free, fix #3492
|
4 years ago |
nihui
|
b07ad54320
|
add zynq-7020 benchmark
|
4 years ago |
nihui
|
4e4e0b9cf8
|
do not link libgcc as we no longer rely on builtin support cpu feature intrinsics now
|
4 years ago |
nihui
|
71f377e9e9
|
update benchmark from Q-engineering
|
4 years ago |
nihui
|
d95213a005
|
x86 convolution int8 optimization third stage (#3506)
* avx-vnni and avx512-vnni optimization for convolution int8 gemm and 3x3 winograd pack8to4/pack8to1
|
4 years ago |
nihuini
|
9f7f491885
|
use the old-style __cpuid_count for old compiler compatibility, fix #3510
|
4 years ago |
nihui
|
930c36ebe2
|
avx512 infrastructure (#3407)
|
4 years ago |
nihui
|
c2896bcd4d
|
x86 convolution int8 optimization second stage (#3495)
* some sse 4.1 optimization
* sse2/avx2 optimization for convolution 3x3 winograd42 int8 pack8to4/pack8to1
|
4 years ago |
teng
|
13a51fbcf8
|
add else (#3494)
|
4 years ago |
nihui
|
e9b8f0a6ef
|
x86 avx2 optimization for convolution gemm int8 (#3489)
|
4 years ago |
nihui
|
c5d7f963b9
|
layer tile (#3491)
|
4 years ago |
dependabot[bot]
|
d25388c938
|
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#3490)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.4.2...v1.5.0)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
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>
|
4 years ago |
Xiaoyang Chen
|
4d31c46532
|
[pnnx] Update README.md (#3487)
|
4 years ago |
nihui
|
7d3503c06a
|
pnnx Tensor index (#3483)
* pnnx Tensor index
* add test
|
4 years ago |
nihuini
|
1db16ce9fc
|
pnnx torch norm stack test
|
4 years ago |
nihuini
|
23d3340017
|
pnnx norm stack
|
4 years ago |
nihuini
|
e33bdd16e8
|
pnnx fuse conv1d-bn convtranspose1d-bn
|
4 years ago |
nihuini
|
f8ca1e7585
|
fix pnnx crash on unsupported expression
|
4 years ago |
nihui
|
7c60dc2db7
|
pnnx roialign (#3478)
|
4 years ago |
nihui
|
143258e317
|
pnnx torchvision deformconv2d (#3459)
|
4 years ago |
Xiaohan Liu
|
3daabd515d
|
add missing doffset (#3475)
|
4 years ago |
nihui
|
7b222a19af
|
update benchmark (#3465)
* update qcom855+ benchmark
* Update README.md
* Update README.md
* add rock3a, update imx.7d benchmark
* update raspberrypi3b+ benchmark
* update
|
4 years ago |
dog-qiuqiu
|
009d607a15
|
add the param file of yolo-fastest in benchmark (#3470)
|
4 years ago |
nihuini
|
014387dfae
|
update operators doc
|
4 years ago |
nihuini
|
de436f9e26
|
pnnx arange matmul zeros_like expand_as
|
4 years ago |
nihui
|
922f8b33c1
|
reduction4d, merge keepdims arg, add test (#3469)
|
4 years ago |
nihui
|
bbb450f256
|
disable tools and examples building in python ci (#3463)
|
4 years ago |
nihui
|
713e712ba6
|
fix slow fp32/int32 crop on arm82 (#3462)
|
4 years ago |
nihui
|
2d98c86ecd
|
branch less mat channel (#3452)
|
4 years ago |
nihui
|
3a83704c38
|
binary4d, unary4d (#3443)
|
4 years ago |
Zhuo Zhang
|
880e2805fe
|
add c906 v223 toolchain (#3449)
|
4 years ago |
nihuini
|
42017e4f98
|
convert pnnx 4d attribute
|
4 years ago |
nihuini
|
f02b259a15
|
convert some pnnx reduction family
|
4 years ago |
nihuini
|
c5efaf02b7
|
unique attribute identifier
|
4 years ago |
nihuini
|
0532190499
|
convert pnnx expand var
|
4 years ago |
nihuini
|
e0124db194
|
convert pnnx clone normal
|
4 years ago |
nihuini
|
42e7160950
|
eliminate pnnx dropout
|
4 years ago |
nihuini
|
354fc7332d
|
convert pnnx argmax argmin, fix #3435
|
4 years ago |
nihui
|
0533eec14d
|
apply code-format changes
|
4 years ago |
nihuini
|
286e5cef53
|
eliminate pnnx tail reshape permute
|
4 years ago |
nihui
|
6941ec8fc9
|
arm neon optimization for general packed convolution (#3426)
|
4 years ago |
FeiGeChuanShu
|
0dea7a04a8
|
fix typo in doc (#3436)
|
4 years ago |
nihui
|
2c56b2f47e
|
apply code-format changes
|
4 years ago |
nihui
|
a3aea3fe99
|
support torch dequantize, quantize_per_tensor and quantized linearrelu, fix #3429
|
4 years ago |
tpoisonooo
|
dddcdb97b2
|
feat(src): add mat default constructor (#3427)
Co-authored-by: MegEngine <megengine@megvii.com>
Co-authored-by: tpoisonooo <tpoisonooo@users.noreply.github.com>
|
4 years ago |
nihui
|
e8046aeb79
|
convert dropout family (#3425)
|
4 years ago |
nihui
|
76f2dddc37
|
cmake option for c api (#3423)
|
4 years ago |
dependabot[bot]
|
10f0278573
|
Bump pypa/cibuildwheel from 2.3.0 to 2.3.1 (#3424)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.3.0 to 2.3.1.
- [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.3.0...v2.3.1)
---
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>
|
4 years ago |
nihui
|
db1fed6e11
|
pnnx cmdline argument inputshape with type (#3419)
|
4 years ago |