dayschan
11ee3b1624
add context graph_kernel_flags
...
used the flag "opt_level" to control GraphKernel,
0 means disabled while non-zero value means enabled.
the default value is controlled by context "enable_graph_kernel",
but if it's also set in "graph_kernel_flags", then the flag will prevail.
supported the whitelist and blacklist operators for GraphKernelExpander.
"enable_expand_ops", "enable_expand_ops_only", "disable_expand_ops".
4 years ago
mindspore-ci-bot
b1c86b6a22
!13857 check whether communication unit has been inited
...
From: @yao_yf
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
9ac13fb8e2
!13885 fix quant _partial_init example
...
From: @yuchaojie
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
159071d438
!13882 add README for mobilenetv2
...
From: @zoloft
Reviewed-by: @wangchengyuan,@zhujingxuan,@hangangqiang,@zhanghaibo5
Signed-off-by: @wangchengyuan
4 years ago
mindspore-ci-bot
d38200f45f
!13879 change unet postprocess
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
1732ed34b6
!13877 remove ControlDepend from ternarybert
...
From: @huangbingjian
Reviewed-by: @ginfung,@hwhewei
Signed-off-by: @hwhewei
4 years ago
mindspore-ci-bot
e0b1afcfe5
!13819 [MS][LITE][CPU]fix bug of floormod
...
From: @fuzhiye
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
a59f1814c1
!13835 fixed memcpy error
...
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
mindspore-ci-bot
444ff97206
!13505 typo fix
...
From: @wudenggang
Reviewed-by: @ouwenchang,@Hanshize,@kingxian
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
34fecc0697
!13864 update applyAdagrad
...
From: @zyx5256
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
yuchaojie
f2830073b5
fix quant _partial_init example
4 years ago
mindspore-ci-bot
e520e8424f
!13869 mod test level of test_lenet_quant.py
...
From: @zlq2020
Reviewed-by: @xsmq,@kisnwang
Signed-off-by: @xsmq
4 years ago
mindspore-ci-bot
83c2817fce
!13840 fix Vector && script
...
From: @zhujingxuan
Reviewed-by: @wangchengyuan,@jpc_chenjianping
Signed-off-by: @wangchengyuan
4 years ago
z00512249
b88195a715
add README for mobilenetv2
4 years ago
mindspore-ci-bot
69af6643d3
!13703 [lite]matmul and add fusion
...
From: @xu_anyue
Reviewed-by:
Signed-off-by:
4 years ago
huangbingjian
4ef7251e7f
remove ControlDepend from ternarybert
4 years ago
zhaoting
3ccab4efa4
change unet postprocess
4 years ago
mindspore-ci-bot
086146d6d7
!13799 [MS][LITE][r1.2] it doesn't clear the output/ when build inference package
...
From: @sunsuodong
Reviewed-by: @zhang_xue_tong,@HilbertDavid
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
ae3127f12f
!13808 [auto_monad]Remove uselesee updatestate pattern and fix loss and J order.
...
From: @linqingke
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
6cd1a0b484
!13760 fix bug of quant export
...
From: @chengxb7532
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
990aaba139
!13604 add compile info for unpack return value
...
From: @liubuyu
Reviewed-by: @zhoufeng54,@jjfeing,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
a12ae4286a
!13821 skip empty graph in profiling
...
From: @jojobugfree
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
d8c66aee4a
!13715 fix numpy native cpu ci error
...
From: @yanglf1121
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
zlq2020
5068d0c730
test_lenet_quant.py will occasionally fail, avoid it before fix the bug.
4 years ago
mindspore-ci-bot
0cf0663a50
!13837 fix gthread_num
...
From: @zoloft
Reviewed-by: @wangchengyuan
Signed-off-by: @wangchengyuan
4 years ago
mindspore-ci-bot
547ca0fb15
!13815 fixed the code spell errors
...
From: @oacjiewen
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
57f7bf8480
!13791 reduce cast number in syncbn
...
From: @yuchaojie
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
87c97ecb26
!13810 fix error of context field not defined
...
From: @wangnan39
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian,@zh_qh
4 years ago
zhuyuxiao
a11287c332
adagrad: support ouput on gpu
4 years ago
zhujingxuan
a767b1a3e2
fix Vector && script
4 years ago
yao_yf
f5763bdebb
check whether do init in distributed scene
4 years ago
z00512249
684398e755
fix gthread_num
4 years ago
mindspore-ci-bot
c66b4e4994
!13729 fix TrainOneStepWithLossScaleCell execorder
...
From: @youui
Reviewed-by: @kisnwang,@guoqi1024
Signed-off-by: @guoqi1024
4 years ago
mindspore-ci-bot
c4e339674b
!13806 add air restriction note
...
From: @caozhou_huawei
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
4 years ago
xuanyue
d668baf979
matmul and add fusion
4 years ago
sunsuodong
0fba05bd7c
fix maven package
4 years ago
mindspore-ci-bot
a45f03eebf
!13490 fix bugs, and add dump tensor in benchmark
...
From: @yangjie159
Reviewed-by: @wangchengyuan,@zhanghaibo5
Signed-off-by: @wangchengyuan
4 years ago
mindspore-ci-bot
3bd84e3705
!13782 update example and run script
...
From: @zhujingxuan
Reviewed-by: @wangchengyuan,@wangchengyuan,@zhanghaibo5
Signed-off-by: @wangchengyuan,@wangchengyuan
4 years ago
mindspore-ci-bot
902b4de2f8
!13714 update documentation of Index_add operator,input of Slice,example of Unstack.
...
From: @mind-lh
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
20d881c5be
fixed memcpy error
4 years ago
liuhe
96bfe123a2
1.update the documentation of IndexAdd operator
...
2.update the input of Slice
3.update the example of Unstack.
4 years ago
mindspore-ci-bot
bfcf4562ad
!13582 【MD】【BUG】fix MD lite train error
...
From: @xulei2020
Reviewed-by:
Signed-off-by:
4 years ago
chengxianbin
85b3389caa
fix bug of quant export
4 years ago
mindspore-ci-bot
3329c07646
!13668 add glibcxx param
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1bc5a2d8ec
!13483 modify ci python ut execution
...
From: @changzherui
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e1984f5667
!13757 fix ST failure of resnet thor
...
From: @wangmin0104
Reviewed-by: @sunnybeike,@xsmq
Signed-off-by: @xsmq
4 years ago
mindspore-ci-bot
0fa621ea0d
!13666 [MS][LITE]append some models to the entrance guard
...
From: @probiotics_53
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
fa64151dd8
!13781 Ingnore transpose with nop_op attr in pynative infer
...
From: @HulkTang
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
acfa8f066a
!13699 [MS][LITE][Develop]fix write for big endian devices
...
From: @lx0095
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
ad4dedb1db
!13800 clear memory after run op in CPU
...
From: @simson_wu
Reviewed-by: @chujinjin,@zhoufeng54
Signed-off-by: @chujinjin
4 years ago