lichenever
2da38ad401
fix two cast bug in auto parallel
6 years ago
mindspore-ci-bot
da447b8d4d
!45 use std::vector instead of std::list to promote performance for parallel module
Merge pull request !45 from chentingting/permote_auto_prallel_performance
6 years ago
jojobugfree
e6c15b82c8
remove cce dependency
6 years ago
lichenever
f946aea10d
fix grpah mode loop sink bug in auto parallel
6 years ago
wenchunjiang
5a00d8cb58
This fixes an issue about mindspore process cannot exit when calling python api op_select_format failed in select kernel steps.
Previously function op_select_format and check_supported raise an exception directly on the tbe_process python side, but we don't deal with the exception, and raise an exeception on c++ side to frontend ME, that will cause some conflict when recycle resource on ME and tbe_process python interpreter.
This changes adding try...catch in function op_select_format and check_supported on the python side, and return the Exception string to c++ side, so that we can raise an exception to frontend ME and ME will deal with resouce clearning and exit.
6 years ago
c00425699
3bb48ffee1
use std::vector instead of std::list to promote performance for parallel module
6 years ago
mindspore-ci-bot
976226f9ac
!10 Add matmul biasadd fusion pass
Merge pull request !10 from YuJianfeng/master
6 years ago
mindspore-ci-bot
6f03881b04
!39 add op Diag and DiagPart
Merge pull request !39 from zhaozhenlong/op/diag
6 years ago
mindspore-ci-bot
7242c0fad5
!41 Revert 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
Merge pull request !41 from leonwanghui/revert-merge-17-master
6 years ago
mindspore-ci-bot
e4b404e8ae
!32 auto-enable-dynamic-mem-pool
Merge pull request !32 from JoyLvliang/master
6 years ago
mindspore-ci-bot
e535a5f50c
!40 fix bug of get a error dst format of transdata
Merge pull request !40 from lianliguang/master
6 years ago
mindspore-ci-bot
84a61bd015
!27 add log for kernel runtime in order to trace performance
Merge pull request !27 from shibeiji/master
6 years ago
lvliang
b3a306489d
auto enbale dynamic mem pool
6 years ago
leonwanghui
976af212e9
回退 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
6 years ago
mindspore-ci-bot
140a15924c
!17 [AutoParallel]Fix bug in the case of two cast
Merge pull request !17 from lichen/fix_cast_bug
6 years ago
mindspore-ci-bot
02a25407c4
!30 use string::find instead of equal to distinguish training graph
Merge pull request !30 from chenhaozhe/enable-variable-acc-for-training-graph
6 years ago
lianliguang
9d5890d9b9
fix bug of got a error transdata's dest format
6 years ago
zhaozhenlong
b12e6ff780
add operator diag and diag_part
6 years ago
mindspore-ci-bot
c1c8fef9ca
!24 Change strategy for structure output
Merge pull request !24 from 步学/structure-output
6 years ago
lichenever
b4d34973bc
fix_cast_bug
6 years ago
chenhaozhe
cab5503280
use find instead of equal to distinguish training graph
6 years ago
buxue
0da0bdcf40
Fix bug structure output when there is depend whose first input is constant in outputs
6 years ago
zhaozhenlong
9862dea3cf
adapt relu6grad and graphengine modified
6 years ago
shibeiji
468e257a14
add log for kernel runtime in order to trace performance
6 years ago
GinFung
468dbc3557
Add matmul biasadd fusion pass
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago