85ea882c
fix(mgb/ops): immutable tensor support empty storage by
2022-01-14 13:16:28 +0800
d8d5edb3
refactor(opdef): overwrite shared_from_this to avoid const_cast by
2022-01-14 13:15:45 +0800
4b0ecb5d
fix(ops/recv): use std::vector to store shape to support scalar by
2022-01-14 13:15:07 +0800
c3d63f14
feat(dispatch): add gdb debug utils by
2022-01-14 13:13:03 +0800
2e42bc08
feat(dispatch): implement new op dispatch system by
2022-01-14 13:10:52 +0800
2be6ceda
feat(imperative/utils): add serval utils by
2022-01-14 13:04:01 +0800
e7c2ed11
fix(imperative): add missing pragma once by
2022-01-14 12:56:36 +0800
462364eb
perf(interpreter): don't check host value if unnecessary by
2022-01-14 12:51:41 +0800
d23d1352
fix(imperative/python): add the default warning for args descending by
2021-12-21 13:57:31 +0800
5e80f021
fix(mge/network): fix Network not returning dump_info to align trace.dump by
2022-01-13 17:45:06 +0800
7ecdbf25
fix(traced_module): fix ones/zeros functional compatiable by
2022-01-10 13:52:20 +0800
d24f198c
fix(imperative): clear custom op build cache by
2022-01-13 14:40:46 +0800
bd3c4a05
Merge pull request #431 from MegEngine/try-import by
2022-01-14 16:10:05 +0800
b0c97058
fix(ci): add MGE_WITH_CUSTOM_OP in github ci by
2022-01-07 18:41:27 +0800
a77ae9a1
feat(ci): download ninja by
2022-01-07 17:27:12 +0800
bac8cc48
fix(fastrun): fallback when redis config is empty by
2022-01-13 16:34:13 +0800
f4f20046
fix(mgb): fix tensorrt runtimeopr get output var shape bug by
2022-01-05 20:07:26 +0800
82be0aac
test(dnn): fix compute capability requirement for NCHWX test by
2022-01-12 15:33:47 +0800
619d78ed
fix(imperative): check async error when getting value by
2021-11-17 12:38:49 +0800
2afa0af9
docs(imperative/jit): add docstring of dump by
2022-01-12 10:30:27 +0800
04b14241
fix(traced_module): fix TracedModule InternalGraph deepcopy exceed max recursion limit by
2022-01-11 14:27:40 +0800
355782ae
fix(traced_module): clear node after trace module by
2022-01-11 13:47:45 +0800
fba54488
fix(traced_module): add functional pad to __all__ by
2022-01-10 19:44:16 +0800
bf0f3d31
fix(mge/traced_module): fix treedef repr by
2021-11-03 15:06:25 +0800
3b41840b
fix(mgb): change caffepooling log level by
2021-12-31 19:14:24 +0800
a0b3a3c0
feat(imperative): add TracedModule checker by
2021-10-28 19:56:46 +0800
19993070
feat(mgb/opr): add dropout kernel by
2022-01-01 20:19:15 +0800
32717b0c
fix(build): split some cpp, which consume two many mem when build make build possible at 8G ddr env, when -j8 by
2022-01-07 17:32:44 +0800
a9374181
feat(mgb/opr): add layernorm forward and backward kernel by
2021-12-08 16:35:18 +0800
bdca240f
test(fastrun): add more tests for various persistent cache by
2021-12-30 17:24:22 +0800
1657b8e8
fix(fastrun): fix persistent_cache in redis by
2021-12-30 17:20:06 +0800
a404cd7d
fix(mgb/src): add tensorRT version check by
2022-01-07 15:22:19 +0800
95657d54
docs(mge/functional): update functional.math.svd docstring by
2021-12-06 23:15:28 +0800
878ce911
fix(mge/test): replace equal with allclose to fix rng test for ci by
2022-01-07 10:38:10 +0800
c53cad20
feat(cmake): format all cmake file by
2022-01-06 16:52:56 +0800
769302e4
feat(cmake): add cmake code format tools by
2022-01-05 14:55:50 +0800
a5803058
fix(dnn/x86): opt algo order by
2022-01-06 12:03:23 +0800
6011f510
style(all): fix clang-format for MGB_DEFINE inside another macro by
2022-01-05 12:49:43 +0800
5d755898
fix(funtional): correct the typo: witdth to width by
2022-01-06 16:15:08 +0800
111fa975
Merge pull request #422 from Asthestarsfalll:zeroslike by
2022-01-06 18:19:45 +0800
48e09738
docs(mge/functional): update functional.zeros docstring by
2022-01-05 13:24:19 +0800
7231257e
fix(imperative/fastrun): fix worksapce limit for cpu compnode by
2021-12-29 17:49:56 +0800
a72e0cb5
feat(imperative,src): add jit builder for custom op by
2021-11-09 15:41:28 +0800
93310c0e
fix(mgb/gopt): fix cpu global layout transform fastrun error by
2021-12-27 14:20:34 +0800
3ff5ca5f
feat(mge/traced_module): support to modify the name of Node during graph surgery by
2021-12-27 18:53:16 +0800
3a219209
fix(mge/traced_module): fix some bugs by
2021-12-27 18:48:13 +0800
88c192c8
feat(lite): add get_data_by_share in megenginelite python interface by
2021-12-28 18:25:52 +0800
8624ec22
fix(mgb): fix param merge bug that caused the weight statistics error by
2021-12-27 19:19:39 +0800
099d1b87
fix(lite/load_and_run): fix suffix parse error by
2021-12-28 18:09:16 +0800
714340e9
Merge pull request #421 from Asthestarsfalll:master by
2022-01-05 16:19:39 +0800
368b390a
(revert-410-docstring-zeros)
Revert "docs(mge/functional): update functional.zeros docstring" by
2022-01-05 15:14:18 +0800
76578994
Merge pull request #410 from TaoweiZhang/docstring-zeros by
2022-01-05 14:35:00 +0800
d814f196
docs(mge/functional): update functional.zeros docstring by
2022-01-05 13:24:19 +0800
719b5e69
Merge pull request #423 from chenqy4933:add-more-tools by
2021-12-30 15:38:07 +0800
14499e83
fix the type error of pixel shuffle by
2021-12-30 14:43:33 +0800
46d4bd8a
feat(windows): let sdk do not care about more macro on win by
2021-11-11 14:01:20 +0800
9de9dd82
feat(tools): add two model evaluation tools by
2021-12-29 20:21:00 +0800
c90e0b54
(tag: v1.7.2.m1)
perf(arm): optimize arm uint16 relayout with n=4 by
2021-12-27 15:39:58 +0800
202b4071
fix(core): fix output var replaced by optpass by
2021-12-27 15:39:25 +0800
e715423f
feat(src/gopt): add optpass on arm for fusing typecvt and elemwise to elemwise multi type by
2021-12-27 15:38:11 +0800
f6d99094
feat(dnn): add elemwise multi type support i16xf32 and u8xf32 by
2021-12-17 11:50:48 +0800
520db818
docs(mge/functional): update functional.zeros_like docstring by
2021-12-27 19:09:09 +0800
b7fe6a27
docs(mge/functional): update functional.ones_like docstring by
2021-12-26 20:21:48 +0800
d9a46ea4
fix(dnn): correct behaviour of floor div for int tensor by
2021-11-18 14:40:01 +0800
8918abb1
Revert "test(fastrun): suppress persistent cache test" by
2021-12-24 14:47:55 +0800
6b28a2f9
fix(copybara): re-open redis cache by
2021-12-14 15:07:01 +0800
60c14b68
fix(copybara): remove redis client in imperative by
2021-12-10 19:34:07 +0800
7fa70df9
style(imperative): remove absolute imports in megengine by
2021-12-06 18:36:54 +0800
cf1db261
fix(fastrun): replace py_redis with cpp_redis to avoid deadlock by
2021-12-02 21:11:08 +0800
b75d1009
fix(mge/elwise): removed back to fp32 mode by
2021-12-27 11:31:51 +0800
7c5d8401
refactor(lite): refactor lite example by
2021-12-22 14:05:26 +0800
aa80d988
feat(lite): add cv example by
2021-12-14 21:13:21 +0800
390d2bb5
feat(mgb): tensorrt runtime opr support mutiple profiles by
2021-12-22 21:50:51 +0800
1708ab2e
feat(mgb): add tensorrt runtime dynamic batch testcase by
2021-12-13 15:44:13 +0800
87c845fd
feat(mgb): tensorrt runtime opr support dynamic batch trt model by
2021-12-07 12:42:22 +0800
f7cf3e34
feat(lite): fix load_and_run_depend_shared on windows by
2021-12-23 18:23:06 +0800
f75261d7
fix(mge/utils): fix module_status error by
2021-12-20 19:03:55 +0800
9fd2e663
feat(mge/elwise): removed back to fp32 mode by
2021-12-23 14:32:37 +0800
e2427f30
feat(lite): lite support ax compnode by
2021-12-22 16:56:03 +0800
2ce050bb
fix(lite): add warnning to TensorBatchCollector by
2021-12-20 19:01:58 +0800
ce119ef5
fix(lite): fix lite error when record level is 2 by
2021-12-20 17:16:37 +0800
643ab1c1
fix(lite): fix lite compnode mapper by
2021-12-20 15:24:07 +0800
0ad5eeae
feat(mgb/gopt): global layout transform support opencl by
2021-12-23 15:40:05 +0800
26146e5a
feat(mge/uniform): add the judgment of low and high by
2021-12-23 13:42:21 +0800
8f48da7f
feat(mgb/opr): add cell level rnn/lstm and sequence level rnn/lstm by
2021-10-09 22:02:45 +0800
051a6055
feat(mge): add cpp_redis and tacopie submodule by
2021-12-21 20:35:56 +0800
80cdfc64
feat(mge): add cpp_redis and tacopie submodule by
2021-12-21 20:26:28 +0800
f67aa646
test(fastrun): suppress persistent cache test by
2021-12-17 16:37:20 +0800
6102b96c
Merge pull request #407 from ShrimpLau:docstring_all_reduce_xxx by
2021-12-21 15:19:29 +0800
2881934c
feat(dnn/check_non_finite): addmul scale to check_non_finite opr by
2021-12-07 16:49:52 +0800
b8ccc6a2
fix(mgb): fix loss execution policy after opr shallow copy by
2021-11-29 15:50:21 +0800
c27f6782
feat(src/opr): add api of training of cpp and related test by
2021-12-14 21:02:50 +0800
6bb54099
feat(dnn/src): add images2neibs kernel of opencl and related test by
2021-11-15 14:48:52 +0800
0f5c26d7
docs(mge/distributed): change the allreduce related functions document by
2021-12-09 16:58:03 +0800
91906121
feat(ci): update cpuinfo by
2021-12-21 14:35:59 +0800
014c77c4
Merge pull request #399 from Asthestarsfalll:master by
2021-12-17 19:11:19 +0800
7cb3ad8a
fix(mge/functional): fix one_hot irregular coding style by
2021-12-08 12:34:25 +0800
535784d4
docs(mge/functional): update functional.ones docstring by
2021-12-06 18:49:54 +0800
92012c84
Merge pull request #398 from ErikQQY:docstring-mul by
2021-12-17 03:19:53 +0800
501eadc1
fix(mgb): fix copybara mc20 by
2021-12-14 19:52:44 +0800