Zirui Wu
c2d364a573
batch with padding implemented
support for 1 specific dimension to be None, added validator
fix various CI complains
another round of CI fixes
ci
refactor parts of the code
code refactor
ci fix
comments added, fix bugs
address review comments
address review comments
review cmts
added simple perf test script
update pad code
perf imprv
5 years ago
Xiaoda Zhang
def8573275
implementing-searching-strategy-for-inference
5 years ago
YuJianfeng
aa6f808616
Add batch norm bert fission pass
5 years ago
xiefangqi
9a2daae84c
del unused change_mode_op
5 years ago
changzherui
99c9b48a4d
delete TestHWBatchNormGradSplit
5 years ago
changzherui
b323199dc1
syn code 430
5 years ago
YuJianfeng
7185961e89
Enable BatchNorm fusion pass
5 years ago
mindspore-ci-bot
db3dd02838
!847 Optimize the collectors in manager which listen to the graphs and nodes changes.
Merge pull request !847 from ZhangQinghua/opt
5 years ago
mindspore-ci-bot
2303453753
!869 Random data op
Merge pull request !869 from JesseKLee/random_data_op
5 years ago
mindspore-ci-bot
732c7f8266
!794 fix issues image gradients 4d check
Merge pull request !794 from zhaozhenlong/fix-issues-image-gradients-complement-check
5 years ago
Jesse Lee
270bf831a9
Random Data Op
5 years ago
mindspore-ci-bot
98939d839c
!856 Fix skip op bug
Merge pull request !856 from jiangzhiwen/dataset/skip_thread
5 years ago
zhaozhenlong
66e7a36846
ImageGradients check 4d
fix DiagPart constant folding issue
fix argmin output type check
fix atan2 doc error
fix remove FusedBatchNorm and its grad
5 years ago
jiangzhiwen
34bfa2f7c9
fix skip
5 years ago
Zhang Qinghua
a22a4a57c2
Modify UT case after adjust the collectors of manager.
5 years ago
huanghui
0de0aee54e
Add BatchNormGrad split pass
5 years ago
Jesse Lee
332398d20a
Check return code from WaitPost::Register
5 years ago
yao_yf
6cde5f6d91
auto parallel strategy checkpoint
5 years ago
kswang
e6f36e050f
change cpu kernel dir
5 years ago
mindspore-ci-bot
e537a70808
!657 Fix confusionmulgrad fusion pass cannot work
Merge pull request !657 from huanghui/fix-confusionmulgrad-fusion-pass
5 years ago
mindspore-ci-bot
3d9f1087c6
!695 Check topk supported before converting input to attr
Merge pull request !695 from YuJianfeng/master
5 years ago
YuJianfeng
ce2a13fcda
Check topk supported before converting input to attr
5 years ago
mindspore-ci-bot
fb5cfe31d5
!430 add buffer fusion bnupdate eltwise pass
Merge pull request !430 from Etone.Chan/bufferfusion
5 years ago
Etone.Chan
d2727d0504
add buffer fusion bnupdate eltwise pass
5 years ago
huanghui
230e77f923
fix confusionmulgrad fusion pass cannot work
5 years ago
huanghui
9e29224af9
move add_memcpy_async pass and transdata_split pass
5 years ago
Wei Luning
f305d6f8a7
Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit ea6958c50a .
5 years ago
zhaozhenlong
89f82e1a37
fix cpp ut test TestConvertConvBackpropFilter
5 years ago
mindspore-ci-bot
53d2da5fe4
!264 static_analysis: remove useless cache in TrivialPrimEvaluator and add cache for PythonPrimEvaluator
Merge pull request !264 from xychow/remove-unnecessary-cache-and-add-cache
5 years ago
mindspore-ci-bot
2440cea732
!621 [MD] adjust mindrecord ut
Merge pull request !621 from liyong126/mindrecord_ut
5 years ago
mindspore-ci-bot
928dcf4ec4
!554 Fix derelu fusion pass
Merge pull request !554 from huanghui/fix_derelu_fusion_pass
5 years ago
liyong
1f222ddb9e
fix mindrecord c ut
5 years ago
huanghui
cd6e8d6542
fix ReluV2's mask shape in derelu fusion pass
5 years ago
mindspore-ci-bot
4a3e5cb944
!492 Add AllGather fusion pass
Merge pull request !492 from YuJianfeng/allgather
5 years ago
mindspore-ci-bot
54e0fa5c09
!556 [Auto Parallel] use DeviceMemory instead of fixed-size memory check
Merge pull request !556 from Chong/partition
5 years ago
YuJianfeng
39945d0f79
Add AllGather fusion pass
5 years ago
ch-l
f806b72447
use DeviceMemory for memory control
5 years ago
zhousiyi
f6a4f3d155
[static_analysis]: remove the TrivialPrimEvaluator cache.
add cache for PythonPrimEvaluator. Be careful that
the infer function of PythonPrimitive in python code should
be idempotent.
5 years ago
huanghui
14df771175
fix confusion_softmax_grad_rule pass
5 years ago
chang zherui
3c1785a121
syn code
5 years ago
liubuyu
672244e0ac
add keep_bn_fp32 parameter
5 years ago
mindspore-ci-bot
2dabcb9e59
!41 Synchronization code to ms-incubator
Merge pull request !41 from changzherui/syn-code
5 years ago
Wei Luning
ac25cbae0e
Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit d447364417 .
5 years ago
mindspore-ci-bot
d99dfbd83d
!390 getnext parallel optimization part III & IV: Loop Control & Stream Dispatch adaptation
Merge pull request !390 from gukecai/master
5 years ago
gukecai
f8208c7c52
Support GetNext Parallel
5 years ago
liyong
f1542a90a3
add pk sampler
5 years ago
mindspore-ci-bot
6369cf27bd
!406 added first row crc check for when reading tfrecord files
Merge pull request !406 from Peilin/first-row-crc-check
5 years ago
xulei2020
c705ea5e5b
add filterOp code
5 years ago
Peilin Wang
9bc2134cb7
added checking of first row crc to find invalid tfrecord files
addressed code review comments. added check in python layer to exclude directories and to raise an error if a pattern does not match any file
fixed clang format
fixed cppcheck
fixed cppcheck (used std::accumulate and std::copy_if). regenerated tfrecord file to contain correct header, it was a dummy header before
fixed cppcheck: added const reference for string parameter for lambdas, fixed clang format: whitespace adjustments
more clang whitespace fixes...
changed print to logger.info
5 years ago
mindspore-ci-bot
d8176a77f4
!425 New api "TextFileDataset"
Merge pull request !425 from yanghaitao/yht_textfiledatasetv2
5 years ago