Commit Graph

2266 Commits

Author SHA1 Message Date
etone-chan 9ede74b1b2 modify the condition of pattern match in bnupdate + eltwise fusion pass 2020-08-30 11:39:12 +08:00
laiyongqiang d8a6aa28a6 fix cpp lint 2020-08-29 16:39:49 +08:00
laiyongqiang 6316343e08 add atomic clean op for every communication op's input 2020-08-29 14:40:49 +08:00
mindspore-ci-bot 0e3a39c223 !3357 modify device id
Merge pull request !3357 from changzherui/mod_device_id
2020-07-23 15:10:28 +08:00
changzherui bdc67ee2ca modify device id 2020-07-23 12:29:03 +08:00
mindspore-ci-bot 3f916bddd3 !3340 modify device id
Merge pull request !3340 from changzherui/mod_device_id
2020-07-22 23:24:19 +08:00
changzherui f689648872 modify device id 2020-07-22 21:21:43 +08:00
yanghaoran d946b61a88 add environment variable ASCEND_CUSTOM_FWK_PATH to support specific ascend software structutres 2020-07-21 21:58:35 +08:00
mindspore-ci-bot 1aedd6cee1 !2578 Add case for precision of bert network
Merge pull request !2578 from ddwolf/add_case_for_precisoin_of_bert_to_r0.5
2020-06-30 18:50:26 +08:00
kswang d290c07a0f fix mix target device id 2020-06-30 15:19:25 +08:00
duxiutao dcf40c262b add case to guard precision and modify get const tensor value in composite kernel 2020-06-30 14:46:10 +08:00
chenzomi 684ecac927 rebase master to r0.5 for quantizaiton aware training 2020-06-30 11:44:57 +08:00
mindspore-ci-bot f8fa03d732 !2712 Revert "Make assign-node to be before jump-node, ensure child graph can get its inputs"
Merge pull request !2712 from zhoufeng/revert-assign-node-order
2020-06-29 19:53:39 +08:00
zhoufeng 30001d68e2 Revert "Make assign-node to be before jump-node, ensure child graph can get its"
This reverts commit 8628b898e1.
2020-06-29 17:33:24 +08:00
chenfei 92aaf297c4 if parameter is the second input of control depend and depend mode is 0,this control relation is invalid 2020-06-29 17:17:51 +08:00
mindspore-ci-bot 381bbc4db5 !2691 use two condition, false branch caculate error
Merge pull request !2691 from hexia/deal-switch-input
2020-06-29 11:57:38 +08:00
mindspore-ci-bot bf52346e65 !2678 Add typeid to type conversion scene
Merge pull request !2678 from zhangbuxue/Add_typeid_to_type_conversion_scene
2020-06-29 11:36:43 +08:00
mindspore-ci-bot 39d171ce17 !2689 fix cast kernel build in pynative mode
Merge pull request !2689 from limingqi107/cast_pynative
2020-06-29 11:33:19 +08:00
hexia 9794b13c10 fix switch input 2020-06-29 10:59:16 +08:00
buxue fe8f47dc45 add typeid to type conversion scene 2020-06-29 10:27:42 +08:00
mindspore-ci-bot 84cdb9f4ed !2646 Fix grad value is wrong when register hook in pynative
Merge pull request !2646 from JoyLvliang/r0.5
2020-06-29 10:06:52 +08:00
limingqi107 7fca26c201 fix cast kernel build in pynative mode 2020-06-29 09:39:43 +08:00
mindspore-ci-bot acbbe52984 !2685 GPU mul support int
Merge pull request !2685 from VectorSL/r0.5
2020-06-29 09:18:33 +08:00
mindspore-ci-bot 48b4a10f39 !2679 fix issue [controlflow] if Cascad an if, raise error
Merge pull request !2679 from wenchunjiang/fix_if_cascad_if_bug
2020-06-29 09:00:34 +08:00
VectorSL 79ec5f7398 gpu mul support int 2020-06-28 22:03:25 +08:00
mindspore-ci-bot 25a34c0d13 !2666 fix python abort bug
Merge pull request !2666 from jinyaohui/backend
2020-06-28 21:56:19 +08:00
mindspore-ci-bot abb7c40315 !2665 handle RecurseCompileGraph when one branch is Assign
Merge pull request !2665 from Margaret_wangrui/r0.5
2020-06-28 21:32:39 +08:00
mindspore-ci-bot 269b514b05 !2650 get monitor sampling interval from json file
Merge pull request !2650 from yanghaitao/yht_sampling_interval_r0.5
2020-06-28 20:05:11 +08:00
mindspore-ci-bot 5a6988bc94 !2663 optimize is all nop node detect in mem reuse
Merge pull request !2663 from laiyongqiang/gpu_opt_r05
2020-06-28 20:00:00 +08:00
mindspore-ci-bot f6148c7e39 !2657 [CT][MS][Auto-Parallel]Double recursion does not support the gatherv2 operator
Merge pull request !2657 from Chong/r5
2020-06-28 19:50:06 +08:00
lvliang 24c0a8256f fix-grad-value-is-wrong-in-pynative-hook 2020-06-28 19:22:28 +08:00
wenchunjiang b3da4d9b97 fix bug of labelswitch generate task failed when if cascad if 2020-06-28 18:52:48 +08:00
jinyaohui 79b2fe28d5 fix bug 2020-06-28 17:38:45 +08:00
Margaret_wangrui 390efd1207 handle RecurseCompileGraph when one branch is Assign 2020-06-28 17:11:08 +08:00
laiyongqiang 4799131e18 optimize is all nop node detect in mem reuse 2020-06-28 16:51:02 +08:00
hongxing eed1881f2d fix GatherV2/GatherV2P 2020-06-28 10:10:26 +02:00
yanghaitao f3423208c4 set monitor sampling interval through json file 2020-06-28 15:30:37 +08:00
mindspore-ci-bot 80ab1c0ab2 !2538 bugfix(transform): relax the exception of control depend on value node
Merge pull request !2538 from xianwz/r0.5
2020-06-28 10:25:04 +08:00
mindspore-ci-bot 4f377f2ab4 !2596 Make assign-node to be before jump-node, ensure child graph can get its input
Merge pull request !2596 from zhoufeng/assign-order-before-jump-r0.5
2020-06-28 09:40:58 +08:00
mindspore-ci-bot 122a931090 !2577 [AutoPar] copy Master commits to r0.5
Merge pull request !2577 from Chong/r5
2020-06-27 11:52:09 +08:00
hongxing 300dd2971c merge master code to r0.5 2020-06-26 13:59:16 +02:00
dayschan cfe9c35659 GraphKernel support akg batchmatmul 2020-06-26 13:53:28 +08:00
zhoufeng 8628b898e1 Make assign-node to be before jump-node, ensure child graph can get its
input

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-26 12:38:14 +08:00
ms_yan 7d2fe8c279 change GetTensor into GetRow to avoid NullPtr 2020-06-24 17:45:43 +08:00
jinyaohui bb17bc4081 add ENABLE_GE 2020-06-24 17:08:05 +08:00
Xian Weizhao 01f228b0d5 relax the exception of control depend on value node 2020-06-24 16:55:22 +08:00
mindspore-ci-bot fe1d4ca3bd !2555 checkpoint add model_type
Merge pull request !2555 from chenzhongming/r0.5
2020-06-24 15:18:37 +08:00
mindspore-ci-bot 2e76c9fb82 !2536 [Control sink]Fix bug of get call real outputs
Merge pull request !2536 from chenfei_mindspore/stop-in-tuple-get-item-of-update-call-real-input
2020-06-24 14:11:33 +08:00
chenzomi 3b632eac46 checkpoint add model_type 2020-06-24 13:48:36 +08:00
mindspore-ci-bot 572236bdd7 !2507 fix misspell and check parameters on graphdata
Merge pull request !2507 from heleiwang/r0.5_fix_misspell
2020-06-24 10:10:39 +08:00