Commit Graph

7966 Commits

Author SHA1 Message Date
kswang 04be6a37f0 add getptr for memreuse 2020-04-01 21:37:02 +08:00
huangdongrun d3f733fa25 support grad on graph with variable arguments
use unpack graph primitive instead

add testcases for all grad interface

remove debug log

format code

remove dumpfuncgraph

resolve clang-format

resolve reviews

resolve cpplint

fix review
2020-04-01 20:24:04 +08:00
mindspore-ci-bot 0830ad932b !72 【轻量级 PR】:fix typo in formula
Merge pull request !72 from 万万没想到/N/A
2020-04-01 20:15:18 +08:00
ms_yan b4b1c55ed2 repair unsuitable warning in repeat count and epoch size check 2020-04-01 20:14:46 +08:00
mindspore-ci-bot 43adf281a2 !77 fix bug of bert pre training
Merge pull request !77 from amongo/FixBugOfBertPreTraining
2020-04-01 20:09:38 +08:00
Xiaoda Zhang 3d35792877 change_star_elimination: make the non-identity triangle_eliminatin exact 2020-04-01 19:24:18 +08:00
mindspore-ci-bot 37dba2ddcf !74 delete longtime python ut
Merge pull request !74 from changzherui/master
2020-04-01 18:29:58 +08:00
mindspore-ci-bot 69d5403319 !14 add adapter for ge atan2
Merge pull request !14 from zhaozhenlong/op/atan2
2020-04-01 18:24:55 +08:00
mindspore-ci-bot 0f2ed0b134 !61 Modify log level in DfGraphManager
Merge pull request !61 from chenhaozhe/modify-log-info-of-dfgraphmanager
2020-04-01 18:06:41 +08:00
huangdongrun 2fdf692c2e fix bug of auto control depend for bert pre training
add comment
2020-04-01 16:57:45 +08:00
mindspore-ci-bot a47046652a !76 [Auto parallel] Refining the strategy_checking for resnset50
Merge pull request !76 from Xiaoda/modify-resnet50-strategy-checking
2020-04-01 16:36:13 +08:00
zhaozhenlong bed5997a14 add atan2 operator 2020-04-01 16:27:35 +08:00
mindspore-ci-bot 0baf602ddb !60 Modify cmake for 3rd part buld
Merge pull request !60 from dengwentao/cmake
2020-04-01 16:21:22 +08:00
laiyongqiang bb421b70db fix bug when dump op with trans_flag true 2020-04-01 16:21:00 +08:00
mindspore-ci-bot 022c79d34e !70 【轻量级 PR】:fix typo in formula
Merge pull request !70 from 万万没想到/N/A
2020-04-01 15:58:35 +08:00
mindspore-ci-bot f0bcf90b5b !64 fix error while num_samples equal 0
Merge pull request !64 from anzhengqi/fix-check-num-samples
2020-04-01 15:48:38 +08:00
mindspore-ci-bot b829be11a6 !37 Quick fix for pre-opensource TFReaderOp issue
Merge pull request !37 from Peilin/peilin-pre-opensource-tfreader-fix
2020-04-01 15:32:08 +08:00
dengwentao bffa031dbc change MS LIB CACHE setting 2020-04-01 15:24:49 +08:00
mindspore-ci-bot 22a9c00bcd !57 Add parallel operators for Neg and BatchMatMul
Merge pull request !57 from yangzhenzhang/master
2020-04-01 15:23:46 +08:00
mindspore-ci-bot a42eee52ba !67 add cpu st lenet
Merge pull request !67 from kisnwang/add-cpu-st
2020-04-01 15:15:13 +08:00
Xiaoda Zhang fb6eed23ae refining strategy-checking for resnet50 2020-04-01 14:58:58 +08:00
mindspore-ci-bot d9830e8ad6 !73 【轻量级 PR】:update tests/st/ops/gpu/test_tensoradd.py.
Merge pull request !73 from VectorSL/N/A
2020-04-01 14:41:28 +08:00
anzhengqi 6a1b865c91 check num_samples 2020-04-01 14:39:23 +08:00
simson f338eb3a60 add graphengine 2020-04-01 11:57:09 +08:00
simson 92dc6de049 modify graphengine 2020-04-01 11:55:29 +08:00
chang zherui 1de7011bc8 delete longtime python ut 2020-04-01 11:53:35 +08:00
VectorSL aea6b0c974 update tests/st/ops/gpu/test_tensoradd.py.
fix pytest.mark for testcase
2020-04-01 11:49:37 +08:00
mindspore-ci-bot 569e5b056e !53 [Auto parallel] Remove the redundant work in star elimination
Merge pull request !53 from Xiaoda/modify_star_and_triangle_elimination
2020-04-01 11:43:31 +08:00
万万没想到 fd96ebe3ea fix typo in formula 2020-04-01 11:42:24 +08:00
万万没想到 849b84abb1 fix typo in formula 2020-04-01 11:14:21 +08:00
mindspore-ci-bot c46e267cfd !21 update lenet , add alexnet in example
Merge pull request !21 from wukesong/add_lenet_alexnet
2020-04-01 11:05:58 +08:00
mindspore-ci-bot 8f76c28017 !56 remove cce dependency
Merge pull request !56 from jojobugfree/dev-rm-cce
2020-04-01 10:12:54 +08:00
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
2020-04-01 09:54:10 +08:00
WeibiaoYu 60f7a95b1c the size of tensor may be bigger than 2GB, should use memcpy instead of memcpy_s 2020-03-31 21:47:28 -04:00
yangzhenzhang 110640e2ad add parallel ops for neg and batchmatmul 2020-04-01 09:36:38 +08:00
Xiaoda Zhang c080ec7874 change star elimination: remove some redundant and checking works 2020-04-01 09:16:36 +08:00
Cathy Wong 2e881276ab Enable skipped dataset zip python unit tests
Signed-off-by: Cathy Wong <cathy.wong@huawei.com>
2020-03-31 16:47:13 -04:00
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
2020-03-31 13:29:54 -04:00
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
2020-03-31 22:23:02 +08:00
mindspore-ci-bot 045a1c356c !51 add op SpaceToBatch and BatchToSpace for ge
Merge pull request !51 from zhaozhenlong/op/space-to-batch
2020-03-31 21:59:03 +08:00
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
2020-03-31 21:26:14 +08:00
mindspore-ci-bot 1fc5a69d6f !59 dataset: Repair parameter check problem in TFRecordDataset
Merge pull request !59 from ms_yan/repair_shard_tf
2020-03-31 21:26:05 +08:00
kswang 2dc9f632c1 add cpu st lenet 2020-03-31 21:25:48 +08:00
chenhaozhe 0727c2e76a modify log level in DfGraphManager 2020-03-31 21:09:35 +08:00
fary86 816b60491d Dump graph with type info when static analysis failed 2020-03-31 21:08:48 +08:00
mindspore-ci-bot e2df848597 !55 modify long time python ut
Merge pull request !55 from changzherui/master
2020-03-31 21:01:40 +08:00
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. 2020-03-31 20:49:33 +08:00
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
2020-03-31 20:28:05 +08:00
zhaozhenlong cf40305bf0 add operator SpaceToBatch and BatchToSpace for ge 2020-03-31 20:21:47 +08:00
ms_yan 624ab97de6 repair parameter check problem in random_resize_crop and random_crop 2020-03-31 20:13:49 +08:00