jonyguo
be2e7531ca
fix: MindDataset parameter shard_id & num_shards check
5 years ago
mindspore-ci-bot
4bb46606db
!1149 fix pylint in tests
...
Merge pull request !1149 from panyifeng/fix_pylint
5 years ago
mindspore-ci-bot
5075f0a27e
!1146 add matmul eltwise buffer fusion
...
Merge pull request !1146 from Etone.Chan/master
5 years ago
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
wilfChen
00e78bf6c4
gpu support MinimumGrad & MaximumGrad kernel
5 years ago
mindspore-ci-bot
0eb32593a6
!958 Add parallel mode configuration for cell
...
Merge pull request !958 from yangzhenzhang/add_parallel_mode_for_cell
5 years ago
panyifeng
b7596e1f33
Add switch_case primitive
5 years ago
wilfChen
31f3611f9a
gpu support UnsortedSegmentSum kernel
5 years ago
rick_sanchez
6146424596
refactor vm module for multigraph sink
5 years ago
mindspore-ci-bot
2860fd9338
!984 Add unit test case for HWC2CHW.
...
Merge pull request !984 from Tinazhang/hwc2chw
5 years ago
mindspore-ci-bot
37f787b657
!1019 Cleanup dataset UT: use md5 npz in test_zip for images
...
Merge pull request !1019 from cathwong/ckw_dataset_ut_cleanup2
5 years ago
Tinazhang
c8b5586c7f
add unit test for HWC2CHWC
5 years ago
Cathy Wong
58226addd6
Cleanup dataset UT: use md5 npz in test_zip for images
5 years ago
mindspore-ci-bot
9433ca6468
!998 format the func name
...
Merge pull request !998 from guozhijian/enhance_format_func_name
5 years ago
mindspore-ci-bot
a55cb95589
!993 [IRFusion pass enhancement] mul_add_fusion pass supports when add's 2nd is mul
...
Merge pull request !993 from huanghui/mul-add-fusion-pass-enhancement
5 years ago
jonyguo
cf352d190f
format func name for mindrecord
5 years ago
wilfChen
0a1195ddf5
broadcast kernel support unqual dims & half
5 years ago
huanghui
12eaaf710b
mul_add_fusion pass supports when add's 2nd is mul
5 years ago
ZPaC
d3936b9f2a
GPU kernels adapt with special dimensions.
5 years ago
mindspore-ci-bot
47f5abceb4
!960 Adding example for grayscale
...
Merge pull request !960 from EricZ/grayscale_fix
5 years ago
mindspore-ci-bot
078dd86cfe
!507 Implemented padded_batch
...
Merge pull request !507 from ZiruiWu/batch_with_padding
5 years ago
mindspore-ci-bot
de7625777f
!951 fix: MindDataset with columns_name parameter cause errors in some scenes
...
Merge pull request !951 from guozhijian/fix_read_by_columns
5 years ago
eric
0f0548f21b
Added test case for grayscale support
5 years ago
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
mindspore-ci-bot
16930c562d
!969 [MD] fix bug in pk sampler of minddataset
...
Merge pull request !969 from liyong126/fix_mindrecord_pk_sampler
5 years ago
yangzhenzhang
8c9730b3c5
add parallel mode for cell
5 years ago
wilfChen
1eb60df5d4
gpu support logsoftmax & logsoftmaxgrad kernel
5 years ago
mindspore-ci-bot
7c64048d76
!935 develop op ScatterMax and dock ge process
...
Merge pull request !935 from zhangbuxue/develop_scatter_max_op_and_dock_ge
5 years ago
mindspore-ci-bot
becaf39262
!957 complete vm ops for BatchToSpace and SpaceToBatch
...
Merge pull request !957 from jiangjinsheng/space_to_batch
5 years ago
mindspore-ci-bot
bda4ebd591
!322 Gpu Support RMSProp kernel
...
Merge pull request !322 from chenweifeng/rmsprop
5 years ago
mindspore-ci-bot
f602970990
!323 Gpu Concat support 4 inputs
...
Merge pull request !323 from chenweifeng/concat
5 years ago
mindspore-ci-bot
4e25fec769
!324 Gpu Slice kernel performance improve
...
Merge pull request !324 from chenweifeng/slice
5 years ago
mindspore-ci-bot
378a7122a5
!372 Gpu support BatchMatMul kernel
...
Merge pull request !372 from chenweifeng/batchmatmul
5 years ago
mindspore-ci-bot
97d21ba014
!502 Gpu Support Gelu & GeluGrad
...
Merge pull request !502 from chenweifeng/gelu
5 years ago
buxue
ac86996746
develop op ScatterMax and dock ge process
5 years ago
mindspore-ci-bot
a97f30ba7d
!516 Gpu support Tanh & TanhGrad kernel
...
Merge pull request !516 from chenweifeng/tanh
5 years ago
mindspore-ci-bot
38c56fd1a5
!945 gpu queue support Sqrt & Rsqrt kernel
...
Merge pull request !945 from chenweifeng/unary
5 years ago
jonyguo
d4d236bcce
fix: use MindDataset by column_names get data error in some situation
5 years ago
mindspore-ci-bot
8a484dbd0b
!812 [CR] add lenet train and eval st case
...
Merge pull request !812 from jinyaohui/train_eval
5 years ago
mindspore-ci-bot
6351f9c837
!859 [Auto parallel] Support searching strategy for inference phase
...
Merge pull request !859 from Xiaoda/support-inferring-phase-parallel-strategy-searching
5 years ago
mindspore-ci-bot
36970a3b10
!934 gpu support broadcast kernels
...
Merge pull request !934 from chenweifeng/broadcast
5 years ago
jinyaohui
8b49a4cf0e
add lenet train eval gpu st case
5 years ago
mindspore-ci-bot
e75d75854d
!959 Add Elu\EluGrad ops for VM.
...
Merge pull request !959 from liuxiao/ops-for-VM
5 years ago
wilfChen
a304304c30
gpu support Gelu & GeluGrad kernels
5 years ago
mindspore-ci-bot
deae380969
!637 Learning rate and weight decay making group params
...
Merge pull request !637 from ghzl/learning-rate-make-group-mode
5 years ago
wilfChen
311bf41e6d
gpu support tanh & tanhgrad kernel
5 years ago
wilfChen
67a0cc3bf1
gpu queue support unary
5 years ago
jiangjinsheng
a945299e42
update test for batch_to_space
5 years ago
liyong
b520ca9087
fix pk sampler in mindrecord
5 years ago
Xiaoda Zhang
def8573275
implementing-searching-strategy-for-inference
5 years ago
jiangjinsheng
79a3f0821a
add vm for batch_to_space and space_to_batch
5 years ago
liuxiao
eba74ca8f7
add ops for VM
5 years ago
guohongzilong
824bc30a94
learning rate and weight decay support group mode
5 years ago
mindspore-ci-bot
d78b85c8d4
!898 Add batch norm bert fission pass
...
Merge pull request !898 from YuJianfeng/master
5 years ago
wilfChen
16f0688230
gpu support broadcast kernels
5 years ago
mindspore-ci-bot
3d3b9d5474
!840 [BUG] fix conv2dtranspose bug
...
Merge pull request !840 from jinyaohui/conv2dtranspose
5 years ago
YuJianfeng
aa6f808616
Add batch norm bert fission pass
5 years ago
xiefangqi
9a2daae84c
del unused change_mode_op
5 years ago
jinyaohui
88e763a98f
modify conv2dtranspose
5 years ago
mindspore-ci-bot
108ef72aaf
!904 fix avgpool and add dimension check for groupnorm
...
Merge pull request !904 from JichenZhao/groupn
5 years ago
mindspore-ci-bot
cae8a921e3
!929 Cleanup dataset UT: test_batch, save_and_check support
...
Merge pull request !929 from cathwong/ckw_dataset_ut_cleanup
5 years ago
Cathy Wong
772e6c1461
Cleanup dataset UT: test_batch, save_and_check support
5 years ago
changzherui
ffcbcc8dcb
syn code 505
5 years ago
changzherui
446828f221
modify momentum test
5 years ago
zhaojichen
039c75af8e
fix avgpool and add check
5 years ago
eric
36fffb7706
Added example md5 generation
...
Comparison example
Added md5 and comparison example for py_transforms
Added md5 check for images
5 years ago
changzherui
99c9b48a4d
delete TestHWBatchNormGradSplit
5 years ago
yangyongjie
3f1c6b7b47
solve the problem when dialtion greater than 1 in Conv2dTranspose ops
5 years ago
Junhan Hu
83c68ca2ef
Skip pyfunc test case
5 years ago
mindspore-ci-bot
79f087c2af
!909 Adding fix for set seed
...
Merge pull request !909 from EricZ/test_random
5 years ago
mindspore-ci-bot
200b3f0789
!837 add onnx op converter: ReLU6 and DepthwiseConv2dNative
...
Merge pull request !837 from chenzupeng/master
5 years ago
eric
26cb3e8a5f
Added test function to show that seed doesn't work.
...
Added testcase to show that c image aug don't use seed properly
Added passing test cases
Added working testcases for using seed
Added additional test cases to show seed use
Added test case for seed
5 years ago
changzherui
b323199dc1
syn code 430
5 years ago
mindspore-ci-bot
a5b530c427
!857 use parameter name as the key of strategy checkpoint
...
Merge pull request !857 from yao_yf/strategy_ckpt_key_to_use_param_name
5 years ago
mindspore-ci-bot
aaf8ade7ab
!886 fix issues pack raise error when input list length is 1
...
Merge pull request !886 from zhaozhenlong/fix-issues-pack-one-input-error
5 years ago
mindspore-ci-bot
d84ba5ae8e
!866 Enable BatchNorm fusion pass
...
Merge pull request !866 from YuJianfeng/bn
5 years ago
zhaozhenlong
4694c979a5
delete pack description about num and add raise error
...
SparseApplyAdagrad example format
PReLU and grad state 1-d not supported
atan2 bprop dx dy revert to original shapes
5 years ago
YuJianfeng
7185961e89
Enable BatchNorm fusion pass
5 years ago
mindspore-ci-bot
7eaed2463f
!786 GPU update testcase for amp
...
Merge pull request !786 from VectorSL/gpu-add-test-amp
5 years ago
mindspore-ci-bot
0611c1a579
!849 [CT][MS] Wrong format of broadcast output, when multi-output
...
Merge pull request !849 from vlne-v1/I1FQ76-wrong-format-of-boardcast-output-when-multi-output
5 years ago
mindspore-ci-bot
67f3d0eb5d
!871 dataset: repair take op problem when there exist muti-thread in next node
...
Merge pull request !871 from ms_yan/take_operator
5 years ago
chenzupeng
a109bc3d96
add onnx op converter: ReLU6, DepthwiseConv2dNative
5 years ago
Wei Luning
157710ca0f
bugfix* fix bug in output tuple of tuple.* check kRWWrite input no-variable* input x of ScatterNdUpdate should be a parameter node
5 years ago
mindspore-ci-bot
ff1a05d6c8
!882 fix bug of bprop of FloorMod
...
Merge pull request !882 from zhangbuxue/fix_bprop_for_floor_mod
5 years ago
VectorSL
1d7fe758a0
gpu add test for amp
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
8c035a5171
!756 Gpu support LayerNorm kernel
...
Merge pull request !756 from chenweifeng/layer_norm
5 years ago
buxue
0c6cf98db0
fix bug of brpop of FloorMod
5 years ago
yao_yf
5a6540450e
use param name as the key of strategy checkpoint
5 years ago
ms_yan
c56fe3aa2d
modify take op with an operator
5 years ago
mindspore-ci-bot
8af10eb51e
!875 Reject python OP in operations argument for C++ uniform augmentation OP
...
Merge pull request !875 from AdelShafiei/ua_py
5 years ago
Adel Shafiei
d15bd04bfe
added input validation to reject python op in C++ uniform augmentation operations list
5 years ago
mindspore-ci-bot
a606c2e4da
!872 [Dataset] Add schema support for GeneratorDataset
...
Merge pull request !872 from JunhanHu/generator_schema
5 years ago
mindspore-ci-bot
2303453753
!869 Random data op
...
Merge pull request !869 from JesseKLee/random_data_op
5 years ago
Junhan Hu
c5a8ffe4f4
Add schema support for GeneratorDataset
5 years ago
Jesse Lee
5236d0c3c0
Replace print with logger.info
5 years ago
mindspore-ci-bot
8d3695f666
!672 Added UT for uniform augmentation C++ OP
...
Merge pull request !672 from AdelShafiei/ua_ut
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
mindspore-ci-bot
70f8b66d9f
!844 validate the accuracy for resnet cifar
...
Merge pull request !844 from chujinjin/add_accuracy_for_resnet_cifar
5 years ago
jiangzhiwen
34bfa2f7c9
fix skip
5 years ago
mindspore-ci-bot
8ab5e0118f
!829 Add parser of case which parameter in tuple in run_op function
...
Merge pull request !829 from ghzl/parser-parameter-in-tuple-in-run_op
5 years ago
guohongzilong
b96df362f8
add parser of case which parameter in tuple in run_op function
5 years ago
mindspore-ci-bot
883fde0494
!839 add parameter verification for RMSprop
...
Merge pull request !839 from wangnan39/add_parameter_verification_for_rmsprop
5 years ago
mindspore-ci-bot
728345fdd0
!841 fix bugs of Acosh bprop and Elu bprop
...
Merge pull request !841 from zhangbuxue/adapt_ExtractImagePatches_and_fix_EluGrad
5 years ago
mindspore-ci-bot
f31c659944
!823 Add BatchNormGrad split pass
...
Merge pull request !823 from huanghui/BatchNormGrad-split-pass
5 years ago
chujinjin
d5adfa5210
add accuracy for resnet cifar
5 years ago
buxue
064d370a61
fix bug of Acosh bprop and Elu bprop
5 years ago
mindspore-ci-bot
33e427e1c5
!721 Tensor assign by ellipsis
...
Merge pull request !721 from candanzg/tensor_assgin_ellipsis
5 years ago
wangnan39@huawei.com
7f602016f4
add parameter verification for rmsprop, and modify default value in annotation
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
mindspore-ci-bot
6241814320
!749 fix np.histogram sometimes calc very large bucket number
...
Merge pull request !749 from wenkai/wkmaster
5 years ago
mindspore-ci-bot
e64f806a94
!730 Add base aggregator of gnn and its ut
...
Merge pull request !730 from yuanhan/master
5 years ago
candanzg
e886a3182c
tensor assign with ellpsis
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
hanyuanai
64f824e4fc
Add gnn aggregator and its ut
5 years ago
mindspore-ci-bot
3dd369cefa
!816 faster combine_like step
...
Merge pull request !816 from flywind/combine_opt
5 years ago
Adel Shafiei
3322e65da9
added ut for uniform augment C++ op
5 years ago
mindspore-ci-bot
decc8404a9
!795 [pylint] clean pylint warning
...
Merge pull request !795 from jinyaohui/clean_pylint_0428
5 years ago
Jesse Lee
332398d20a
Check return code from WaitPost::Register
5 years ago
mindspore-ci-bot
516e16ded0
!792 [Model][bert] Modify ST test script of bert model.
...
Merge pull request !792 from wsc/lossscale_script
5 years ago
zhaozhenlong
243cd33203
adapt SparseApplyAdagradD adding output accum
5 years ago
kpy
65cd41844d
change manager logic to faster combine_like step
5 years ago
wsc
d428fc1166
Modify the ST test script and example script of bert model
5 years ago
mindspore-ci-bot
e655e0e04c
!799 fix tensor dirty flag setting
...
Merge pull request !799 from dinghao/dirty_flag
5 years ago
mindspore-ci-bot
9ffb3993e8
!732 dock AcoshGrad for GE and AvgPool AvgPoolGrad for VM
...
Merge pull request !732 from zhangbuxue/dock_AcoshGrad_AvgPool_AvgPoolGrad_for_vm
5 years ago
mindspore-ci-bot
21d936e656
!728 auto parallel strategy checkpoint full
...
Merge pull request !728 from yao_yf/strategy_checkpoint_extend
5 years ago
mindspore-ci-bot
4fff5f442c
!791 onnx adapter for MaxPoolWithArgmax
...
Merge pull request !791 from 梅晓蔚/master
5 years ago
buxue
0f89cc1da4
dock AcoshGrad for GE and AvgPool AvgPoolGrad for Vm
5 years ago
dinghao
f77de54aa4
fix tensor dirty
5 years ago
meixiaowei
cd899fba0a
ONNX adapter for the MaxPoolWithArgmax
5 years ago
yao_yf
6cde5f6d91
auto parallel strategy checkpoint
5 years ago
jinyaohui
73642ef3d3
clean pylint
5 years ago
mindspore-ci-bot
9399dffe0e
!751 Remove enable hccl
...
Merge pull request !751 from zjun/remove_enable_hccl
5 years ago
mindspore-ci-bot
5b3327d103
!746 reducescatter backforward operator
...
Merge pull request !746 from lirongzhen1/bp_reducescatter
5 years ago
mindspore-ci-bot
c1813671db
!694 Refactor vm module for multigraph sink.
...
Merge pull request !694 from rick_sanchez/master
5 years ago
mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
...
Merge pull request !700 from penn/validate_bprop_rules
5 years ago
zjun
c538b83712
remove enbale hccl
5 years ago
lirongzhen1
0b4648881b
add reducescatter bprop
5 years ago
rick_sanchez
6ae8345cad
refactor vm module for multigraph sink
5 years ago
jonyguo
819b102ef8
add performance test for mindrecord
5 years ago
mindspore-ci-bot
b37db1edf5
!603 [MD] update pk sampler in minddataset
...
Merge pull request !603 from liyong126/update_pk_sampler
5 years ago
mindspore-ci-bot
1df8ea2915
!747 change cpu kernel dir
...
Merge pull request !747 from kisnwang/change-cpu-kernel-dir
5 years ago
mindspore-ci-bot
f82e63fecc
!671 Added testcase for sync_wait
...
Merge pull request !671 from EricZ/master
5 years ago
mindspore-ci-bot
0e3054d527
!466 Deepcopy problem when pyfunc cannot be pickled
...
Merge pull request !466 from h.farahat/deepcopy
5 years ago
liyong
bfba630aa2
update pK_sampler
5 years ago
mindspore-ci-bot
c47ef8ee4e
!711 Address first epoch always shuffle with same seed init of random sampler
...
Merge pull request !711 from ZiruiWu/mindspore_master_only
5 years ago
mindspore-ci-bot
afbd24cb78
!718 Fix dtype judge sentence in infer_dtype function of hcom operations
...
Merge pull request !718 from zhouyuanshen/master
5 years ago
mindspore-ci-bot
68bdcb4e62
!663 fix tensor equal bug
...
Merge pull request !663 from flywind/fix_bug
5 years ago
kswang
e6f36e050f
change cpu kernel dir
5 years ago
wilfChen
53b4529558
Gpu support LayerNorm kernel
5 years ago
mindspore-ci-bot
e6473f0765
!736 Skip blank line for TextFileDataset
...
Merge pull request !736 from yanghaitao/yht_tftextfile_black_line
5 years ago
zhouyuanshen
c046874b03
fix bug in infer_dtype function of hcom operations
5 years ago
wenkai
ab04b3dc4b
fix np.histograms(bins='auto') sometimes calc very small width and very large bucket number, which lead to error/long compute time.
5 years ago
kpy
e64c755ad6
change tensor equal bug
5 years ago
yanghaitao
1cb3bead32
skip black line for TextFileDataset
5 years ago
panyifeng
9e633b6c12
validate bprop rules
5 years ago
mindspore-ci-bot
ef71ae941f
!698 [Auto parallel] Support multi-subgraphs in auto-parallel
...
Merge pull request !698 from Xiaoda/support-wide-deep-in-auto-parallel
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
e213f2a435
!687 Fix bug: Summary tage type checking and exception throwing
...
Merge pull request !687 from candanzg/summary_tag_check
5 years ago
Xiaoda Zhang
e227415673
support-the-multiple-subgraphs-in-the-ANF
5 years ago
mindspore-ci-bot
d7242002aa
!474 [MS][bert][example]Add ST test script of bert model
...
Merge pull request !474 from wsc/lossscale_script
5 years ago
Zirui Wu
8c3931cf1d
fix first epoch always shuffle with default seed in random sampler
...
fix ut
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
mindspore-ci-bot
efdcd4c258
!682 fix api comments of some ops
...
Merge pull request !682 from liuxiao/fix-bug
5 years ago
YuJianfeng
ce2a13fcda
Check topk supported before converting input to attr
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
yanzhenxiang2020
691337a6e1
add aicpu ops of Reshape/Flatten/Squeeze/ExpandDims/IsFinite
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
wsc
e071f04d4b
Add ST test script of bert with loss scale
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
candanzg
b84deeeb5c
fix summary tage check error
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
huanghui
230e77f923
fix confusionmulgrad fusion pass cannot work
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
eric
2d115cd04e
Added example for multiple iterator
...
Added new testcase for multi iterator
Addressing review
Fixed typo
5 years ago
lirongzhen1
56f785f7e6
add context configration
5 years ago
mindspore-ci-bot
6844ea633d
!56 Synchronization code423 to ms-incubator
...
Merge pull request !56 from changzherui/syn-code423
5 years ago
zhaozhenlong
89f82e1a37
fix cpp ut test TestConvertConvBackpropFilter
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
zhaojichen
d1add07b5a
change error type
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
zhaojichen
1af894e25f
change error type
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
zhaojichen
57bc30505c
change error type
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
chang zherui
bd13f9ba33
modify ResizeNearestNeighborV2D
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
chang zherui
3c1785a121
syn code
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
mindspore-ci-bot
0bf6717e9a
!454 Fix the check of bool type in auto cast
...
Merge pull request !454 from candanzg/bug_cast_op
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
5cf09405e2
!532 [AutoParallel]support multiple subgraphs
...
Merge pull request !532 from lichen/support_multiple_subgraphs_in_auto_parallel
5 years ago
hesham
a9e9266149
Deepcopy problem when pyfunc cannot be pickled
5 years ago
mindspore-ci-bot
c0825e18a7
!588 Add ReluV2/ReluGradV2/ConfusionMulGrad ops for VM
...
Merge pull request !588 from liuxiao/add-reluv2
5 years ago
mindspore-ci-bot
0a6caa8623
!578 Rename davinci to ascend in ops st test module
...
Merge pull request !578 from leonwanghui/rename
5 years ago
mindspore-ci-bot
a78420b730
!577 Fix pylint warnings in mindspore st test module
...
Merge pull request !577 from leonwanghui/st-fix
5 years ago
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
5 years ago
mindspore-ci-bot
1a0d2666b7
!559 Add Fill/Erf op for VM.
...
Merge pull request !559 from liuxiao/fill-op
5 years ago
mindspore-ci-bot
818acd46d4
!569 fix bug in checkpoint when save scaler
...
Merge pull request !569 from wangnan39/master
5 years ago
lichenever
c78630d737
support multiple subgraphs
5 years ago
leonwanghui
ba43dbc148
Fix pylint warnings in mindspore st test module
5 years ago
mindspore-ci-bot
ca3aa6071a
!527 gpu dynamic memory pool supports multi-allReduce
...
Merge pull request !527 from limingqi107/master
5 years ago
wangnan39@huawei.com
f38d18c665
fix bug in checkpoint when save scaler
5 years ago
leonwanghui
b78b18e669
Rename davinci to ascend in ops st test module
5 years ago
mindspore-ci-bot
24a9f4974c
!536 support ellipsis and bool for tensor slice
...
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
5 years ago
limingqi107
2891f0d20d
gpu dynamic memory pool supports multi-allReduce
5 years ago
liuxiao
5b6c8fade8
Add Erf\FillD operator for VM
5 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
5 years ago
mindspore-ci-bot
67057d1309
!541 add average pooling 1D
...
Merge pull request !541 from JichenZhao/avgpooling
5 years ago
mindspore-ci-bot
4516b8feff
!437 Add L2Loss op for VM.
...
Merge pull request !437 from liuxiao/add-l2-loss
5 years ago