mindspore-ci-bot
c46e267cfd
!21 update lenet , add alexnet in example
...
Merge pull request !21 from wukesong/add_lenet_alexnet
5 years ago
mindspore-ci-bot
8f76c28017
!56 remove cce dependency
...
Merge pull request !56 from jojobugfree/dev-rm-cce
5 years ago
mindspore-ci-bot
87040483ee
!58 fix two cast bug in auto parallel
...
Merge pull request !58 from lichen/fix_two_cast_bug_in_auto_parallel
5 years ago
WeibiaoYu
60f7a95b1c
the size of tensor may be bigger than 2GB, should use memcpy instead of memcpy_s
5 years ago
yangzhenzhang
110640e2ad
add parallel ops for neg and batchmatmul
5 years ago
Xiaoda Zhang
c080ec7874
change star elimination: remove some redundant and checking works
5 years ago
Cathy Wong
2e881276ab
Enable skipped dataset zip python unit tests
...
Signed-off-by: Cathy Wong <cathy.wong@huawei.com>
5 years ago
Peilin Wang
0ae77bb0db
TFReaderOp fix, threads will exit after reading necessary amount of rows
...
changes from yanpanhui 524009: added set_dataset_size and changed get_dataest_size according to ME requirements
CI fixes
5 years ago
mindspore-ci-bot
52166a85cf
!43 dump graph with type info when analysis failed
...
Merge pull request !43 from fary86/dump-typed-graph-when-analyze-fail
5 years ago
mindspore-ci-bot
045a1c356c
!51 add op SpaceToBatch and BatchToSpace for ge
...
Merge pull request !51 from zhaozhenlong/op/space-to-batch
5 years ago
mindspore-ci-bot
58cd173051
!63 dataset: repair parameter check problem in random_resize_crop and random_crop
...
Merge pull request !63 from ms_yan/repair_pytrans_check
5 years ago
mindspore-ci-bot
1fc5a69d6f
!59 dataset: Repair parameter check problem in TFRecordDataset
...
Merge pull request !59 from ms_yan/repair_shard_tf
5 years ago
kswang
2dc9f632c1
add cpu st lenet
5 years ago
chenhaozhe
0727c2e76a
modify log level in DfGraphManager
5 years ago
fary86
816b60491d
Dump graph with type info when static analysis failed
5 years ago
mindspore-ci-bot
e2df848597
!55 modify long time python ut
...
Merge pull request !55 from changzherui/master
5 years ago
mxm
2f031e1540
fixed: PrimitiveToInferImplMap map is global, and key of the map PrimitivePtr also a global variable. If key is initialized later than the map initialized during compilation, will cause the primitive map initialize failed. Variable initialization order is not guaranteed during compilation.
5 years ago
mindspore-ci-bot
a8450dd761
!47 fix issue about the process don't exit when custom ops run failed
...
Merge pull request !47 from wchunjiang/master
5 years ago
zhaozhenlong
cf40305bf0
add operator SpaceToBatch and BatchToSpace for ge
5 years ago
ms_yan
624ab97de6
repair parameter check problem in random_resize_crop and random_crop
5 years ago
mindspore-ci-bot
da4c711dfb
!50 fix parallel related valuenode merging error
...
Merge pull request !50 from penn/fix_parallel_related_valuenode_merging_error
5 years ago
panyifeng
feb1c36811
fix parallel related valuenode merging error
5 years ago
ms_yan
7b5640da4e
Repair parameter check problem in TFRecordDataset
5 years ago
mindspore-ci-bot
352c6faf85
!18 enable use float type learning rate in lars optimizer
...
Merge pull request !18 from gziyan/master
5 years ago
lichenever
2da38ad401
fix two cast bug in auto parallel
5 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
5 years ago
mindspore-ci-bot
04c10bb93d
!42 add vgg scripts master
...
Merge pull request !42 from wangjun260/update_vgg_scripts
5 years ago
wukesong
0173c40124
add lenet & alexnet in master branch
5 years ago
mindspore-ci-bot
4b702c4c66
!48 fix graph mode and loop sink bug in auto parallel
...
Merge pull request !48 from lichen/master
5 years ago
jojobugfree
e6c15b82c8
remove cce dependency
5 years ago
chang zherui
eaf7146d46
modify longtime python ut
5 years ago
lichenever
f946aea10d
fix grpah mode loop sink bug in auto parallel
5 years ago
wangjun260
31b165a57e
add vgg scripts
5 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.
5 years ago
c00425699
3bb48ffee1
use std::vector instead of std::list to promote performance for parallel module
5 years ago
mindspore-ci-bot
d84bf8d357
!49 Update the supported version of EulerOS
...
Merge pull request !49 from TingWang/update-the-supported-version
5 years ago
mindspore-ci-bot
976226f9ac
!10 Add matmul biasadd fusion pass
...
Merge pull request !10 from YuJianfeng/master
5 years ago
mindspore-ci-bot
6f03881b04
!39 add op Diag and DiagPart
...
Merge pull request !39 from zhaozhenlong/op/diag
5 years ago
mindspore-ci-bot
2753aa8768
!15 Correct the comments for `RandomChoiceWithMask` op.
...
Merge pull request !15 from seatea/randomchoicewithmask-doc
5 years ago
Ting Wang
ddbf6f574b
update the supported version of EulerOS
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
5 years ago
mindspore-ci-bot
630dd746af
!44 fix typo in Automatic-differentiation.png
...
Merge pull request !44 from TingWang/fix-typo
5 years ago
mindspore-ci-bot
6d5597ed58
!41 Revert 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
...
Merge pull request !41 from leonwanghui/revert-merge-17-master
5 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
5 years ago
mindspore-ci-bot
e4b404e8ae
!32 auto-enable-dynamic-mem-pool
...
Merge pull request !32 from JoyLvliang/master
5 years ago
mindspore-ci-bot
6fb4d9a359
!38 fix st for auto parallel
...
Merge pull request !38 from lichen/fix_st_for_auto_parallel
5 years ago
Ting Wang
cb29f60bf1
fix typo
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
5 years ago
mindspore-ci-bot
e535a5f50c
!40 fix bug of get a error dst format of transdata
...
Merge pull request !40 from lianliguang/master
5 years ago
lichenever
30231eab2f
fix auto parallel st
5 years ago
mindspore-ci-bot
84a61bd015
!27 add log for kernel runtime in order to trace performance
...
Merge pull request !27 from shibeiji/master
5 years ago
lvliang
b3a306489d
auto enbale dynamic mem pool
5 years ago