Megvii Engine Team
669c3cda85
feat(mge): enable defrag by default
GitOrigin-RevId: 70bd4bb119
4 years ago
Megvii Engine Team
c17d603847
feat(mgb): allow output tensor's ptr change when record
GitOrigin-RevId: c610c8bf9a
4 years ago
Megvii Engine Team
26634db7a8
fix(dnn): support relayout for non-contigous layout
GitOrigin-RevId: 44a0adddba
4 years ago
Megvii Engine Team
e0aaf56087
docs(lite): delete readme in lite
GitOrigin-RevId: 217a7a79d3
4 years ago
Megvii Engine Team
d9a9d9d49e
fix(imperative/fastrun): set workspace limit for imperative rt
GitOrigin-RevId: 474dc691a3
4 years ago
Megvii Engine Team
a09a2b730d
fix(mgb/opr): fix fastrun workspace limit for imperative rt
GitOrigin-RevId: bd69a82d4c
4 years ago
Megvii Engine Team
ac86d64474
fix(mge/module): fix prelu error when use_symbolic_shape is true
GitOrigin-RevId: 25b9c4d41d
4 years ago
Megvii Engine Team
4f6c5d8f01
feat(mge/dump): enable jit.dump to dump with testcase
GitOrigin-RevId: 5dce356452
4 years ago
Megvii Engine Team
182ca25d45
feat(mge/imperative): add coalesce_all_free_memory mge api
GitOrigin-RevId: ea05b1e9a1
4 years ago
Megvii Engine Team
0b2676c608
fix(lite): fix lite profile bug when using packed model with mode info
GitOrigin-RevId: 707cb88341
4 years ago
Megvii Engine Team
5207154e5c
Revert "fix(mgb): fix fastrun no_profiling_on_shape_change"
This reverts commit 2735536424 .
GitOrigin-RevId: 6a641808f0
4 years ago
wenjuan
cf2ae2eb64
doc(mge):update readme
4 years ago
wenjuan
d18d3b5df7
doc(mge): add bibtex msg
4 years ago
Megvii Engine Team
b426723e92
feat(mgb/third_party): add gflags submodule
GitOrigin-RevId: 71446b3c97
4 years ago
Megvii Engine Team
9d05738d54
Merge pull request #225 from chenjiahui0131:pixel_shuffle_module
GitOrigin-RevId: d94533655a
4 years ago
Megvii Engine Team
46b7c3275e
feat(lite): add get static mem info function in pylite
GitOrigin-RevId: d938eee65a
4 years ago
Megvii Engine Team
5e8a9a9597
feat(lite): add get static mem info function in lite c
GitOrigin-RevId: f0d1b3009e
4 years ago
Megvii Engine Team
8bdcf6b5a6
feat(lite): add get static mem info function in lite c++
GitOrigin-RevId: 8c9e42a744
4 years ago
Megvii Engine Team
b84d289338
fix(lite): fix lite c thread local
GitOrigin-RevId: 36d2da7d68
4 years ago
Megvii Engine Team
936bb23738
fix(mge/tensor): fix is/is not SyntaxWarning occurs in python3.8
GitOrigin-RevId: 12b66da367
4 years ago
Megvii Engine Team
8d507cc39d
docs(mge/module): add note about definition of momentum in BatchNorm
GitOrigin-RevId: 30a9aec20f
4 years ago
Megvii Engine Team
056fd6bc59
feat(dnn/arm64): support stride_m in arm64 relayout
GitOrigin-RevId: c74193a23d
4 years ago
yeasoon
ec75cd867b
add: add gflags submodule for megengine
4 years ago
Megvii Engine Team
bd42cb06cf
refactor(mgb/lite): refactor lite InfilePersistentCache with core impl
GitOrigin-RevId: 64b7825c34
4 years ago
Megvii Engine Team
676b205bd8
style(imperative): add bypass of clang-format for cg options
GitOrigin-RevId: 824d610631
4 years ago
Megvii Engine Team
2c5a007a92
fix(mge/optimizer): allow lr to be 0
GitOrigin-RevId: dabd1fcc33
4 years ago
Megvii Engine Team
c50858ee13
fix(dnn): specialize pow to make it consistent
GitOrigin-RevId: cff3bbbadd
4 years ago
Megvii Engine Team
d898838e18
fix(src/gopt/test): remove device info in the cache_data
GitOrigin-RevId: 8e9758971d
4 years ago
chenjiahui
c8a9a3fd0a
feat(imperative): add PixelShuffle to module.__init__.py
4 years ago
Megvii Engine Team
a2a46b56ef
fix(lite): fix rknn error in lite
GitOrigin-RevId: b66aa1bf73
4 years ago
Megvii Engine Team
849f0ece9d
fix(dnn): drop batched matmul cublas algo when batch is 1
GitOrigin-RevId: 71126a27b0
4 years ago
Megvii Engine Team
b5bf56e0ee
style(dnn): add bypass of clang-format for dnn foreach_opr macro
GitOrigin-RevId: 2f4bfcff42
4 years ago
Megvii Engine Team
5af52746f7
fix(mgb): fix bug caused by conv filter size is too big
GitOrigin-RevId: 7fe3a9fcf1
4 years ago
liuke
b0ba6d3201
Merge pull request #207 from togetherwhenyouwant:feat-x86-matmul-6x16x2
GitOrigin-RevId: 148ae44ba0
4 years ago
Megvii Engine Team
a4ac5e7e8f
fix(mgb/gopt): fix profiler cache when build without opr type info name
GitOrigin-RevId: 0eba678f2b
4 years ago
Megvii Engine Team
012de7695d
feat(mgb/gopt): add profiler cache
In order to improve performance of the profiling procedure. Make layout transform testcase stable. The profiling result in ci environment will be cached in files.
GitOrigin-RevId: ba2743f35f
4 years ago
Megvii Engine Team
b33ec46e54
fix(mgb/gopt): fix layout gtrans when graph partition has opr with different format
GitOrigin-RevId: 326fdebb0c
4 years ago
Megvii Engine Team
fe15239ac0
fix(imperative): fix error message for tensors with intbx data type
GitOrigin-RevId: cbb42f8127
4 years ago
Megvii Engine Team
10af44abba
fix(dnn/cuda): fix cudnn conv impl for nchw4_nchw hybrid layout
the conv_bias algo *_IMPLICIT_GEMM in cudnn less than 8.0.0 is disabled due to the incorrect result for int8x4->f32 configs
GitOrigin-RevId: 7cc52d0a85
4 years ago
Megvii Engine Team
feb813bcc0
chore(release): bump version
GitOrigin-RevId: 1da5b93cae
4 years ago
Megvii Engine Team
5885b137fa
feat(dnn/arm): support layout like NHWC channel like broadcast on arm
GitOrigin-RevId: fb4300004c
4 years ago
Megvii Engine Team
565466c25f
feat(lite): auto deduce output tensor shape before model forward
GitOrigin-RevId: 78e00dab5d
4 years ago
Megvii Engine Team
29f9935d92
fix(imperative/python): add layer_norm doc and rm useless param
GitOrigin-RevId: 1b15db621e
4 years ago
Megvii Engine Team
300955140e
fix(traced_module/doc): fix warning for traced_module docstring
GitOrigin-RevId: 5d2d047d2f
4 years ago
Megvii Engine Team
4cb7fa8e28
ci(check): force check clang-format version
GitOrigin-RevId: 5080264f5f
4 years ago
Megvii Engine Team
f7d05db7d6
fix(mge/module): fix named_tensors
GitOrigin-RevId: bb5aa1f41d
4 years ago
Megvii Engine Team
a29f1c8c02
fix(cmake/midout): fix cmake midout
GitOrigin-RevId: 0fb93deb19
4 years ago
Megvii Engine Team
369c2ccc5a
style(all): reformat c++ code
GitOrigin-RevId: 3ffd1b211f
4 years ago
Megvii Engine Team
bfb30dcb81
chore(format): fix compile bugs after code format
GitOrigin-RevId: 11a4b06f6f
4 years ago
Megvii Engine Team
eeccf2bc0d
ci(check): add clang-format in check stage
GitOrigin-RevId: 25c24d7856
4 years ago