yanghaitao1
c94aa6b872
use profiler acl api instead
4 years ago
dayschan
cbb84ff580
Move IsRealKernel and IsRealCNodeKernel from AnfAlgo to AnfUtils
the function IsOneOfPrimitive and IsOneOfPrimitiveCNode is useful,
we can move them into anf.cc
4 years ago
zhaosida
7bbad8a84e
self code check
4 years ago
huanghui
ba66c0d491
add security isolate for save_graphs
4 years ago
sabrinasun
220245f592
add security isolation to online and offline debugger
4 years ago
caifubi
f092e623e0
Compile isolation for Profiling and Dump
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
huanghui
1630dcb0c8
add subdirectory for log and ir_dump
4 years ago
hwjiaorui
a6d3f1b285
clean code
4 years ago
wangjunbao
f9d99e97d2
fix ci warning for not handling function retrun of RDR
4 years ago
caifubi
2aa66cbc27
Add uniqueName for data dump
4 years ago
LaiYongqiang
d4d6fb940d
memory reuse code clean
4 years ago
buxue
d50d46013b
code security check
4 years ago
zhoufeng
0fd40e480d
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
1eefee7ab2
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
3d38bcf791
use internal ge runtime
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
laiyongqiang
59fd6358c5
add NonTask info in task_info.ir
5 years ago
zhaosida
1740aac860
fusion atomic clear node
5 years ago
luopengting
c8ba7694c5
refactor RDR to support single name
1. support single name
2. add hash method for pair
3. move constructor and destructor of MemAddressInfo as public
4. remove graph_id
5. modify interval for somas info
5 years ago
mindspore-ci-bot
5524280075
!12550 [MS][RDR] recording func_graph in pipeline and task debug info
From: @louie5
Reviewed-by:
Signed-off-by:
5 years ago
louei5
9a48405a41
recording func_graph in pipeline and task debug information
5 years ago
Zhang Qinghua
9b26c210f4
Eliminate all useless nodes related to UpdateStates.
5 years ago
louei5
3d540a515a
add task_debug_info recorder
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
liuxiao93
314c0cbdb2
split optimizer
5 years ago
liuxiao93
68e9be725e
split optimizer
5 years ago
laiyongqiang
b465f21d90
NonTask Split Process
5 years ago
zhoufeng
d532af3a9a
new hccl interface
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
b411c05de0
!8495 Adapt DynamicGRUV2 forward for Ascend new backend.
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8612885167
!8545 Save task debug info to ir
From: @laiyongqiang
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
liuxiao93
d471ac491e
Adapt DynamicGRUV2 forward for Ascend new backend.
5 years ago
laiyongqiang
98f7912a67
save task debug info to ir
5 years ago
liubuyu
8af3250477
support dynamic_rnn and dynamic_rnn_grad op
5 years ago
wuweikang
e24f534002
sync-from-trunk-to-blue-zone-0912-c75b220
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago