Commit Graph

36 Commits

Author SHA1 Message Date
kpy 4338dd266e optimizer pynative graph memory 2020-09-16 16:14:05 +08:00
mindspore-ci-bot c543db0585 !6180 clean codex warning in memreuse
Merge pull request !6180 from laiyongqiang/codex
2020-09-15 14:17:10 +08:00
laiyongqiang 4063a69846 clean codex warning 2020-09-14 16:51:16 +08:00
caifubi 372c2e7951 Combine Async Dump and E2E Dump 2020-09-14 10:57:46 +08:00
John Tzanakakis b0a7ebdeb0 enable debugger by default and set correct log message severity 2020-09-10 21:42:00 -04:00
limingqi107 d712ac0da0 add count of graphs using the parameter 2020-09-09 10:50:48 +08:00
Zhang Qinghua c0070d3d49 Use the unified Execute function to run Graph or Single Op Graph. 2020-09-07 15:07:44 +08:00
Zhang Qinghua 5ac60ff202 Move ascend dependent functions to ascend kernel runtime. 2020-09-04 15:38:54 +08:00
limingqi107 7ec2f6a550 clear graph output address in graph destructor 2020-09-01 12:58:46 +08:00
fary86 fcbb3e0edc Refactor ms_context implementation 2020-08-30 22:51:40 +08:00
mindspore-ci-bot 7336ed94fd !5395 fix assign memory error in pynative mode
Merge pull request !5395 from chujinjin/fix_assign_memory_error_in_pynative
2020-08-28 10:45:58 +08:00
limingqi107 7029a861d7 add kernel release resource 2020-08-27 11:07:55 +08:00
chujinjin ffed5dad1c fix runopassignoutputmemory error 2020-08-27 10:40:02 +08:00
lirongzhen1 531ad4df70 prepare to support int64 2020-08-26 10:43:06 +08:00
gukecai 66e7b02b4b independent stream parallel 2020-08-19 14:16:26 +08:00
zhoufeng 663278112f optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-08-18 14:33:24 +08:00
gukecai 6362e954df Revert "independent stream parallel"
This reverts commit adb6ff6c78.
2020-08-17 20:30:36 +08:00
gukecai adb6ff6c78 independent stream parallel 2020-08-12 15:58:37 +08:00
lvchangquan 87022fce3c fix a bug with using dynamic memory. 2020-08-07 16:17:43 +08:00
lvliang 3a61d646d4 decoupling-the-interface-of-mallocing-mem 2020-08-07 09:21:07 +08:00
liubuyu d81862a916 decoupling core and context 2020-08-05 08:15:14 +08:00
lvchangquan fdbe4c19ba use kernel_runtime::mem_manager to reduce rtMalloc and rtFree time in trans data format 2020-07-29 12:36:51 +08:00
kpy 570da089a8 set output value for dynamic graph 2020-07-23 17:05:47 +08:00
mindspore-ci-bot ef18c5f879 !3007 GPU debugger and GPU dump - milestone 1
Merge pull request !3007 from john_tzanakakis/master_ms1
2020-07-23 11:52:24 +08:00
yujianfeng 4d18e9ec35 Fix internal multiple outputs check 2020-07-23 08:56:42 +08:00
John Tzanakakis b3c0eb61d5 GPU debugger - milestone 1 and GPU dump
Additonal Authors: Adel Shafiei, Harshvardhan Gupta
2020-07-22 15:58:36 -04:00
lvliang 0cd80b465c enable-mem-pool-manage-pynative-and-graph-static-mem 2020-07-21 21:16:13 +08:00
mindspore-ci-bot 72a2b7d496 !3117 not reuse ref node input's memory
Merge pull request !3117 from laiyongqiang/refnode_input
2020-07-20 14:36:50 +08:00
laiyongqiang acba03b191 not reuse ref node input's memory 2020-07-20 11:17:39 +08:00
lvchangquan 7b48a122dd insert trans_data to reduce time in print process 2020-07-20 10:21:36 +08:00
lvliang d9e5b97d3b reback-memory-pool-to-memory-offset 2020-07-18 11:39:39 +08:00
mindspore-ci-bot 25ee322ba3 !2966 reuse communication op output's memory
Merge pull request !2966 from laiyongqiang/hcom_memreuse
2020-07-16 14:51:12 +08:00
laiyongqiang 68c78ab6bb reuse communication op output's memory 2020-07-16 12:41:39 +08:00
zhoufeng 439d6d618f Control flow not split graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-07-15 16:51:24 +08:00
He Wei ee1510da41 Eliminate circular dependency between 'ir' and 'device/kernel' 2020-07-14 19:56:22 +08:00
liubuyu 43c79eb853 mindspore path adjust 2020-07-14 18:07:28 +08:00