sunsuodong
5cf29f2478
multi_input
5 years ago
baihuawei
eb0f897d31
add cpu transpose
5 years ago
candanzg
2429da19fb
implicit type conversion
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
lizhenyu
a25b84055c
refine data copy in multi-graph
5 years ago
chenhaozhe
b6aceddeab
update bert scripts according to rules of modelzoo
5 years ago
mindspore-ci-bot
2e684e89e7
!1446 pylint clean
...
Merge pull request !1446 from liuxiao78/master
5 years ago
mindspore-ci-bot
5b9c145ff8
!1383 keep different attributes for cnode evaluation
...
Merge pull request !1383 from amongo/KeepPrimAttrInCNode
5 years ago
sunsuodong
ade90be427
addn
5 years ago
huangdongrun
1159f2b11e
add prim infer attr cache
...
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
5 years ago
mindspore-ci-bot
10076ffe1a
!1216 add graph attention networks model and test file
...
Merge pull request !1216 from zhangdengcheng/master
5 years ago
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
“liuxiao”
18f0af0529
pylint clean
5 years ago
mindspore-ci-bot
e5c7ecfd46
!1426 Fix the issues checked by pylint
...
Merge pull request !1426 from chengang/fix_pylint
5 years ago
mindspore-ci-bot
318e3012d7
!1422 Fix result error when calling AllReduce serially.
...
Merge pull request !1422 from ZPaC/fix-multi-allreduce-calling-error
5 years ago
cristoval
f6c20178d2
fix pylint check issues
5 years ago
ZPaC
d9bcdac3dc
Fix result error when calling AllReduce serially.
5 years ago
mindspore-ci-bot
929ef67bfc
!1411 pylint warning clean
...
Merge pull request !1411 from liubuyu/master
5 years ago
liubuyu
107794fac9
pylint warning clean
5 years ago
Yi Huaijie
8cfc05e4cf
clean pylint warnings of parallel test cases
5 years ago
mindspore-ci-bot
a510ecc8ff
!1339 add epsilon parameter for layernorm
...
Merge pull request !1339 from JichenZhao/layernorm_mean_var_shape
5 years ago
mindspore-ci-bot
45368a86e9
!1329 Put the parameter validation of the Summary operator into the python layer
...
Merge pull request !1329 from ougongchang/master
5 years ago
ougongchang
7d78b5d89e
Put the parameter validation of the Summary operator into the python layer
...
add some unittest for summary operator
support ScalarSummary to record number type
5 years ago
ms_yan
d5e896b51c
delete storageDataset Op API and its test case
5 years ago
zhaojichen
7c9fb3424f
add epsilon parameter for layernorm
5 years ago
mindspore-ci-bot
3f23aa1d79
!1348 fix pylint warnings of parallel test cases
...
Merge pull request !1348 from yihuaijie/master
5 years ago
mindspore-ci-bot
368007240c
!1320 add applyrmsprop cumprod and reduceprod for vm
...
Merge pull request !1320 from JichenZhao/applyrms_squaresumall_cumprod_reduceprod
5 years ago
mindspore-ci-bot
889696bcab
!1331 delete dropoutgenmask and dropoutdomask when dropout prob equals 0 to enhance performance and adjust ci script
...
Merge pull request !1331 from yoonlee666/master-deletedropout
5 years ago
Yi Huaijie
14fe72f383
fix pylint warnings
5 years ago
jinyaohui
fbdba6e4da
clean pylint
5 years ago
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
5 years ago
yoonlee666
12d9c71c83
delete dropout when prob equals 0 and adjust bert ci script
5 years ago
gongchen
36edbe411e
test(custom_op): Delete conv2d custom op.
5 years ago
chujinjin
668c18c42c
fix cifar 1p test
5 years ago
mindspore-ci-bot
19c200e9cc
!1280 pylint clean
...
Merge pull request !1280 from liubuyu/master
5 years ago
zhangdengcheng
9fbc519ebb
Add graph attention networks model and test file
5 years ago
mindspore-ci-bot
aa1cee113d
!1279 test(custom_op): clean up custom op test case.
...
Merge pull request !1279 from gongchen/fix_custom_op_case
5 years ago
liubuyu
37be555a81
pylint clean
5 years ago
gongchen
44458865b6
test(custom_op): Clean up custom op test case.
5 years ago
mindspore-ci-bot
6ffb3c97cd
!1058 add host cpu kernel: GatherV2/Concat/Slice/SliceGrad
...
Merge pull request !1058 from sunsuodong/lstm_ops
5 years ago
wanghua
2703ac5ba4
fix bert percision problem
5 years ago
gongchen
366364ba38
Add custom op testcases.
5 years ago
jinyaohui
5a914994ba
clean pylint
5 years ago
sunsuodong
28241d0293
lstm ops
5 years ago
jinyaohui
bcfaff97f9
clean pylint
5 years ago
seatea
981b013f81
Fix CSE bug for some operations like `DropoutGenMask` which should not
...
be optimized as it will generate different values each time.
5 years ago
jinyaohui
2907cf4488
remove some context param
5 years ago
wilfChen
1991a89f40
LayerNormGrad fix & codex
5 years ago
mindspore-ci-bot
bb374ebc28
!1015 Support weights to be compiled according to shape
...
Merge pull request !1015 from candanzg/me_with_shape
5 years ago
李鸿章
32c1d558f4
SummaryRecord as context manager
5 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
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
mindspore-ci-bot
6f386c5782
!1082 Support 'break', 'continue' and 'pass' statements
...
Merge pull request !1082 from hewei/support_cont_break
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
jinyaohui
391a060f21
remove two context param
5 years ago
wilfChen
59c4cf256c
gpu support broadcast kernels
5 years ago
jinyaohui
d40e89b1bc
clean pylint warning in st/ops/ascend
5 years ago
mindspore-ci-bot
680ce090a3
!1057 matmul support fp16
...
Merge pull request !1057 from chenweifeng/matmul
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
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
wilfChen
b56572bb89
matmul support fp16
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
mindspore-ci-bot
af7c54b12a
!920 [MS][Bert]Modify example script of bert model.
...
Merge pull request !920 from wsc/lossscale_script
5 years ago
wsc
46c175a574
Modify example scripts of bert model
5 years ago
limingqi107
05e8d95e7f
optimize the gpu context switch
5 years ago
wilfChen
00e78bf6c4
gpu support MinimumGrad & MaximumGrad kernel
5 years ago
wilfChen
31f3611f9a
gpu support UnsortedSegmentSum kernel
5 years ago
rick_sanchez
6146424596
refactor vm module for multigraph sink
5 years ago
wilfChen
0a1195ddf5
broadcast kernel support unqual dims & half
5 years ago
ZPaC
d3936b9f2a
GPU kernels adapt with special dimensions.
5 years ago
wilfChen
1eb60df5d4
gpu support logsoftmax & logsoftmaxgrad kernel
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
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
mindspore-ci-bot
8a484dbd0b
!812 [CR] add lenet train and eval st case
...
Merge pull request !812 from jinyaohui/train_eval
5 years ago
jinyaohui
8b49a4cf0e
add lenet train eval gpu st case
5 years ago
wilfChen
a304304c30
gpu support Gelu & GeluGrad kernels
5 years ago
wilfChen
311bf41e6d
gpu support tanh & tanhgrad kernel
5 years ago
wilfChen
67a0cc3bf1
gpu queue support unary
5 years ago
wilfChen
16f0688230
gpu support broadcast kernels
5 years ago
changzherui
b323199dc1
syn code 430
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
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
VectorSL
1d7fe758a0
gpu add test for amp
5 years ago
mindspore-ci-bot
8c035a5171
!756 Gpu support LayerNorm kernel
...
Merge pull request !756 from chenweifeng/layer_norm
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
chujinjin
d5adfa5210
add accuracy for resnet cifar
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
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
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
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
dinghao
f77de54aa4
fix tensor dirty
5 years ago
mindspore-ci-bot
9399dffe0e
!751 Remove enable hccl
...
Merge pull request !751 from zjun/remove_enable_hccl
5 years ago
zjun
c538b83712
remove enbale hccl
5 years ago
rick_sanchez
6ae8345cad
refactor vm module for multigraph sink
5 years ago
wilfChen
53b4529558
Gpu support LayerNorm kernel
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
yanzhenxiang2020
691337a6e1
add aicpu ops of Reshape/Flatten/Squeeze/ExpandDims/IsFinite
5 years ago
wsc
e071f04d4b
Add ST test script of bert with loss scale
5 years ago
liuxiao
5e877a7715
modify api and add example
5 years ago
ZPaC
75381bc30c
Add gpu test case for dynamic lr.
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
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
5 years ago
leonwanghui
ba43dbc148
Fix pylint warnings in mindspore st test module
5 years ago
leonwanghui
b78b18e669
Rename davinci to ascend in ops st test module
5 years ago
limingqi107
2891f0d20d
gpu dynamic memory pool supports multi-allReduce
5 years ago
VectorSL
4740c70fc3
gpu add testcases
5 years ago
mindspore-ci-bot
728801301c
!313 GPU add akg kernel float_status
...
Merge pull request !313 from VectorSL/float_status
5 years ago
VectorSL
c000fb2f34
gpu add float_status kernel
5 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
...
Merge pull request !340 from ougongchang/master
5 years ago
mindspore-ci-bot
15c8ef66ba
!401 Add ops Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad\TopK for VM.
...
Merge pull request !401 from liuxiao/openresource
5 years ago
mindspore-ci-bot
093c2caed4
!337 optimize execute order sort
...
Merge pull request !337 from kisnwang/optimize-execute-order-sort
5 years ago
liuxiao
5c9791a802
Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM
5 years ago
kswang
6775190e48
add cpu one hot
5 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
...
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
5 years ago
wilfChen
5432fcb43f
gpu support RMSProp kernel
5 years ago
wilfChen
9a7702b807
gpu support batchmatmul kernel
5 years ago
kswang
83eeac9310
optimize execute order sort
5 years ago
mindspore-ci-bot
87be386581
!314 GPU add kernel assign
...
Merge pull request !314 from VectorSL/assign
5 years ago
ZPaC
4cd237eee4
Add GPU NCCL ci test cases.
5 years ago
chujinjin
b804d9103d
set default execution mode to pynative
5 years ago
wilfChen
cc93646207
gpu concat kernel support 4 inputs
5 years ago
wilfChen
5b7790a2a7
Gpu Slice kernel performance improvement
5 years ago
mindspore-ci-bot
7d7c9c4fee
!311 GPU add akg kernel select
...
Merge pull request !311 from VectorSL/select
5 years ago
dengwentao
48f90eb7bc
add custom op st to ci
5 years ago
VectorSL
9e372073e2
gpu add assigin
5 years ago
VectorSL
d248b05a98
gpu add kernel select
5 years ago
mindspore-ci-bot
94589ce611
!226 expend conv stride and dilation to 2d
...
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
5 years ago
chenzomi
652ab6c386
add test case for aware quantizaiton
5 years ago
wangnan39@huawei.com
2604acedcb
extend conv stride and dilation to 2d
5 years ago
zjun
f5ee197b6c
Modify custom op register
5 years ago
mindspore-ci-bot
3e36982314
!99 Develop op MaxPoolWithArgMax
...
Merge pull request !99 from zhangbuxue/Dock_MaxPoolWithArgMax
5 years ago
buxue
7541d3b067
Develop op MaxPoolWithArgMax
5 years ago
mindspore-ci-bot
3f5136302a
!149 Use TFRecordDataset instead of StorageDataset in Bert model integration test and add absolute position embedding code in bert model
...
Merge pull request !149 from yoonlee666/master
5 years ago
yoonlee666
c5bfbc3556
use TFRecordDataset in bert ci script and add absolute position embedding code in bert model
5 years ago
zhaozhenlong
f9d180d413
add api image gradients
5 years ago
wanghua
5b176f258b
modify bert test file
5 years ago
wanghua
da123c5b3e
fix bert precison bug
5 years ago
xiefangqi
bc4602b58e
fix and remove useless import of example, st, ut
5 years ago
lvliang
ff4f935e40
pynative-add-lenet
5 years ago
mindspore-ci-bot
a42eee52ba
!67 add cpu st lenet
...
Merge pull request !67 from kisnwang/add-cpu-st
5 years ago
VectorSL
aea6b0c974
update tests/st/ops/gpu/test_tensoradd.py.
...
fix pytest.mark for testcase
5 years ago
kswang
2dc9f632c1
add cpu st lenet
5 years ago
lichenever
30231eab2f
fix auto parallel st
5 years ago
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago