Commit Graph

54 Commits

Author SHA1 Message Date
mindspore-ci-bot 84607e3a51 !15890 fix an allreduce calculate bug in pynative mode
From: @lvchangquan
Reviewed-by: 
Signed-off-by:
2021-05-11 09:43:28 +08:00
lvchangquan 0b09fdf94c fix an allreduce bug with two streams sync problem 2021-05-10 10:00:58 +08:00
ZPaC 12f95b51f4 Add server code part2 2021-05-06 20:36:04 +08:00
Margaret_wangrui b39b3d7dd5 fix bot warnings 2021-04-26 16:23:55 +08:00
lvchangquan bbd4ff9346 fix some pclint warnings in master 2021-04-22 17:06:16 +08:00
limingqi107 b3a5ccebc3 fix codedex 2021-04-14 09:32:56 +08:00
mindspore-ci-bot 7db3fab614 !14824 Remove some useless code
From: @HulkTang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @kisnwang
2021-04-12 11:27:24 +08:00
lizhenyu a06339574a fix CodeDex warnings 2021-04-10 14:45:05 +08:00
tanghuikang c8a14ba016 Clean code 2021-04-09 09:28:53 +08:00
lizhenyu a87b141cf9 init device address for anf node 2021-04-07 17:33:22 +08:00
kswang 54ef8520ab format some executor func name 2021-03-31 14:51:57 +08:00
kswang bfc51f96ce support launch kernel for graph mode 2021-03-27 09:50:03 +08:00
tanghuikang dac64f30ee Support ms_function + heterogenous 2021-03-09 18:59:03 +08:00
caifubi 171b468bb3 PyNative AllReduce Bucket 2021-03-03 15:47:18 +08:00
zuochuanyong 3fa26683ac nlp perf(Pynative): change memory sync mode from synchronous to asynchronous in SyncHostToDevice 2021-02-20 02:51:51 -05:00
lizhenyu f17534af08 ps cache support sparse 2021-01-29 20:31:51 +08:00
yanghaitao1 8d147deb07 profiler memory 2021-01-19 10:21:43 +08:00
yanghaoran b8345d03b6 Synchronize latest Ascend software 18 Dec 2020, with profiler fixes 2020-12-24 15:11:01 +08:00
limingqi107 a844d52b42 add ps cache check 2020-12-17 12:46:53 +08:00
lizhenyu e3f7ae61db add ps cache manager 2020-12-10 10:31:55 +08:00
HulkTang c36b477568 Run ops one by one in pynative bp graph 2020-11-29 15:48:21 +08:00
mindspore-ci-bot 0d49650bd5 !8888 Add PyNative Device Profiling
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
2020-11-24 10:50:43 +08:00
caifubi 12643a33dd Add profiling reporter 2020-11-23 16:53:11 +08:00
kswang 62ae6802dc fix context null error 2020-11-19 16:58:30 +08:00
Harshvardhan Gupta 744355a005 remove dbg args from runtime and remove needless argument from IsWatchpoint 2020-10-19 11:22:22 -04:00
caifubi 9b76f4ed57 get physical device for gpu 2020-10-14 10:13:38 +08:00
caifubi d3b978147f Ascend Dynamic Shape 2020-10-10 19:11:47 +08:00
kswang 11989b5e30 enable async run 2020-10-10 10:08:55 +08:00
Harshvardhan Gupta 7c5e0541ba load inputs before suspending execution in dbg 2020-10-05 10:40:32 -04:00
laiyongqiang bd8aeefd95 disable memory reuse for selected op in e2e dump 2020-09-25 11:16:34 +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
lichen_101010 dffa61b228 send info when training is done 2020-09-11 18:40:54 -04:00
John Tzanakakis b0a7ebdeb0 enable debugger by default and set correct log message severity 2020-09-10 21:42:00 -04:00
mindspore-ci-bot 0c316e522d !5866 clean idle mem at proper time
Merge pull request !5866 from liangzelang/fix_global_step_error
2020-09-09 14:10:34 +08:00
liangzelang 4c7291078c clean idle mem in the beginning of ascend session 2020-09-08 22:03:35 +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
limingqi107 7029a861d7 add kernel release resource 2020-08-27 11:07:55 +08:00
liubuyu d81862a916 decoupling core and context 2020-08-05 08:15:14 +08:00
z00505269 87668d6ea2 remove predict 2020-08-01 11:45:19 +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
liubuyu f4bc0bc9fe move the dependency of utils to core 2020-07-27 10:28:46 +08:00
kpy 570da089a8 set output value for dynamic graph 2020-07-23 17:05:47 +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
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
mindspore-ci-bot bae2f964e5 !3213 Unified code style
Merge pull request !3213 from liubuyu/dev
2020-07-20 14:14:03 +08:00
laiyongqiang acba03b191 not reuse ref node input's memory 2020-07-20 11:17:39 +08:00