Commit Graph

151 Commits

Author SHA1 Message Date
caifubi 537fce0ee1 PyNative Kernel Parallel Build
1. Create Tensor and DeviceAddress for output before Launch.
2. Push Launch/Build Task to Queue and execute togather.
2021-08-28 00:40:48 +08:00
i-robot 01ade5857d !22123 update pynative profiling codes in fp and bp
Merge pull request !22123 from lvchangquan/profiling_formal
2021-08-26 11:10:33 +00:00
lvchangquan bab311f0c7 update pynative profiling codes in fp and bp 2021-08-26 11:41:28 +08:00
i-robot 49d84b3a87 !22247 error log rectification
Merge pull request !22247 from hwjiaorui/error-log
2021-08-26 03:13:08 +00:00
hwjiaorui 12b4940e8a log rectification 2021-08-25 09:43:02 +08:00
hwjiaorui 2008a2a78c clean code 2021-08-24 19:51:26 +08:00
baihuawei 6eec288c39 opt ascend single op mode runtime code 2021-08-23 09:44:09 +08:00
ms_yan 36a8886ca2 Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab.

Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"

This reverts commit 4e6f7dc97d.

delete pass_registry_test.cc

comment  hiai_nlu_model_multi.pb related  line
2021-08-23 01:46:38 +08:00
djc b077aa1cab [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 2021-08-22 16:26:45 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
i-robot db1995562e !21917 Opt kernel runtime performance in vm non_task sink mode.
Merge pull request !21917 from liangzelang/opt_runtime
2021-08-19 07:26:27 +00:00
liangzelang 3e4ffd2025 opt runtime 2021-08-17 15:45:34 +08:00
chujinjin 34096bf879 add sync control for pynative 2021-08-17 09:04:40 +08:00
i-robot 6afcd815d2 !21362 add pynative profiling codes based on ascend and gpu
Merge pull request !21362 from lvchangquan/profiling_refactor
2021-08-13 06:18:31 +00:00
limingqi107 473db12d1e unified runtime clear the resource of graph 2021-08-12 12:52:34 +08:00
lvchangquan e8d9803258 add profiling codes based on ascend and gpu in pynative mode 2021-08-10 20:46:51 +08:00
hwjiaorui e97df3a58f clean code 2021-08-05 20:58:37 +08:00
baihuawei 41de02a58c ascend support nontask sink 2021-08-03 20:55:43 +08:00
zhaosida 00118a1467 code clean master 2021-08-03 11:07:10 +08:00
kswang 9e8156b020 clean code 2021-07-27 10:30:21 +08:00
ZPaC a9a0f590e6 Fix master static check 2021-07-15 20:42:42 +08:00
lvchangquan 09c54c7923 use op transdata to improve performance in print process 2021-07-06 15:09:18 +08:00
i-robot b2111fcdf5 !18909 modify log level for pynative ascend
Merge pull request !18909 from chujinjin/modify_log_level_for_pynative_ascend
2021-06-28 01:13:22 +00:00
chujinjin ac3670ef91 modify log level for pynative ascend 2021-06-26 14:37:20 +08:00
yuchaojie bf13a8a01e support group conv2d in pynative 2021-06-26 11:48:06 +08:00
i-robot 32a54eb4eb !15330 add updated paramter for graph
Merge pull request !15330 from kisnwang/add-updated-paramter-for-graph
2021-06-25 02:10:06 +00:00
kswang 42155e7e5c add updated parameter for graph 2021-06-24 17:19:42 +08:00
i-robot 0966595cfd !18538 support FracZ format conversion when conv2d group > 1
Merge pull request !18538 from yuchaojie/op_select
2021-06-23 07:14:19 +00:00
yuchaojie 689158f79b FracZ format conversion when conv2d group > 1 2021-06-23 09:32:16 +08:00
kswang 3247c00555 optimize heter memcpy 2021-06-21 21:34:53 +08:00
LaiYongqiang d4d6fb940d memory reuse code clean 2021-06-18 09:41:55 +08:00
chujinjin 1dd950218b modify log level for pynative 2021-06-08 11:16:05 +08:00
John Tzanakakis 7d460de8b4 adapt offline debuger to new dump, sync support for iteration ranges, GPU default dump mode correction 2021-06-04 08:38:50 -04:00
jiangshuqiang 6154f957fb fix static check 2021-05-31 16:47:21 +08:00
zhaosida d2be1b1bd7 code clean master 2021-05-29 09:32:48 +08:00
mindspore-ci-bot 41eaf3f58d !16708 Handle GraphKernel node in PSEmbeddingCache
From: @dayschan
Reviewed-by: @limingqi107,@gaoxiong1
Signed-off-by: @gaoxiong1
2021-05-24 09:04:22 +08:00
liuxiao93 2a3a787049 add host_format for device_info of MetaTensor. 2021-05-22 14:44:11 +08:00
dayschan 93937537b2 Bugfix in PSEmbeddingCache, handle GraphKernel nodes 2021-05-21 16:55:44 +08:00
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
mindspore-ci-bot b7554d574f !15590 fix addr is null
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
2021-04-26 09:31:12 +08:00
jjfeing 77e9b0c913 fix addr is null 2021-04-25 10:37:11 +08:00
lvchangquan bbd4ff9346 fix some pclint warnings in master 2021-04-22 17:06:16 +08:00
mindspore-ci-bot 0fe493e205 !15161 support hbm perfermance test
From: @laiyongqiang
Reviewed-by: @jjfeing,@majorzhang
Signed-off-by: @majorzhang
2021-04-16 20:28:40 +08:00
laiyongqiang de0f6edf5a support hbm profile 2021-04-16 18:01:31 +08:00
mindspore-ci-bot d96420553b !14843 Memory reuse switch
From: @ding_fei_fei
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
2021-04-16 14:57:17 +08:00
dingpeifei 8d830f1e5c Memory reuse switch 2021-04-15 14:33:44 +08:00
limingqi107 b3a5ccebc3 fix codedex 2021-04-14 09:32:56 +08:00