yanghaitao1
c94aa6b872
use profiler acl api instead
4 years ago
zhupuxu
478ed952f1
clean code for r1.5
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
臧庆香
54fa0b0e6e
restore allreduce code that was deleted by mistake
4 years ago
i-robot
b690ae1b7a
!24182 clean codex
Merge pull request !24182 from caifubi/master-clean-codex
4 years ago
caifubi
d7c4c26358
clean codex
4 years ago
caifubi
8dc2d1b84c
Cherry-pick code from enterprise
4 years ago
zhaosida
7bbad8a84e
self code check
4 years ago
caifubi
0683b7fd75
clean codex
4 years ago
yanghaitao1
83302ad23c
remove profiling parameters in set_context function
4 years ago
gaojing
fa02606348
step train modified
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
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
yanghaitao1
8fc11cb676
adapt delete libms_profiler_fwk.a
4 years ago
i-robot
00e8645902
!21036 Upgrade Ascend packages 28 Jul 21
Merge pull request !21036 from yanghaoran/upgrade_ascend_0728
4 years ago
yanghaoran
0364650eae
Upgrade Ascend packages 28 Jul 21, with testcases removed
4 years ago
hwjiaorui
a6d3f1b285
clean code
4 years ago
yanghaitao1
09aa4cf4d8
add memory profiling option to profiler
4 years ago
zhoufeng
a2114f29eb
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
2ba47410fd
!16911 profiling trace bugfix
From: @jojobugfree
Reviewed-by: @kisnwang,@yanghaitao1,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
caifubi
14e0c49425
Fix bug of profiling bp_end trace
4 years ago
zhoufeng
1eefee7ab2
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
caifubi
0928682655
Profiling support Control Flow
5 years ago
mindspore-ci-bot
2dafc2cfeb
!14662 Change profiling reporter max length to 1024
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
caifubi
2f0d998eff
Change profiling reporter max len to 1024
5 years ago
hwjiaorui
dac67cbabb
clean code
5 years ago
yanghaoran
50e81568b5
cleaning codex warnings
5 years ago
caifubi
1e2d538b37
skip empty graph in profiling
5 years ago
ms_yan
b4b4577b85
adapter profiling with new ascend lib
5 years ago
yanghaitao1
c8a4a2e9a5
print error msg if profiling enabled after hccl init
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
yanghaitao1
f67a68e4fa
modify profiling log id from 255 to 65535
5 years ago
wilfChen
a911b9ef9e
mindspore serving support gpu backend
5 years ago
caifubi
ab07dbdff2
Change profiling reporter tag
5 years ago
caifubi
d2f9e4b54c
Change profiling callback log level
5 years ago
yanghaoran
b8345d03b6
Synchronize latest Ascend software 18 Dec 2020, with profiler fixes
5 years ago
caifubi
12643a33dd
Add profiling reporter
5 years ago
caifubi
39039974b2
fix profiling start up fail
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
caifubi
6eba89b1bc
fix profiling log bug
5 years ago
jjfeing
16e67ff143
fix redundancy print
5 years ago
caifubi
09946fcad5
Support Profiling With Graph Only Have Hccl Op
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
caifubi
d01ca09e41
Fix profiling data Flush failed in GLOG_v > 1
5 years ago
geekun
17d71280b8
fix codex and support akg op profiling
5 years ago
caifubi
e870c3a717
clean codex
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago