mindspore-ci-bot
48d4cca512
!12949 Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
From: @zh_qh
Reviewed-by: @hwhewei,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
Zhang Qinghua
df866f7248
Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
4 years ago
mindspore-ci-bot
df98fa0233
!12842 Add grad op for gpu dynamic shape testing op
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d285692217
!12852 Change maketuple in coreops
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
lvliang
26f6fea675
debug_for_new_interface_forwardvalueandgrad
4 years ago
l00591931
680324f225
Change make tuple in core.ops
4 years ago
mindspore-ci-bot
8432bdffbf
!12880 move operator primitive of Centralization to _inner_ops
From: @david-he91
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @liangchenghui
4 years ago
tom__chen
56e8aa9f7e
change index_add op input_x to type Parameter
4 years ago
hedongdong
d8382f4d57
move operator primitive of Centralization to _inner_ops
4 years ago
Zhang Qinghua
8b8c59f01e
Optimize the compile performance in Parser, FG, Manager and Renormalize:
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
4 years ago
mindspore-ci-bot
bb303647c7
!12799 Fix typos in head descriptions about license.
From: @c_34
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
9aa0753588
!12840 open 8p testcases
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7ff2b3b499
!12781 fix bug of amp bn cast
From: @jojobugfree
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
541643e16b
!12777 fix ci pynative case
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
4 years ago
Peilin Wang
347575a38f
add grad for GpuDynamicShape testing op
add tests
removed some unused imports
fix ci
4 years ago
zhoufeng
98775f29dd
open 8p testcase
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
caifubi
ae1e6bf176
fix ci pynative case
4 years ago
mindspore-ci-bot
4b7e76b4fb
!12796 AIpp config file generator bug fix
From: @lizhenglong1992
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
chenhaozhe
82c5486714
fix typos in lincense
4 years ago
mindspore-ci-bot
99c17c43d8
!12746 Fix ApplyAdagradCpuKernel output
From: @yang_chun
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
4 years ago
Zhenglong Li
07dd752e1e
Fix aipp config file generator bug
4 years ago
caifubi
a6959c2a13
fix bn cast bug
4 years ago
liuxiao93
6459229fff
adapt some 3d ops.
4 years ago
chendongsheng
db0a6f1e19
replace ps-lite
4 years ago
mindspore-ci-bot
d61f646431
!12743 Add ERROR and WARNING information for execute class
From: @lizhenglong1992
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
yang_chun
580d33e90e
Fix: ApplyAdagrad output.
4 years ago
huangmengxi
3a319a97e9
move matmul from numpy to ops
4 years ago
Zhenglong Li
5cf805d46a
Fix some issue of ERROR information in log
4 years ago
mindspore-ci-bot
c33d767314
!12672 Aipp config file generation
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
692d158f5c
!12656 numpy-native repeat add checking for repeats shape
From: @jachua
Reviewed-by:
Signed-off-by:
4 years ago
Zhenglong Li
22e5ed13d6
Aipp config file generation
4 years ago
mindspore-ci-bot
fd3cec2e9f
!12627 update graphengine_0225
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
d10dc28eb2
update graphengine_0225
4 years ago
mindspore-ci-bot
03935de4bf
!12630 make CPU op ResizeNearestNeighbor support float64 and Int64
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d8433e9f5c
!12605 Fix GPU ReduceMax/Sum float64 type failure
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
mindspore-ci-bot
10692e9cd7
!12663 [auto-monad] Fix backend control flow bug found by igamma test
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
wanyiming
ca6ffac0e8
add_int64_float64
4 years ago
huangmengxi
76c8e10c4a
bug fix
4 years ago
mindspore-ci-bot
09eee17406
!12591 Add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for CPU
From: @wangrao124
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
c837fb25a2
[auto-monad] Fix backend control flow bug found by igamma test
4 years ago
mindspore-ci-bot
f269f3fc8d
!12231 Support ad for scalar inputs
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
ec644a5291
add fix to float64 support in reduce ops
4 years ago
tom__chen
03b1aeecdb
FusedBatchNormEx dynamic shape support
4 years ago
wangrao
ab17c49eba
add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for cpu
4 years ago
yujianfeng
41189781f3
support scalar input for cell
4 years ago
mindspore-ci-bot
88484a4c83
!12556 add dynamic shape testcase to AllReduce GPU
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
a38c996c9c
!12537 Dvpp API merge
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
09f1003617
!12504 Add ascend profiling st
From: @jojobugfree
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by:
4 years ago
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
4 years ago
mindspore-ci-bot
50bf5033f2
!12400 Add float64 support to ZerosLike, remove duplicate ZerosLike gpu kernel
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago