panyifeng
755ba75deb
fix pylint
5 years ago
mindspore-ci-bot
4bb5c7b39a
!1084 add new interface quant combined
...
Merge pull request !1084 from SanjayChan/04quant
5 years ago
peixu_ren
99fda6f431
Add logsigmoid and reduce_logsumexp
5 years ago
etone-chan
c4a5bfb787
add matmul eltwise buffer fusion pass
5 years ago
mindspore-ci-bot
a2a3b1c6c5
!1089 Add Optimizer method get_lr_parameter
...
Merge pull request !1089 from ghzl/add-get-lr-base-on-parameter
5 years ago
mindspore-ci-bot
9e116e15fb
!1139 Change Thread::Join to async call with time out
...
Merge pull request !1139 from JesseKLee/timing_hole
5 years ago
mindspore-ci-bot
1a052f7155
!1131 [Data]fix cmake build format
...
Merge pull request !1131 from xulei/filter_op
5 years ago
Jesse Lee
f2be49d85e
Fix a racing condition
5 years ago
Cathy Wong
913074e656
Cleanup dataset UT: resolve skipped test units
5 years ago
mindspore-ci-bot
6b68671805
!1069 Use a resident process to write summary files and SummaryRecord as context manager
...
Merge pull request !1069 from 李鸿章/context_manager
5 years ago
李鸿章
32c1d558f4
SummaryRecord as context manager
5 years ago
mindspore-ci-bot
7e3ec651dc
!1094 Complete vm ops for L2Normalize and L2NormalizeGrad
...
Merge pull request !1094 from zhouneng/add_vm_support_l2normalize
5 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
21bcdcd8ad
!1121 Complete vm ops for ResizeBilinear and ResizeBilinearGrad
...
Merge pull request !1121 from lihongkang/master
5 years ago
chenzomi
1239cd6135
Merge branch 'master' into 04quant
5 years ago
guohongzilong
e70b2f5430
add optimizer.get_lr_parameter() method
5 years ago
chenzomi
bf6246e617
add quant combined
5 years ago
xulei2020
903b64daa2
fix cmake build format
5 years ago
mindspore-ci-bot
8b98f921cc
!1124 Add broadcast fusion pass
...
Merge pull request !1124 from YuJianfeng/master
5 years ago
dengwentao
fa83fc3e02
rename kernel/mng to kernel/rts
5 years ago
mindspore-ci-bot
1a98c6b459
!999 [MD] mindrecord support reading file list
...
Merge pull request !999 from liyong126/mindrecord_file_list
5 years ago
mindspore-ci-bot
049d3796a6
!1091 gpu support Cast/RealDiv/Mul/Sub/Softmax kernels enforcement
...
Merge pull request !1091 from chenweifeng/cast
5 years ago
yujianfeng
31d8db9fc6
Add broadcast fusion pass
5 years ago
mindspore-ci-bot
86d4797399
!1079 Convert AiCpu kernel when aicore not supported
...
Merge pull request !1079 from lianliguang/convert-to-AICPU-when-AiCore-not-supported-kernel
5 years ago
mindspore-ci-bot
25b2424f9b
!1042 clean pylint warning in test_framwork dir
...
Merge pull request !1042 from jinyaohui/clean_pylint
5 years ago
lihongkang
ca8a914736
接入算子resizebilinear and resizebilineargrad
5 years ago
mindspore-ci-bot
6f386c5782
!1082 Support 'break', 'continue' and 'pass' statements
...
Merge pull request !1082 from hewei/support_cont_break
5 years ago
liyong
aa3f89e74f
mindrecord support read file list
5 years ago
He Wei
33fa90efc9
Support 'break', 'continue' and 'pass'
...
To handle 'break' and 'continue' statement, a loop context is pushed
to a stack before we parse the loop body, and pop it after body parsed.
When a 'break', 'continue' statement is encountered, we retrieve current
loop contex from the stack, and let the current block jump to the end
block or header block;
For 'break' statement, we added an extra 'end_block' follow the 'after_block',
because 'after_block' is called from a ContionalJump in 'header_block', it can
not be set as jump target from other place. to support 'break', we let loop
body jump to the 'end_block' at the 'break' point. and 'after_block'
maybe a good place to handle loop 'else' clause in the future.
Handle 'pass' is simple, just bypass it when doing parse.
5 years ago
WilliamLian
691b0648e3
convert unsupported kernel in aicore to aicpu
5 years ago
mindspore-ci-bot
0345995000
!1110 [AutoParallel]fix gatherv2 and dataset bug
...
Merge pull request !1110 from lichen/fix_gatherv2_and_dataset_bug
5 years ago
jinyaohui
26fd75895d
pylint waring clean
5 years ago
mindspore-ci-bot
168dfb2555
!1108 Add input shape condition for transpose_reshape fusion pass
...
Merge pull request !1108 from YuJianfeng/master
5 years ago
mindspore-ci-bot
18019ad6a5
!1038 clean some context param
...
Merge pull request !1038 from jinyaohui/clean_context
5 years ago
lichenever
debfd38b75
fix gatherv2 and dataset bug
5 years ago
mindspore-ci-bot
ba3d48817e
!1070 Adapt aicpu op CTCLoss and TBE op L2Loss for GE.
...
Merge pull request !1070 from liuxiao/ops-for-VM
5 years ago
yujianfeng
85ff90c237
Add input shape condition for transpose_reshape fusion pass
5 years ago
jinyaohui
391a060f21
remove two context param
5 years ago
wilfChen
59c4cf256c
gpu support broadcast kernels
5 years ago
mindspore-ci-bot
48e54dcfda
!1056 [Auto parallel] Memory calculation in the inference phase
...
Merge pull request !1056 from Xiaoda/memory-estimation-in-inference-phase
5 years ago
zhouneng
79725af4cd
为L2Normalize/L2NormalizeGrad增加VM支持
5 years ago
liuxiao
10abb68498
add ops CTCLoss
5 years ago
mindspore-ci-bot
fdad91355f
!1093 reset parallel context before running each parallel test case
...
Merge pull request !1093 from yihuaijie/master
5 years ago
mindspore-ci-bot
da7d605e85
!683 WIP: specialize hyper map parameter
...
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
5 years ago
mindspore-ci-bot
6ab046e4dd
!1062 Adapt Softplus\SoftplusGrad for VM, and ApplyFtrlD for both GE and VM.
...
Merge pull request !1062 from liuxiao/softplus-softplusgrad
5 years ago
Xiaoda Zhang
a05aa21cc2
calculating PEAK memory cost in the inference phase
5 years ago
mindspore-ci-bot
06a9eeb3bf
!1050 [bug][auto_mixed_precision]fix sens shape error of `TrainOneStepWithLossScaleCell`
...
Merge pull request !1050 from vlne-v1/I1GEPN-check-bprop-error-loss-scale-wrap
5 years ago
Yi Huaijie
462f30e077
reset auto parallel context before each test
5 years ago
mindspore-ci-bot
98112d1a64
!997 support vm for log1p
...
Merge pull request !997 from jiangjinsheng/log1p
5 years ago
Wei Luning
3e89f7baaa
fix sens shape error in loss_scale one_step_wrap
5 years ago
mindspore-ci-bot
28a6daaed5
!1017 add profiling_mode and profiling_options to context
...
Merge pull request !1017 from jinyaohui/context_opt
5 years ago
jiangjinsheng
c36e7f1564
support vm for log1p
5 years ago
mindspore-ci-bot
8003a89a7b
!766 bugfix(SA): Add the support of nested loop.
...
Merge pull request !766 from gongchen/nest_loop
5 years ago
mindspore-ci-bot
fd72534a1c
!1065 Seperate lr groups and weight_decay groups
...
Merge pull request !1065 from ghzl/improve-parameter-groups
5 years ago
mindspore-ci-bot
4fe6ddebd1
!1075 Cleanup dataset UT: util.py internals
...
Merge pull request !1075 from cathwong/ckw_dataset_ut_cleanup3
5 years ago
jinyaohui
5a9de3716d
add profiling mode and profiling options to context
5 years ago
zhousiyi
047ac018da
specialize hypermap paramater
5 years ago
mindspore-ci-bot
4a8fcf5d76
!1055 support vm for floor
...
Merge pull request !1055 from jiangjinsheng/vm_floor
5 years ago
mindspore-ci-bot
05e8b8028b
!1060 Fix bug of assigning value to non-Parameter class member
...
Merge pull request !1060 from fary86/fix_assign_target_not_parameter
5 years ago
mindspore-ci-bot
66667d727e
!1034 Gpu Support Dropout operator
...
Merge pull request !1034 from SanjayChan/dropout
5 years ago
Jesse Lee
3c643e7298
Move from dataset_dev branch to here
5 years ago
Cathy Wong
49ef53f164
Cleanup dataset UT: util.py internals
5 years ago
mindspore-ci-bot
2bc3fcb1c1
!1044 clean pylint warning in test dir
...
Merge pull request !1044 from jinyaohui/clean_pylint_test
5 years ago
mindspore-ci-bot
2af6ee2482
!1054 Add slice shape for param info
...
Merge pull request !1054 from yangzhenzhang/add-slice-shape-for-param-info
5 years ago
guohongzilong
c95215bca0
seperate lr groups and weight_decay groups
5 years ago
mindspore-ci-bot
c72589aad6
!953 add submodule id for log interface
...
Merge pull request !953 from fary86/add_submodule_id_for_log_interface
5 years ago
jinyaohui
d40e89b1bc
clean pylint warning in st/ops/ascend
5 years ago
liuxiao
4335e9bc83
adapt Softplus\SoftplusGrad\ApplyFtrlD for VM
5 years ago
fary86
16b9004d53
Fix bug of assign value to non Parameter class member
5 years ago
mindspore-ci-bot
680ce090a3
!1057 matmul support fp16
...
Merge pull request !1057 from chenweifeng/matmul
5 years ago
mindspore-ci-bot
5ff79d0204
!1048 Support index to switch_layer
...
Merge pull request !1048 from panyifeng/index_to_switch_case
5 years ago
chenzomi
661f9dfaf8
add dropout primtive
5 years ago
mindspore-ci-bot
00383fc760
!1040 base attention aggregator for Graph Attention Networks
...
Merge pull request !1040 from zhangdengcheng/master
5 years ago
fary86
3f323e48e2
Add submodule id for log interface
5 years ago
mindspore-ci-bot
57085bb18d
!996 [Auto parallel] Supporting VirtualDataset having three inputs
...
Merge pull request !996 from Xiaoda/supporting-virtualdataset-has-three-inputs
5 years ago
mindspore-ci-bot
0edc6d254a
!370 Gpu Support UnsortedSegmentSum kernel
...
Merge pull request !370 from chenweifeng/unsorted_segment_sum
5 years ago
mindspore-ci-bot
907b609b05
!994 gpu broadcast kernel support different dims
...
Merge pull request !994 from chenweifeng/broadcast_unequal_dims
5 years ago
mindspore-ci-bot
b5096e1f6c
!1021 gpu support MinimumGrad & MaximumGrad kernel
...
Merge pull request !1021 from chenweifeng/broadcast_grad
5 years ago
mindspore-ci-bot
da7054645a
!948 gpu support LogSoftmax & LogSoftmaxGrad kernel
...
Merge pull request !948 from chenweifeng/logsoftmax
5 years ago
jiangjinsheng
2fa654e65c
support vm for floor
5 years ago
wilfChen
b56572bb89
matmul support fp16
5 years ago
yangzhenzhang
05fde3d23d
add slice shape for param info
5 years ago
zhangdengcheng
825d9740fa
Fixed the bug that mean aggregator argument can not pass to base class and add attention head for GAT
5 years ago
panyifeng
065e25e1bb
Support index to switch_layer
5 years ago
yao_yf
716def7c0a
move InferStraByTensorInfo to tensor_info.h
5 years ago
mindspore-ci-bot
dd2062bf8d
!1023 add_gatherv2_distributed_op
...
Merge pull request !1023 from lichen/add_gatherv2_distributed_op
5 years ago
mindspore-ci-bot
af7c54b12a
!920 [MS][Bert]Modify example script of bert model.
...
Merge pull request !920 from wsc/lossscale_script
5 years ago
mindspore-ci-bot
8a45ab1125
!906 fix a bug that support dilation greater than 1 in conv2dTranspose ops
...
Merge pull request !906 from yangyongjie/master
5 years ago
wsc
46c175a574
Modify example scripts of bert model
5 years ago
mindspore-ci-bot
22632f2f09
!977 reshape operator support auto strategy search
...
Merge pull request !977 from yao_yf/reshape_auto_parallel_strategy_search
5 years ago
mindspore-ci-bot
b45b6a9fe8
!1037 optimize the gpu context switch
...
Merge pull request !1037 from limingqi107/master
5 years ago
lichenever
19a24b86ac
add gatherv2 distributed op
5 years ago
mindspore-ci-bot
68372231bb
!1031 Support transform valuetuple of nested graph to make tuple
...
Merge pull request !1031 from amongo/ValueTupleOfNestedGraph
5 years ago
yao_yf
f0bf438a55
reshape strategy search
5 years ago
gongchen
425a207663
bug(SA): Add the support of nested loop.
5 years ago
limingqi107
05e8d95e7f
optimize the gpu context switch
5 years ago
huangdongrun
0e89813759
add resolve
...
transform valuetuple to maketuple of graphs
add testcase
5 years ago
mindspore-ci-bot
affdd22de3
!967 Add switch_case primitive
...
Merge pull request !967 from panyifeng/switch_case_primitive
5 years ago
mindspore-ci-bot
3c124889f9
!901 Refactor vm module for multigraph sink.
...
Merge pull request !901 from rick_sanchez/master
5 years ago
Xiaoda Zhang
5e041966f1
add a new vritualdataset cell for three inputs
5 years ago