Megvii Engine Team
36b1ba052f
fix(mgb/dnn): fix cudnn8.0.4 convbias with z
GitOrigin-RevId: 09453d8a12
4 years ago
Megvii Engine Team
40bab1ed66
feat(log): opt log, enable mgb sdk log at opt build
more info: 16cd674c56
* change MGE_OVERRIDE_LOG_LEVEL to RUNTIME_OVERRIDE_LOG_LEVEL
* use ::std::getenv not MGB_GETENV for special ENV
GitOrigin-RevId: ee0f9c0f72e627c331c00100f6a21adc927081df
4 years ago
Megvii Engine Team
2d18074a70
fix(mgb): fix spell error
GitOrigin-RevId: acae00e0a5
4 years ago
Megvii Engine Team
a437ec8e88
fix(src/gopt): add replace func of typecvt opr for nhwcd4 pass
GitOrigin-RevId: 801eb1dab3
4 years ago
Megvii Engine Team
04b1a45af4
fix(dnn): fix cudnn crash when finalize called after cudnn dtor
GitOrigin-RevId: b0ad639921
4 years ago
Megvii Engine Team
14a089c49d
fix(dnn): change ci to cudnn804, reopen testcase
GitOrigin-RevId: 90713a801b
4 years ago
Megvii Engine Team
ba2ad46e54
feat(gopt): add deconv nchw4 int8 opt pass, add deconv nchw int8
GitOrigin-RevId: c0530a949e
4 years ago
Megvii Engine Team
9da26407ea
feat(ci): and model to test algo policy compatible
GitOrigin-RevId: e58caf08c8
4 years ago
Megvii Engine Team
a3ea1f153c
feat(mgb/opr): add fast profile and combined Execution strategy
GitOrigin-RevId: 843dc3a790
5 years ago
Megvii Engine Team
c82d88751a
fix(dnn/cuda): add cuda nchw int8 conv impl with nchw4 to fix cu111 compatibility
GitOrigin-RevId: 771968f9ac
4 years ago
Megvii Engine Team
51868533c8
fix(mgb/gopt): fix opt pass elementwise operation shape issue at tranform to NCHW4
GitOrigin-RevId: c0c4e3f82e
4 years ago
Megvii Engine Team
cf27dd642c
fix(cuda): use cudnn8.0.4 as cu111 default libs
GitOrigin-RevId: 721ca73bae
5 years ago
Megvii Engine Team
649e4dd750
test(cuda): fix test for cu111
GitOrigin-RevId: 04fe5eb23f
5 years ago
Megvii Engine Team
2e4b9a42f7
fix(mgb/gopt): fix folding conv dimshuffle opt pass
GitOrigin-RevId: 878b7de9de
5 years ago
Megvii Engine Team
e82fa4ec23
fix(gopt): using new_inp for build_chain in DelayBroadcast pass
GitOrigin-RevId: efc6377197
5 years ago
Megvii Engine Team
364afec033
chore(mge): update copyright years
GitOrigin-RevId: 3c0690bcc1
5 years ago
Megvii Engine Team
1b1ad56a82
fix(mgb/gopt): fix warp fusion opt pass
GitOrigin-RevId: a40bbcd719
5 years ago
Megvii Engine Team
0f739c1118
fix(mgb/gopt): fix NormalizeArithChainPass to process sub-div chains
GitOrigin-RevId: d71debbfde
5 years ago
Megvii Engine Team
55042195d4
chore(winograd): add Convolutionv2 param
GitOrigin-RevId: 1a9e2ea340
5 years ago
Megvii Engine Team
5063a2063b
feat(mgb): add fastrun support for matmul/batchedmatrixmul
GitOrigin-RevId: a48ea9bff6
5 years ago
Megvii Engine Team
d07cfdcbe9
refactor(mgb): move convolution mixin to search_policy
GitOrigin-RevId: 81e32da034
5 years ago
Megvii Engine Team
7f3f9a94ae
feat(mgb/core): add shape hint for graph optimization
GitOrigin-RevId: eaad25a7ef
5 years ago
Megvii Engine Team
4e9be159f7
feat(mgb/gopt): add opt pass for fusing convolution and reformat
GitOrigin-RevId: d0c5deace2
5 years ago
Megvii Engine Team
61f917fb8e
feat(dnn/cuda): add impl for fusing warp perspective and dimshuffle
GitOrigin-RevId: 51e025973f
5 years ago
Megvii Engine Team
fc0fcd2f7f
chore(winograd): remove winograd transform code
GitOrigin-RevId: 78c3cfceae
5 years ago
Megvii Engine Team
3bf73ff16f
feat(dnn): add cuda preprocess fusion
GitOrigin-RevId: d789c99e59
5 years ago
Megvii Engine Team
5f171298aa
feat(mgb/gopt): add AxisAddRemove opr support for cd4 opt pass
GitOrigin-RevId: 85218ee0c4
5 years ago
Megvii Engine Team
6f5d0febf1
perf(dnn/cuda): enhance performance for pooling forward
GitOrigin-RevId: 55fb2a9b25
5 years ago
Megvii Engine Team
7cd71c3102
fix(mgb/gopt): fix cd4 elewise transform
GitOrigin-RevId: 027d5e53e4
5 years ago
Megvii Engine Team
cab46f2a00
fix(dnn): fix relayout format when group conv group=1
GitOrigin-RevId: f2b53be77f
5 years ago
Megvii Engine Team
4afa4b72c3
fix(mgb/oppass): fix fuse conv bias pass when bias is full bias and bias
is const provider
GitOrigin-RevId: 3285022f33
5 years ago
Megvii Engine Team
03d0cc0281
feat(gopt): add remove redundant copy pass
GitOrigin-RevId: f616a76d29
5 years ago
Megvii Engine Team
40e778fbd1
fix(mgb): fix-deconv-io16c32-pass-fail
GitOrigin-RevId: 4b44cb48cb
5 years ago
Megvii Engine Team
ee2e2b3c7b
fix(mgb/gopt): fix nchwxx optpass of no handle conv_bias opr which with no bias
GitOrigin-RevId: b2b053add4
5 years ago
Megvii Engine Team
59a9275c66
fix(mge): fix optimize_for_inference during trace.dump
GitOrigin-RevId: e10f7c323a
5 years ago
Megvii Engine Team
8f44d6ea60
fix(mgb): fix optpass fail at transform NCHW to NCHW4 when input dtype is float
GitOrigin-RevId: 3c2c68b11c
5 years ago
Megvii Engine Team
fade97d4ef
fix(mgb/gopt): fix convert batchnorm to elemwise pass issue
GitOrigin-RevId: eda7f1ab95
5 years ago
Megvii Engine Team
78d7d400d1
feat(opr): add a constant flavor for SharedDeviceTensor
Also, add a CONSTANT value inference tag to outputs of
MultipleDeviceTensorHolder.
GitOrigin-RevId: 82a805ed5f
5 years ago
Megvii Engine Team
c20d4cc6dc
feat(dnn): fix opt pass nchw44 can not dump resnet
GitOrigin-RevId: 28e5c37f53
5 years ago
Megvii Engine Team
56381f808b
fix(dnn/arm): use vcvtq_f32_s32 for all arm code
GitOrigin-RevId: 27effe7d24
5 years ago
Megvii Engine Team
1173205726
fix(gopt): nchw_nchwxx useable and opt pass use nchw_nchwxx_valid
GitOrigin-RevId: 60942aca5b
5 years ago
Megvii Engine Team
eb18eba87d
fix(gopt): fix nchw44 nchw44_dot gopt test
GitOrigin-RevId: 06b38dcd30
5 years ago
Megvii Engine Team
eab7ab0530
fix(gopt): gen nchw_nchw44 when kernel is optimized
GitOrigin-RevId: 89083be200
5 years ago
Megvii Engine Team
777f3ea970
refactor(gopt): format code
GitOrigin-RevId: 9d5c87000f
5 years ago
Megvii Engine Team
80c4705317
perf(mgb): use midout in megbrain to reduce binary size
GitOrigin-RevId: ddc8af79af
5 years ago
Megvii Engine Team
4348960c40
fix(mge/gopt): fix fp16 compute mode
GitOrigin-RevId: 350625d1aa
5 years ago
Megvii Engine Team
9f4060b050
fix(mgb/gopt): add ShuffleShuffleRemovePass assert
GitOrigin-RevId: 69e07c3197
5 years ago
Megvii Engine Team
c1fb3c8c1a
fix(mgb/gopt): fix ConvertF32ToF16Pass endpoints
GitOrigin-RevId: 850eaa0906
5 years ago
Megvii Engine Team
ab3efab066
fix(mgb): add compute capability check
GitOrigin-RevId: fba819afb3
5 years ago
Megvii Engine Team
8070f40aa1
fix(mgb/gopt): fix gopt nchwxx convert elemwise and reshape
GitOrigin-RevId: 982dee36e1
5 years ago