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.
4 years ago
hwjiaorui
2008a2a78c
clean code
4 years ago
baihuawei
6eec288c39
opt ascend single op mode runtime code
4 years ago
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
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
i-robot
5e718c5676
!21973 GetRankId failed in PyNative mode
Merge pull request !21973 from caifubi/master-hccl-get-rank-id
4 years ago
caifubi
dfe0e94466
Fix PyNative get_rank_id/get_rank_size
4 years ago
chujinjin
34096bf879
add sync control for pynative
4 years ago
i-robot
6afcd815d2
!21362 add pynative profiling codes based on ascend and gpu
Merge pull request !21362 from lvchangquan/profiling_refactor
4 years ago
limingqi107
473db12d1e
unified runtime clear the resource of graph
4 years ago
lvchangquan
e8d9803258
add profiling codes based on ascend and gpu in pynative mode
4 years ago
lvchangquan
09c54c7923
use op transdata to improve performance in print process
4 years ago
yuchaojie
bf13a8a01e
support group conv2d in pynative
4 years ago
yuchaojie
689158f79b
FracZ format conversion when conv2d group > 1
4 years ago
chujinjin
059b05a72e
fix memcopy async error
4 years ago
mindspore-ci-bot
84607e3a51
!15890 fix an allreduce calculate bug in pynative mode
From: @lvchangquan
Reviewed-by:
Signed-off-by:
4 years ago
lvchangquan
0b09fdf94c
fix an allreduce bug with two streams sync problem
4 years ago
ZPaC
12f95b51f4
Add server code part2
4 years ago
Margaret_wangrui
b39b3d7dd5
fix bot warnings
4 years ago
lvchangquan
bbd4ff9346
fix some pclint warnings in master
4 years ago
limingqi107
b3a5ccebc3
fix codedex
4 years ago
mindspore-ci-bot
7db3fab614
!14824 Remove some useless code
From: @HulkTang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @kisnwang
5 years ago
lizhenyu
a06339574a
fix CodeDex warnings
5 years ago
tanghuikang
c8a14ba016
Clean code
5 years ago
lizhenyu
a87b141cf9
init device address for anf node
5 years ago
kswang
54ef8520ab
format some executor func name
5 years ago
kswang
bfc51f96ce
support launch kernel for graph mode
5 years ago
tanghuikang
dac64f30ee
Support ms_function + heterogenous
5 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
5 years ago
zuochuanyong
3fa26683ac
nlp perf(Pynative): change memory sync mode from synchronous to asynchronous in SyncHostToDevice
5 years ago
lizhenyu
f17534af08
ps cache support sparse
5 years ago
yanghaitao1
8d147deb07
profiler memory
5 years ago
yanghaoran
b8345d03b6
Synchronize latest Ascend software 18 Dec 2020, with profiler fixes
5 years ago
limingqi107
a844d52b42
add ps cache check
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
HulkTang
c36b477568
Run ops one by one in pynative bp graph
5 years ago
mindspore-ci-bot
0d49650bd5
!8888 Add PyNative Device Profiling
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
caifubi
12643a33dd
Add profiling reporter
5 years ago
kswang
62ae6802dc
fix context null error
5 years ago
Harshvardhan Gupta
744355a005
remove dbg args from runtime and remove needless argument from IsWatchpoint
5 years ago
caifubi
9b76f4ed57
get physical device for gpu
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
kswang
11989b5e30
enable async run
5 years ago
Harshvardhan Gupta
7c5e0541ba
load inputs before suspending execution in dbg
5 years ago
laiyongqiang
bd8aeefd95
disable memory reuse for selected op in e2e dump
5 years ago
mindspore-ci-bot
c543db0585
!6180 clean codex warning in memreuse
Merge pull request !6180 from laiyongqiang/codex
5 years ago
laiyongqiang
4063a69846
clean codex warning
5 years ago
caifubi
372c2e7951
Combine Async Dump and E2E Dump
5 years ago
lichen_101010
dffa61b228
send info when training is done
5 years ago
John Tzanakakis
b0a7ebdeb0
enable debugger by default and set correct log message severity
5 years ago