Commit Graph

1581 Commits (8fb01aabd4f57f3e0623620f4104ba9a0891912f)

Author SHA1 Message Date
mindspore-ci-bot e3796b3639 !11636 add bce cpu ops
4 years ago
mindspore-ci-bot 7af2d44cd2 !11615 Add EluGrad for CPU
4 years ago
mindspore-ci-bot ca675c0521 !11665 [GraphKernel] Add parallel fusion support to master.
4 years ago
TFBunny 88b5458f78 add new GPU kernel ReciprocalGrad
4 years ago
TFBunny 2fc5ebd077 add dynamic shape support and testcases to GPU Dropout
4 years ago
TFBunny 0e05e3e8ec add dynamic shape support and testcases to ReLU6
4 years ago
TFBunny 6cd7dc42e9 add testcases and dynamic shape to reduce ops
4 years ago
tronzhang d078cbfa99 support parallel fusion
4 years ago
zhangzhewei 22ca18fe1d add bce cpu ops
4 years ago
mindspore-ci-bot 682cbb7671 !11494 Mod CPU conv2D pooling and Add CTCloss
4 years ago
mindspore-ci-bot 5a4a23cbb0 !11627 fix argmaxwithvalue Precision failure
4 years ago
mindspore-ci-bot 52707ba76e !10916 Add some logs for collecting graph and using summary operators
4 years ago
hebotao d86a8ea367 Add EluGrad for CPU.
4 years ago
ougongchang c6e4b0c85f Add more log when collect graph and use summary operators
4 years ago
wanyiming 727c7a4668 mod_conv2d_pool_add_ctcloss
4 years ago
mindspore-ci-bot c37aa71009 !11409 [cpu] Add LogicalNot, LogicalAnd, LogicalOr op
4 years ago
Jonathan Yan 18f67c61c2 return minimal index for argmaxwithvalue
4 years ago
mindspore-ci-bot 6d2ed6cafc !11401 Add Elu For CPU
4 years ago
mindspore-ci-bot f8f6421459 !10968 Add dynamic shape support for the operator Concat
4 years ago
mindspore-ci-bot b8ba05333e !11372 [Numpy-Native] Api docstring bug fix
4 years ago
mindspore-ci-bot eee528f273 !11558 Fix conv2d NHWC filter shape
4 years ago
tom__chen f34934a317 fix conv2d NHWC filter shape and cyclomatics errors
4 years ago
mindspore-ci-bot e33d1f2152 !11474 add auto-mix precision smoke test cases
4 years ago
zhushujing 61a43cd6eb add new auto mix presicion testcase and check the cast num
4 years ago
yanglf1121 eab5ecf21a Fix bugs in np.atleastxd, np.xstack and format api docstrings
4 years ago
hedongdong 8241dfa443 Add dynamic shape support for the operator Concat
4 years ago
mindspore-ci-bot f07bb3bd04 !11089 General reduction with hybrid mode
4 years ago
mindspore-ci-bot abc380fba7 !11256 add hsigmoid hswish cpu op
4 years ago
mindspore-ci-bot ddf84551ab !11328 OneHot int64 input support
4 years ago
mindspore-ci-bot 868f0e9361 !11247 Add dynamic shape support to GPU BiasAdd
4 years ago
TFBunny 6a58479e42 add dynamic shape and testcases to GPU biasadd
4 years ago
mindspore-ci-bot 775d71f9c1 !11408 Update PP example
4 years ago
Jonathan Yan 6c8f275bdd redcution v1
4 years ago
Zichun Ye ca316f4422 update doc example in probability
4 years ago
mindspore-ci-bot 50ae1f6855 !11357 add Dropout3d ops for aicpu
4 years ago
x00540480 5f43f08a5d add elu for cpu
4 years ago
mindspore-ci-bot 60feffad20 !11332 update Pooling's attr kernel_size, pad_mode
4 years ago
yanzhenxiang2020 f8147aa57d add Dropout3d ops for aicpu
4 years ago
yanglf1121 9c21f78f16 Add cpu op LogicalAnd, LogicalOr, LogicalNot
4 years ago
mindspore-ci-bot 45e03742d2 !11392 TileOp gpu int64 input support
4 years ago
mindspore-ci-bot 6d0c0157aa !11213 Add dynamic shape support to GPU ReduceMean
4 years ago
Peilin Wang 945ef9ff89 initial commit
4 years ago
mindspore-ci-bot 3e662805f8 !11180 Add CPU Gelu and LayerNorm
4 years ago
Peilin Wang 386b219ffc initial commit
4 years ago
yuchaojie b51b3a6764 update Pool's attr kernel_size, pad_mode
4 years ago
mindspore-ci-bot 8008843562 !11327 Dynamic shape support for Conv2d Op
4 years ago
tom__chen 2ff5f9f1bc dynamic shape support for conv2d op
4 years ago
mindspore-ci-bot be14046b0e !11290 Add dynamic shape support & testcases to MatMul, BatchMatMul gpu
4 years ago
mindspore-ci-bot 94cd1cbfa8 !11287 Add dynamic shape testcase for tensoradd gpu
4 years ago
zhaoting 3a6d63ab02 add some CPU operators
4 years ago
mindspore-ci-bot eacc8bac89 !10755 [Numpy-Native] Add new numpy-native interfaces to mindspore.numpy
4 years ago
TFBunny c994eab732 add dynamic shape and testcases to MatMul & BatchMatMul
4 years ago
TFBunny 07de432deb add dynamic shape testcase to tensoradd
4 years ago
mindspore-ci-bot 26ebec42ae !11253 modify yolov3-resnet18 test case
4 years ago
mindspore-ci-bot a1cb402763 !11120 [cpu] add P.FloorDiv to cpu
4 years ago
mindspore-ci-bot 59551879a0 !11021 Add new nn layer InstanceNorm2d
4 years ago
zhouyuanshen 26f6daa850 add new op instancenorm2d
4 years ago
yanglf1121 72903c11c8 add array_ops, math_ops and tensor ops
4 years ago
wuxuejian 77900cf938 add hsigmoid hswis cpu op
4 years ago
mindspore-ci-bot 151c0e2977 !11132 modify batchnormal and fusedbatchnormal
4 years ago
chengxianbin 5afa307d7e modify yolov3 test case
4 years ago
mindspore-ci-bot e5afc028f6 !11168 Add a testcase for P.mul dynamic shape
4 years ago
lilei 9a45c4419c modify batch_normal
4 years ago
yanglf1121 4a0fe13430 add floordiv kernel to cpu
4 years ago
TFbunny d0b2f17445 add dynamic shape to GPU ReduceMean with testcases
4 years ago
TFbunny 503c38ca1a add testcase for dynamic shape GPU P.Mul
4 years ago
mindspore-ci-bot fb97aa327c !10881 add the tensor collection feature when record summary
4 years ago
jiangshuqiang ab5cc10250 add the tensor collection feature when record summary
4 years ago
linqingke b9467e5340 fix matrix inverse ops st.
4 years ago
mindspore-ci-bot 256a1ef5c8 !11095 Modify dot opt to support pynative mode
4 years ago
mindspore-ci-bot db741b2fb7 !10826 cpp st framework and script
4 years ago
mindspore-ci-bot 8c54a87bca !11070 fix bug of LessEqual kernel info on CPU
4 years ago
xutianming 1e7f18a097 Modify dot opt to support pynative mode
4 years ago
shibeiji 984f31e901 fix bug of supported data type for LessEqual on CPU
4 years ago
mindspore-ci-bot 6d6ed86a9d !10427 RangeOp new gpu kernel
4 years ago
zhoufeng a5b2b08035 cpp st fwk and script
4 years ago
mindspore-ci-bot 25d5d43dea !10746 [cpu] Add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
4 years ago
mindspore-ci-bot cdeacdf5c7 !9809 Add int8 uint8 type support to GPU ScatterAdd
4 years ago
Peilin Wang 507cc4ab15 range past segfault addressed comments
4 years ago
mindspore-ci-bot 5a70853392 !10332 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
4 years ago
yanglf1121 75aa938ee6 add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
4 years ago
mindspore-ci-bot abb86381ac !10985 Refactor cpu ops Concat to support morn than 4D inputs
4 years ago
mindspore-ci-bot 9f44599abd !9806 equal op gpu kernel support int64/uint8
4 years ago
yuanwei66 cc6a2df435 cpu op concat refactor to support more than 4D inputs
4 years ago
mindspore-ci-bot a531628dd5 !10325 modify MetaTensor and Tensor
4 years ago
lilei b858097ae4 modify MetaTensor and Tensor
4 years ago
mindspore-ci-bot c10e3645b0 !10681 Add summary st for summary operators
4 years ago
mindspore-ci-bot 666ab8f105 !10850 Conversion weights type when compute weights loss
4 years ago
mindspore-ci-bot 4ceb9e633c !10829 Modify Split Kernel for CPU
4 years ago
xuguoyang 7dcc3d89c3 Conversion weights type when compute weights loss
4 years ago
mindspore-ci-bot efd22c96ad !10895 add timedistributed pynative mode
4 years ago
dinglongwei 23707e9be4 add pynative and Tensor
4 years ago
mindspore-ci-bot 275da50b32 !10474 Add recomputed pass
4 years ago
yujianfeng 7b412d7cb2 add recompute nodes
4 years ago
mindspore-ci-bot e849b370ec !10863 add dot opt into composite.__init__.py
4 years ago
shaoxiangdong 7ef1f4c52f Modify split Kernel for CPU
4 years ago
xutianming 37f185b12b add dot opt into composite.__init__.py
4 years ago
shibeiji b2d98d2751 add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer
4 years ago
mindspore-ci-bot 9e27ca929a !10354 Add batch dot op
4 years ago
mindspore-ci-bot 1bb9342aa0 !8100 New add matrix inverse ops.
4 years ago
hedongdong b783070467 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
4 years ago
mindspore-ci-bot cb49f2e6f1 !10769 add cpu operators: LessEqual/Reciprocal/MinimumGrad/GatherD/GatherDGrad
4 years ago
mindspore-ci-bot f80b28313f !10619 add timedistributed
4 years ago
shibeiji 0fd3f6ad55 add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad
4 years ago
TFbunny 83e06bbba0 add return to sparseapplyftrl gpu
4 years ago
caojian05 06fb28c703 add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
4 years ago
dinglongwei 5a6caa7b0a add timedistributed and bugfix cpu ops assign and maximum
4 years ago
w00535372 7a78203217 Add batch dot op
4 years ago
mindspore-ci-bot ee07285420 !10580 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
4 years ago
linqingke 96183f8b12 new add matrix inverse.
4 years ago
mindspore-ci-bot 998a8e0d53 !10712 add CPU TopK
4 years ago
mindspore-ci-bot b381d4f7a0 !10603 add grad definition for AsinGrad and ACosGrad.
4 years ago
mindspore-ci-bot e98503606f !10724 fix mobilenetv2_quant st fps
4 years ago
mindspore-ci-bot 6b4abe8514 !9559 add DynamicAssign, PadAndShift cpu ops
4 years ago
mindspore-ci-bot 2dc275be06 !9842 Add SquaredDifference kernel for GPU
4 years ago
ougongchang f2978e0721 add summary st for ops
4 years ago
fangzehua 4da4c0fc55 add dynamic assign, pad_and_shift kernel
4 years ago
mindspore-ci-bot ba1ba10049 !10638 Add SquaredDifference operation for cpu
4 years ago
mindspore-ci-bot 5d97132f9e !10132 Add C.dot opt
4 years ago
xiaoyisd 8cf438d711 fix mobilenet
4 years ago
zhaoting ace4f2fb71 add CPU TopK
4 years ago
hebotao f4ae9cdbc4 Add SquareDifference kernel for GPU
4 years ago
“dangjiaqi1” d86509c1c8 add SquaredDifference operation for cpu
4 years ago
mindspore-ci-bot 0105b2166e !10370 Add BatchMatMul for CPU
4 years ago
xutianming d9830ddf63 add c.dot opt
4 years ago
mindspore-ci-bot 9bb4785777 !10428 unpack of cpu
4 years ago
mindspore-ci-bot 79893d6fef !10336 Add Pack op for CPU Kernel
4 years ago
mindspore-ci-bot 4257288bb7 !10066 Add CumSum Kerner for CPU
4 years ago
mindspore-ci-bot 9366200dba !9646 Add Expm1 Operator for CPU
4 years ago
x00540480 69f882c083 batchmatmul
4 years ago
mindspore-ci-bot aecd96cdb2 !10424 Compute weighted loss
4 years ago
wangmin0104 a5c16ba5c4 update tests/st/networks/models/resnet50/src/dataset.py.
4 years ago
mwang 59f7605987 adjust cost threshold for bert ci_smoke
4 years ago
mindspore-ci-bot 1cbef74372 !10592 deepfm network use mindrecord dataset
4 years ago
mindspore-ci-bot dafa401247 !10423 add testcases of dump
4 years ago
zhuyuxiao 35ff7c58f2 add pack for cpu kernel; bugfix adagrad gpu
4 years ago
wangshuide2020 677127ef5e add grad definition for AsinGrad and ACosGrad
4 years ago
wsq3 435a524f06 deepfm network use mindrecord dataset
4 years ago
mindspore-ci-bot 3c6101a8b1 !10559 update L1Regularizer operation
4 years ago
mindspore-ci-bot ad814dc2ad !10452 add cpu operators: Div/Mod/Floor/Minimum/ArgMinWithValue
4 years ago
mindspore-ci-bot e960830d92 !10536 [cpu] Add full support for cast OP on cpu
4 years ago
hedongdong 352a362878 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
4 years ago
xuguoyang 7fe25d6444 Add weights loss compute
4 years ago
shibeiji d043eeb834 add CPU operators: Div/Mod/Minimum/Floor/ArgMinWithValue
4 years ago
“dangjiaqi1” 86bbef5146 uadate L1Regularizer,upadate test_l1_regularizer_op.py
4 years ago
yanglf1121 8987b3dbd1 Add full support for cpu cast op
4 years ago
shaoxiangdong accf7c4671 Add CumSum Kerner for CPU
4 years ago
mindspore-ci-bot 216aa8535b !10412 Delete the redundant inputs of GNMTv2 model
4 years ago
gaojing 1f3d9ddff8 delete schema_json
4 years ago
mindspore-ci-bot 221d5b67d2 !10442 change code in modelzoo to import dataset APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
Xiao Tianci 31fed1a2f6 change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
mindspore-ci-bot 261bb736de !10063 Modify profiler directory structure to fit the new Run Package
4 years ago
mindspore-ci-bot 3ba3ffedd4 !10203 Synchronize latest Ascend software suite 18 Dec 2020
4 years ago
lishixing3 3bc94b97d7 fix some liness
4 years ago
yanghaoran b8345d03b6 Synchronize latest Ascend software 18 Dec 2020, with profiler fixes
4 years ago
mindspore-ci-bot 1343c9cca2 !10255 using do_copy option to choose Tensor.from_numpy to do Tensor convert
4 years ago
mindspore-ci-bot 6e690ab725 !9949 add testcase and minor fix for SparseApplyProximalAdagrad/Ftrl
4 years ago
zhengbin (G) c9b438e97b add dump testcase
4 years ago
mindspore-ci-bot f9dbebd958 !10410 add dtype supports[fp64/fp32/fp16/int8/int16/int32/int64/uint8] for relu/reluv2/relugradv2
4 years ago
zhouyuanshen 2e2c01d6f0 add dtype supports for relu/reluv2/relugradv2
4 years ago
ms_yan deb1e6e965 use from_numpy and add do_copy option
4 years ago
mindspore-ci-bot 44abd94b42 !9408 [ME][Pynative]Fix mem leak problem in pynative mode
4 years ago
chenfei 1f20e552ed handle mem leak in pynative mode
4 years ago
lvliang 04392f3120 recovery-already-run
4 years ago
mindspore-ci-bot 61ed05f133 !10102 test high order grad with respect to parameter
4 years ago
mindspore-ci-bot 32dc10a735 !9864 Adjust the location of cleaning unuse memory in value node
4 years ago
mindspore-ci-bot b8b4ce7442 !10323 Rewrite gpu implementation for op maxpool_with_argmax/maxpool_with_argmax_grad
4 years ago
lvliang 1490947ff0 adjust-the-location-of-cleaning-unuseless-memory-in-value-node
4 years ago
mindspore-ci-bot 00611b1c41 !10175 Add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
zhouyuanshen 09b68f9006 rewrite gpu implementation of op maxpool_with_argmax and maxpool_with_argmax_grad
4 years ago
mindspore-ci-bot c6f3b1826c !10009 Add infer shape function for tile in graph kernel
4 years ago
mindspore-ci-bot 2b64b7f295 !10312 SequenceMask move API to composite
4 years ago
Peilin Wang 412665f707 wrap sequenceMask in composite
4 years ago
Peilin Wang 299509dbfc changed cast to round to zero if casting from float to integral
4 years ago
looop5 8bbe723603 add Tile infer shape function
4 years ago
mindspore-ci-bot 4477b97465 !10167 BatchNormGrad infer gpu kernel
4 years ago
mindspore-ci-bot cff3141d99 !10218 add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
4 years ago
mindspore-ci-bot 5143f7b99c !10198 Add CPU OP resize_bilinear and resize neighbor
4 years ago
mindspore-ci-bot 88155de042 !10159 momentum weight fusion
4 years ago
caojian05 a3b6f57842 add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
4 years ago
Jonathan Yan 335c3f7602 BatchNormGrad infer gpu kernel
4 years ago
mindspore-ci-bot 4b7e9975a0 !10090 [MS][GPU][CI Alarm] Fixed CI Alarm for Pad GPU kernel + code clean up
4 years ago
mindspore-ci-bot 1c43115eef !9540 [MS][API] - Update BroadcastTo to be able to support dynamic -1
4 years ago
wanyiming 2283eac723 add_resize_ops
4 years ago
mindspore-ci-bot a83e058f42 !9858 [MS][GPU][API] UnsortedScatterND_int64_Support
4 years ago
wilfChen 09e10e18bb momentum weightdecay fusion
4 years ago
caifubi e6f0654b61 Add PyNative Hccl st
4 years ago
yanglf1121 918679daa3 add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
gzhcv bad8c0e422 Modify profiling dir structure to fit the new Run Package
4 years ago
jonwe 54e5025c1a equal op gpu kernel
4 years ago
mindspore-ci-bot cb0ecf3de7 !10061 add optimizer parallel level0 testcase
4 years ago
mindspore-ci-bot eb22cf7e5a !10073 [MS][CompositeOp][API] TensorDot pr fix
4 years ago
danishnxt ac109b601a pad_CI_Alarm fix
4 years ago
mindspore-ci-bot 904f61b7fd !9857 [MS][GPU] SparseApplyFtrl_int64_Support
4 years ago
danishnxt b0b768335e PR 10072 fix + new sts
4 years ago
meizhiyuan 13f25fa936 add optimizer_parallel level0 case
4 years ago
Daniel bdbdc291f5 high grad
4 years ago
zhaoting edf3083510 add CPU unsortedsegmentsum
4 years ago
mindspore-ci-bot da74482812 !9769 add testcases of type error
4 years ago
mindspore-ci-bot b645f7959d !9749 [MS][API] UnsortedSegmentMax_Min added check for bug fix - num_segments
4 years ago