mindspore-ci-bot
|
efdcd4c258
|
!682 fix api comments of some ops
Merge pull request !682 from liuxiao/fix-bug
|
5 years ago |
mindspore-ci-bot
|
da5b10b699
|
!681 add psnr inputs shape and dtype check
Merge pull request !681 from zhaozhenlong/psnr-check-same-shape
|
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 |
zhaozhenlong
|
c88edfb31d
|
psnr check two input same shape and type
|
5 years ago |
yangzhenzhang
|
4750861054
|
fix layernorm bug
|
5 years ago |
mindspore-ci-bot
|
348b0ef53c
|
!344 add prim name to error message for operators in array_ops.py
Merge pull request !344 from fary86/add_prim_name_to_error_message_for_array_ops
|
5 years ago |
mindspore-ci-bot
|
713c48acaa
|
!679 Move add_memcpy_async pass and transdata_split pass
Merge pull request !679 from huanghui/move-pass-to-right-directory
|
5 years ago |
fary86
|
2078229436
|
Add prim name to error message for array_ops
|
5 years ago |
yangzhenzhang
|
36a62576e8
|
support forward graph
|
5 years ago |
liuxiao
|
5e877a7715
|
modify api and add example
|
5 years ago |
mindspore-ci-bot
|
ad2a5dcad2
|
!676 [Auto parallel] Add the resnet50 testcase
Merge pull request !676 from Xiaoda/add-the-resnet50-testcase
|
5 years ago |
mindspore-ci-bot
|
875ebc296d
|
!662 fix reviewboot and example of TruncatedNormal
Merge pull request !662 from zhangbuxue/fix-reviewboot
|
5 years ago |
huanghui
|
9e29224af9
|
move add_memcpy_async pass and transdata_split pass
|
5 years ago |
buxue
|
aff6777ecc
|
fix reviewboot and example of TruncatedNormal and add type mapping
|
5 years ago |
mindspore-ci-bot
|
d1c28c1dce
|
!675 [revert] AdjustAllReduceMulAdd
Merge pull request !675 from vlne-v1/revert-allreduce-addn-opt
|
5 years ago |
Xiaoda Zhang
|
3ff9e54734
|
add the resnet50 32k-8p testcase
|
5 years ago |
Wei Luning
|
f305d6f8a7
|
Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit ea6958c50a .
|
5 years ago |
jinyaohui
|
219bc18439
|
clean pylint
|
5 years ago |
lirongzhen1
|
56f785f7e6
|
add context configration
|
5 years ago |
mindspore-ci-bot
|
a02eb240e9
|
!595 Tensor assign with int or tuple(int) index
Merge pull request !595 from candanzg/tensor_assign_with_integer
|
5 years ago |
mindspore-ci-bot
|
ce71c17933
|
!645 auto parallel prelu operator support broadcast
Merge pull request !645 from yao_yf/auto_parallel_prelu_support_broadcast
|
5 years ago |
mindspore-ci-bot
|
84d5e4f923
|
!643 [AutoParallel]Support reshape parameter
Merge pull request !643 from lichen/support_reshape_parameter
|
5 years ago |
candanzg
|
31aae36106
|
Tensor assign with integer
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
43a8f829a2
|
!628 fix the infer of TruncatedNormal and a bug of structure output
Merge pull request !628 from zhangbuxue/fix_example_for_TruncatedNormal
|
5 years ago |
mindspore-ci-bot
|
00859ae119
|
!586 enable/disable allreduce_fusion
Merge pull request !586 from lirongzhen1/allreduce_fusion
|
5 years ago |
lichenever
|
2ab211ae04
|
support reshape parameter
|
5 years ago |
buxue
|
c8a1a24ce3
|
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
|
5 years ago |
yao_yf
|
425276d43d
|
auto parallel prelu support prelu
|
5 years ago |
Xiaoda Zhang
|
dfde76af88
|
delete the 'simplify_cal' attribute in 'set_algo_parameters' and 'get_algo_parameters' interface
|
5 years ago |
lirongzhen
|
4ff418084c
|
enable/disable allreduce_fusion
|
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 |
mindspore-ci-bot
|
ad75618ca6
|
!611 change error message type
Merge pull request !611 from JichenZhao/errormsg
|
5 years ago |
mindspore-ci-bot
|
5034bc10ce
|
!612 Bugfix: correct wrong pattern of confusion_softmax_grad_rule pass
Merge pull request !612 from huanghui/fix-confusion-softmax-grad-rule-pass
|
5 years ago |
YuJianfeng
|
39945d0f79
|
Add AllGather fusion pass
|
5 years ago |
ch-l
|
f806b72447
|
use DeviceMemory for memory control
|
5 years ago |
mindspore-ci-bot
|
2d6c703794
|
!582 Add gpu test case for dynamic lr.
Merge pull request !582 from ZPaC/add-dynamic-lr-in-nccl-case
|
5 years ago |
zhaojichen
|
8963e39516
|
change error type
|
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 |
mindspore-ci-bot
|
5ac07bb695
|
!504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
|
5 years ago |
ZPaC
|
75381bc30c
|
Add gpu test case for dynamic lr.
|
5 years ago |
candanzg
|
663d597330
|
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
5 years ago |
liubuyu
|
672244e0ac
|
add keep_bn_fp32 parameter
|
5 years ago |