chujinjin
4eebb43f62
optimize mixed precision performance for pynative
4 years ago
chenfei
9324b9690c
code clean of mindspore
4 years ago
zhangzhaoju
f7df3933ad
Codex/Pclint/Codecheck clean
4 years ago
7347157+joylvliang@user.noreply.gitee.com
6e59598f99
correct_wrong_info_when_using_ms_function_with_bprop
4 years ago
yao_yf
d749690a61
adjust parallel optimizer recompute allgather depend
4 years ago
i-robot
5ed105ec01
!22933 Tensor support complex scalar number input
Merge pull request !22933 from zhouyaqiang0/complex_ops
4 years ago
zhouyaqiang
4e07873378
Tensor support complex input
4 years ago
Zhang Qinghua
7203989c26
Support fallback feature in Graph mode (1).
4 years ago
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
yujianfeng
712b9bd013
convert some ops bprops to mindir
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
chujinjin
34096bf879
add sync control for pynative
4 years ago
zhouyaqiang
b81ba100b7
add complex number support
4 years ago
ZPaC
e82f911854
Fix hybrid training with pairwise encrypt
4 years ago
i-robot
f44a92c4b3
!20504 Fix warning of codes
Merge pull request !20504 from JoyLvliang/fix_warning_of_codes
4 years ago
i-robot
e8448f972b
!20725 Support the tensor of string dtype.
Merge pull request !20725 from 张清华/opt
4 years ago
Zhang Qinghua
f91c697efc
Support the tensor of string dtype.
4 years ago
7347157+joylvliang@user.noreply.gitee.com
ab32ebc758
fix_warning_of_codes
4 years ago
l00591931
d2a44c02da
Code fix
4 years ago
lizhenyu
2c9758adda
[bugfix]GPU occur oom when cache all output tensor of graph
4 years ago
lizhenyu
c50606ef26
Refine unify runtime context
4 years ago
i-robot
7b6b0e2a39
!18147 same primitive compile muti-time, attribute not sync to the correct version
Merge pull request !18147 from zhangzhaoju/master_quant_export
4 years ago
i-robot
674f8101db
!18110 secure check
Merge pull request !18110 from zhangzhaoju/ms_master_sec_review
4 years ago
zhangzhaoju
714cab8ccd
fix issue:I3UWI3
step1:primitive A compile first time
step2:python change attribute of primitive A [not sync change to prim adapter]
step3:primitive A compile second time[compile depend on prim adapter, result
wrang]
4 years ago
zhangzhaoju
5dd9363ccc
secure review
4 years ago
Margaret_wangrui
e01ad12cdc
code self check
4 years ago
lianliguang
8a9b388ac3
clean CXX warning
4 years ago
mindspore-ci-bot
04341b1dbc
!17076 fix log error for pynative mode
From: @chujinjin
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
14e02438fb
!17074 clean pclint
From: @fangzehua
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
4 years ago
chujinjin
7fb3b5ea97
fix log error
4 years ago
fangzehua
7607235c4d
clean pclint
4 years ago
lvliang
0d5d4935d4
fix_codes_clean_and_pclint
4 years ago
tanghuikang
9ccbb87918
bporp
5 years ago
lianliguang
5849706968
clean pclint warning
4 years ago
lianliguang
4d7b7649e9
remove the useless PrimType
4 years ago
zhangzhaoju
a1db9c4959
Pybind11::object && PrimitivePy recycle optimize
5 years ago
fangzehua
742aa799b0
fix codedex and bot
5 years ago
LianLiguang
9b94b6f8ed
fix codex && reviewbot
5 years ago
buxue
2551f5ea7e
support name or attribute ast.Expr
5 years ago
mindspore-ci-bot
7ff2b3b499
!12781 fix bug of amp bn cast
From: @jojobugfree
Reviewed-by:
Signed-off-by:
5 years ago
caifubi
a6959c2a13
fix bn cast bug
5 years ago
yangzhenzhang
a70d616841
mini step grad accumulation
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
wangnan39@huawei.com
2f79905f60
convert attr from str to enum
5 years ago
lilei
63eb3ed2d9
modify Tensor shape
5 years ago
buxue
2ea8b9e738
add dict for isinstance
5 years ago
mindspore-ci-bot
55594db01c
!11348 add check for outermost net inputs type and support isinstance first arg is an empty list
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
2ea8527de3
!11314 add cache embedding for wide&deep model
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago