Megvii Engine Team
b20cda6bb8
fix(pylite): fix pylite callback test bug
GitOrigin-RevId: f4bd153950
3 years ago
Megvii Engine Team
c361b1936b
feat(lite-c): add lite C callback with user_data API
GitOrigin-RevId: a54237488f
3 years ago
Megvii Engine Team
25ec2530ba
feat(whl/api/lar): enable megengine dll on Windows
1: reduce python whl package size
2: unify api link logic on all OS
3: add option: MGE_WINDOWS_BUILD_WITH_STATIC_CRT
--- default OFF
--- if build CRT(vc runtime) with STATIC with megengine.dll
some CRT api will crash, for example, flush, so if you
build with static megengine, and do not want to install CRT
you can set MGE_WINDOWS_BUILD_WITH_STATIC_CRT TRUE
--- how to install CRT:
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160
install VC_redist.x64.exe
4: rename megengine_export to megengine_shared(only export needed symbols ),
caused by runtime symbols conflict with pytorch
GitOrigin-RevId: 93d8d80f29
3 years ago
Megvii Engine Team
c17d603847
feat(mgb): allow output tensor's ptr change when record
GitOrigin-RevId: c610c8bf9a
3 years ago
Megvii Engine Team
e0aaf56087
docs(lite): delete readme in lite
GitOrigin-RevId: 217a7a79d3
3 years ago
Megvii Engine Team
0b2676c608
fix(lite): fix lite profile bug when using packed model with mode info
GitOrigin-RevId: 707cb88341
3 years ago
Megvii Engine Team
46b7c3275e
feat(lite): add get static mem info function in pylite
GitOrigin-RevId: d938eee65a
3 years ago
Megvii Engine Team
5e8a9a9597
feat(lite): add get static mem info function in lite c
GitOrigin-RevId: f0d1b3009e
3 years ago
Megvii Engine Team
8bdcf6b5a6
feat(lite): add get static mem info function in lite c++
GitOrigin-RevId: 8c9e42a744
3 years ago
Megvii Engine Team
b84d289338
fix(lite): fix lite c thread local
GitOrigin-RevId: 36d2da7d68
3 years ago
Megvii Engine Team
bd42cb06cf
refactor(mgb/lite): refactor lite InfilePersistentCache with core impl
GitOrigin-RevId: 64b7825c34
3 years ago
Megvii Engine Team
a2a46b56ef
fix(lite): fix rknn error in lite
GitOrigin-RevId: b66aa1bf73
3 years ago
Megvii Engine Team
565466c25f
feat(lite): auto deduce output tensor shape before model forward
GitOrigin-RevId: 78e00dab5d
3 years ago
Megvii Engine Team
a29f1c8c02
fix(cmake/midout): fix cmake midout
GitOrigin-RevId: 0fb93deb19
3 years ago
Megvii Engine Team
369c2ccc5a
style(all): reformat c++ code
GitOrigin-RevId: 3ffd1b211f
3 years ago
Megvii Engine Team
0bb058c1f5
fix(mgb/lite): fix LITE_ASSERT bug while build with no exception
GitOrigin-RevId: 05060dee1f
3 years ago
Megvii Engine Team
d02b0a08f7
feat(lite): fix typo
GitOrigin-RevId: 8c46aa3a30
3 years ago
Megvii Engine Team
3a7bc37fbd
fix(lite): fix lite type define error
GitOrigin-RevId: 1033859364
3 years ago
Megvii Engine Team
cccddbc09b
docs(lite): opt pylite md
GitOrigin-RevId: df332ad8b7
3 years ago
Megvii Engine Team
aa20404027
feat(lite): add lite static all in one
GitOrigin-RevId: 7e6d15d929
3 years ago
Megvii Engine Team
b17b56f309
fix(build): fix copy bara error
GitOrigin-RevId: 6d68824821
3 years ago
Megvii Engine Team
3c6665f7c1
feat(lite/whl): merge lite whl to main package
GitOrigin-RevId: 27c7e50207
3 years ago
Megvii Engine Team
1e3af4dd17
fix(mgb/comp_node): add more info in `comp_node.to_string()`
GitOrigin-RevId: 794a8847aa
3 years ago
Megvii Engine Team
f971982829
feat(lite): add header licence
GitOrigin-RevId: bcd6860e8c
3 years ago
Megvii Engine Team
71230e9a00
feat(lite): open source for lite
GitOrigin-RevId: f442431381
3 years ago