Commit Graph

3915 Commits (7118100f71979bc5c1ab2832186569c3f4f95b73)

Author SHA1 Message Date
mindspore-ci-bot 79fef0df0e !9142 fix bug of addn not supported dynamic shape
4 years ago
mindspore-ci-bot 0c46093496 !9346 add profiler st
4 years ago
tronzhang 2190da9946 support atomic clean and change package for akg.
4 years ago
mindspore-ci-bot 0c7ba7a7fa !9354 mode_mindir_suffix
4 years ago
mindspore-ci-bot efc7e9f89e !9358 PyNative Bugfix
4 years ago
caifubi c8e7c3edb0 PyNative Hccl Bugfix
4 years ago
bai-yangfan c46c4dffe4 mindir_suffix
4 years ago
yanghaitao1 c3896df390 add profiler st
4 years ago
peixu_ren 0adab15de7 Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
4 years ago
mindspore-ci-bot 51d885815a !9281 increase variable_memory_max_size max size from 30GB to 31GB
4 years ago
mindspore-ci-bot eb7cbd49ac !8595 Add Cholesky op at GPU back-end
4 years ago
mindspore-ci-bot 6c18c09121 !9266 PyNative Support Hccl(Data Parallel)
4 years ago
mindspore-ci-bot df44e1339e !9249 Optimizing GetDatasetSize
4 years ago
mindspore-ci-bot 9ed31ea2cb !9339 Disable getter optimization pass
4 years ago
mindspore-ci-bot 4ffd9b578f !9331 More cache minor fix for HQ testers
4 years ago
Eric db2a8b5e1d Disable getter pass
4 years ago
Mahdi f80553bc6e Optimization for GetDatasetSize
4 years ago
Lixia Chen 2ddb1fb75e More CRC fix and blocking BatchOp under cache
4 years ago
jonwe e2e6bf59b2 Cast half to int by rounding down
4 years ago
caifubi 04d8cd5d8b Support PyNative Data Parallel
4 years ago
mindspore-ci-bot 77ef72be30 !9306 fix ndarray field without type in mindrecord
4 years ago
laiyongqiang 11244f790a increase variable_memory_max_size max size from 30GB to 31GB
4 years ago
mindspore-ci-bot 01df2341ff !9245 Fixes some typos and formatting errors in docstring.
4 years ago
mindspore-ci-bot 45b705bca0 !9129 support abs() and mean() method for Tensor object
4 years ago
jonyguo 847e59bd6c fix: ndarray field without type in mindrecord
4 years ago
mindspore-ci-bot 920bbf1541 !9277 fix schema & zip validation
4 years ago
mindspore-ci-bot da8d7d661a !9283 Modify the dataset ut log message
4 years ago
mindspore-ci-bot ca66aef549 !8775 remove "is_grad" in SoftmaxCrossEntropyWithLogits and correct its comments
4 years ago
mindspore-ci-bot a16c87ded4 !8972 add auto-parallel use case
4 years ago
mindspore-ci-bot 1ffecf1874 !9180 fix dnnl binary broadcast
4 years ago
mindspore-ci-bot c41a21d2c2 !9208 Add four new c++ api of text
4 years ago
liucunwei 8ef4b2796e modify the dataset ut log message
4 years ago
mindspore-ci-bot 0e6d06c463 !9230 Set trace info of Primitive CNode only for equiv out node, not the whole fprop function.
4 years ago
YangLuo 5cc3b76577 fix schema & zip validation
4 years ago
Bairong 623b2e3f99 support abs and mean of Tensor
4 years ago
mindspore-ci-bot e45f19adc8 !8697 support the outermost layer network inputs are list or dict or scalar
4 years ago
shenwei41 3bea84d0f7 add four new text API
4 years ago
Zhang Qinghua 8310236ff1 Set trace info of Primitive CNode only for equiv out node, not the whole fprop function.
4 years ago
peixu_ren af6ded28e3 Add Cholesky op at GPU back-end
4 years ago
zhaoting 102b74682b fix dnnl binary broadcast
4 years ago
mindspore-ci-bot 5306c91cb7 !9214 support repeated calculation when the axis of gatherv2 is 0 and split
4 years ago
mindspore-ci-bot ea191ed5da !8463 Run ops one by one in pynative bp graph
4 years ago
mindspore-ci-bot af3c27d354 !9244 Fix core dump with concat and getter_pass
4 years ago
Peilin Wang e4444a1c12 initial commit
4 years ago
mindspore-ci-bot ccf637f64a !9241 SequenceMask gpu kernel
4 years ago
mindspore-ci-bot c3e7a8255c !9248 Add input check to nlp operators
4 years ago
Eric cf802c839c Added missing input check for nlp operator
4 years ago
Zirui Wu 23487fae09 fix get_shape/type and a segfault in getter_pass
4 years ago
Peilin Wang f7dc2432a0 initial commit
4 years ago
mindspore-ci-bot 7748ae823a !9141 Fix DatasetCache C++ API cache sharing behavior
4 years ago
mindspore-ci-bot a37e9710b5 !9038 port name functions from TensorOp to TensorOperation
4 years ago
mindspore-ci-bot 5835095e07 !9134 Equal op dynamic shape
4 years ago
mindspore-ci-bot dc62360eed !9140 [MS][GPU][CUDA][DynamicShape] - New GPU kernel -> UnsortedSegmentMin + DynamicShape support changes to API + inferImpl func (+SegMax ST correction)
4 years ago
buxue d6f91133c3 Support the outermost layer network inputs are list or dict or scalar
4 years ago
mindspore-ci-bot 762793cb8f !9175 fix a bug in random resize crop op and some lint
4 years ago
mindspore-ci-bot f0671ce513 !9076 [MD] Support vision c_transform python eager: Resize, Rescale, Normalize, HWC2CHW, Pad
4 years ago
mxm 59f9ac9975 Primitive 'AddN' support dynamic shape
4 years ago
yangzhenzhang 7b33f3e2ac gatherv2 axis split repeated calculation
4 years ago
mindspore-ci-bot b85bcff4b2 !9057 modify export file name
4 years ago
Xiao Tianci 12da8717b7 1.correct param check for vision op 2.fix config review 3.fix api doc
4 years ago
mindspore-ci-bot ff2c44c935 !9178 add some pynative st test_cases in gpu
4 years ago
zhangrunjiao b30b7b2d5e add use case
4 years ago
lvchangquan cabefafa13 add some pynative st test_cases in gpu env
4 years ago
mindspore-ci-bot 42f32b7c4b !9173 support batch size small than dev size in parallel gatherv2
4 years ago
HulkTang c36b477568 Run ops one by one in pynative bp graph
4 years ago
mindspore-ci-bot a6845395e6 !9181 Add some ut pipeline test case for C++ dataset
4 years ago
mindspore-ci-bot 0b615a7e93 !9171 Add some pipeline ut test cases for c++ dataset
4 years ago
liucunwei e612e23a05 Add some ut pipeline test case for C++ dataset
4 years ago
mindspore-ci-bot 2a03fa79f9 !9161 add pynative st
4 years ago
liucunwei 7f13f2ad0e add some pipeline ut test cases for c++ dataset
4 years ago
yangzhenzhang 7278f5c109 update_gatherv2_op
4 years ago
mindspore-ci-bot 2370828043 !8586 fix GatherD and add Randperm for aicpu
4 years ago
wanghua 4acdcad5d6 add st test_pynative_control_flow.py
4 years ago
Xiaoda Zhang c79e988b0d set fullname for reshape after reshape-elimination
4 years ago
mindspore-ci-bot a146f982bc !8983 support variabel length virtual_dataset in auto parallel
4 years ago
mindspore-ci-bot dcde1fc70a !9092 Add LBeta op at nn level
4 years ago
luoyang aa4bf9a3f2 [MD] Support python-eager: Resize, Rescale, Normalize, HWC2CHW, Pad
4 years ago
changzherui 91301a6d1a modify export file name
4 years ago
mindspore-ci-bot cf383af36e !8624 updated cluster config and proto
4 years ago
mindspore-ci-bot c1002d2eb4 !9138 Address left over comments from PR8802
4 years ago
mindspore-ci-bot 55f7e3dc16 !9135 Minor fixs for cache error message
4 years ago
mindspore-ci-bot 9f82393b24 !9137 Add Beta distribution
4 years ago
mohammad 9cfeb08c4d port name() to TensorOperation and its derived classes
4 years ago
Lixia Chen e8247eadef Same runtime CacheClient if c++ cache is shared
4 years ago
danishnxt 450f1ee886 First Commit - UnsortedSegMin Kernel + DynamicSupport
4 years ago
mindspore-ci-bot 3e2eb70fc0 !8669 Split op extending PrimitiveWithCheck
4 years ago
mindspore-ci-bot 442217314d !8861 [MS][GPU][DynamicShapeUpdate] Converting UnsortedSegmentMax from normal to dynamic shape op
4 years ago
peixu_ren 37d40bc495 Add Beta distribution
4 years ago
mindspore-ci-bot 28772d4fb7 !9132 Fix bug for SparseGatherV2 GPU and add dynamic shape testcase
4 years ago
tinazhang 6f31bdbf67 fix issues for hq testers: I277HD, I277HV
4 years ago
mindspore-ci-bot 9b0ec824c4 !9096 DynamicShapeOp int64 support and bug fix
4 years ago
mindspore-ci-bot 2e31899101 !9095 [MS][DynamicShape][API] Fixes for UnsortedSegementSum DynamicShape support API + InferImpl func
4 years ago
Zirui Wu 36bfd0d8ad address left over cmts from 8802
4 years ago
mindspore-ci-bot b76c7cc7bf !9025 ReLU gpu op supports int32 and int64
4 years ago
tom__chen 4fa6238dde change Split op to extend PrimitiveWithCheck
4 years ago
jonwe 6ae8573803 Equal op dynamic shape
4 years ago
TFbunny 419f8bf72a fix dynamic shape and add testcase for SparseGatherV2 GPU
4 years ago
peixu_ren 6355f46d32 Add LBeta op at nn level
4 years ago
mindspore-ci-bot f28b73f231 !9040 ExpandDims dynamic shape
4 years ago
mindspore-ci-bot 28e6c7f29e !9034 [MS][DynamicShape] - Converting P.Square to DynamicShape op
4 years ago
mindspore-ci-bot 0856639fc5 !9130 add some new ut test case for C++ minddataset
4 years ago
mindspore-ci-bot b0496aaa10 !8673 Add min/max_shape to ScatterAdd/Update and Transpose and add new dynamic shape testcases
4 years ago
liucunwei 3e57236fe3 add some new ut test for minddataset
4 years ago
Jonathan Yan 9f70ebac64 Cast/ReLU dynamic shapelsgpu op supports int32 and int64
4 years ago
jonwe 36ea519009 ExpandDims dynamic shape
4 years ago
mindspore-ci-bot 3bed28822d !9024 Add four text C++ API
4 years ago
mindspore-ci-bot aa2296bcc1 !9094 Blocking TakeOp/SkipOp under Cache
4 years ago
mindspore-ci-bot 40222f59a7 !9043 Add support to op L2Loss on gpu
4 years ago
anancds fc380b8071 updated cluster config and proto
4 years ago
mindspore-ci-bot 715ca637e1 !9107 ps testcast
4 years ago
mindspore-ci-bot 67505ef198 !9050 Mix bugs in Categorical distribution
4 years ago
shenyeping 6da2169439 ps
4 years ago
shenwei41 4e56618d18 Add text C++ API
4 years ago
danishnxt cfc3542261 First Commit SegMax changes + typo in SegSum InferImpl
4 years ago
mindspore-ci-bot 3fa7233f68 !9072 fix topk fussion help tensor size = 4096*2
4 years ago
Peilin Wang 1dd302ae93 int64 support and typo fix
4 years ago
zhouyuanshen f6e87143c6 add support to op L2Loss on gpu
4 years ago
mindspore-ci-bot 0aa63f21c5 !9039 register FastGelu for activation
4 years ago
danishnxt 6f64fffdb4 Adding API fix for handling dynamic_shape correctly plus STs for SegSum dyn_shape
4 years ago
tinazhang 27698866d1 Block take/skip under cache and fix docstring
4 years ago
mindspore-ci-bot bd8522aff7 !8802 Boilerplate code for IR Tree optimizer
4 years ago
TFbunny 5e19a642f9 fix and add testcase for dynamic shape scatteradd/update transpose
4 years ago
mindspore-ci-bot e6ebb310eb !8928 [MS][GPU][CUDA] - New GPU kernel -> LinSpace
4 years ago
danishnxt 64a6769d3f Update Square Op to support Dynamic Shape
4 years ago
mindspore-ci-bot c3b057bd69 !8825 [MS][GPU] GatherV2_Dynamic_BugFix
4 years ago
Nat Sutyanyong 5e1bb0b697 boilerplate code for future IR optimizer
4 years ago
mindspore-ci-bot dabb82ec7a !8846 host cpu support dynamic shape
4 years ago
mindspore-ci-bot 32aa790f43 !9071 add testcase for ps
4 years ago
mindspore-ci-bot ebef1df00b !8994 split dropout op and expand dropout
4 years ago
mindspore-ci-bot 9130660a2f !9055 add yolov3 export file and fix bert exprt bug
4 years ago
yao_yf 9cda064716 auto parallel predict
4 years ago
jjfeing 8fb7d11ecb fix topk help 4096
4 years ago
shenyeping c191deff1d ps
4 years ago
yuzhenhua a1db640211 fix bert bug and add export file for yolov3 and add test file for maskrcnn
4 years ago
liubuyu 9f5ab8f76f host cpu support dynamic shape
4 years ago
yanzhenxiang2020 082cb4e7fd add Randperm/GatherDGrad and fix GatherD for aicpu
4 years ago
mindspore-ci-bot d6f6269ff1 !8310 fix example of categorical and rnntloss
4 years ago
mindspore-ci-bot 5d0a4f3995 !9005 add st testcase for heterogeneous_excutor
4 years ago
danishnxt a17f76dd1d Initial Commit - GPU LinSpace
4 years ago
shibeiji cd850bd210 register activation operator fast_gelu
4 years ago
Xun Deng a058881b90 fix minor bug in catgorical distribution
4 years ago
zengzitao 3ef0e9f053 substitute dropout by cudnnuniformreal and dropout
4 years ago
mindspore-ci-bot 421cad24ef !8715 Add Gamma distribution
4 years ago
danishnxt 241c8f3d96 GatherUpdate
4 years ago
mindspore-ci-bot adc8e3e707 !8594 [MD] Pybind Pushdown Support for dataset
4 years ago
Eric Zhang 809e1d5086 added python api based on cpp api
4 years ago
mindspore-ci-bot 979bb26cba !9031 Fix DatasetCache parameter check
4 years ago
Lixia Chen ab7427f1a9 Minor fix for DatasetCache param validation
4 years ago
peixu_ren 93d4ef428f Add Gamma distribution
4 years ago
mindspore-ci-bot a0e4db6aae !9016 delete input_mask_from_dataset option in transformer's config
4 years ago
mindspore-ci-bot 7aaca7d721 !8970 add control flow st testcase
4 years ago
yanzhenxiang2020 dca109c9a5 fix example of categorical and rnntloss
4 years ago
yuchaojie f13388ee6b delete input_mask_from_dataset option in transformer's config
4 years ago
yinwei b5e289333e add st testcase
4 years ago
mindspore-ci-bot 22d683a805 !8920 Adapt ops LinSpace for Ascend.
4 years ago
mindspore-ci-bot d9b4b5c750 !8954 Add SequenceMask operator.
4 years ago
mindspore-ci-bot 21b501bb94 !8752 Add Poisson distribution
4 years ago
liuxiao93 584e241e29 Adapt ops LinSpace for Ascend.
4 years ago
peixu_ren 01f5da0a14 Add Poisson distribution
4 years ago
jonwe 9a6ced3cc7 DinNoNan gpu kernel supports int8/uint8
4 years ago
meizhiyuan b80c289caa control_flow case
4 years ago
anancds 7c73bc50f4 fixed codex
4 years ago
mindspore-ci-bot 5353cd196b !8935 remove quantization_aware option in Mobilenetv2-quant config
4 years ago
l00591931 17c0810f9e add SequenceMask operator
4 years ago
zhoufeng d532af3a9a new hccl interface
4 years ago
yuchaojie 9051c56436 remove quantization_aware option in Mobilenetv2-quant config
4 years ago
mindspore-ci-bot 0ad2c31b56 !8453 Add GPU p2p kernels
4 years ago
mindspore-ci-bot fd9cd7afcd !8744 [MD] support ascend dynamic shape in sink mode
4 years ago
mindspore-ci-bot c60f413ee2 !8933 modify Resnet50-quant data_load_mode value
4 years ago
ZPaC db3a2d60cb GPU supports p2p nccl interfaces
4 years ago
mindspore-ci-bot d8b26d9425 !8874 add st testcases
4 years ago
liyong 48e688c166 add dynamic shape support
4 years ago
zhushujing 2bd37b79c8 add new testcase for access control
4 years ago
mindspore-ci-bot 0d49650bd5 !8888 Add PyNative Device Profiling
4 years ago
mindspore-ci-bot 0793198891 !8917 Add grad definition for sigmoidGrad.
4 years ago
yuchaojie c32139f3fa modify Resnet50-quant data_load_mode value
4 years ago
mindspore-ci-bot 3d6d820612 !8154 Add nn.MultiFieldEmbedding for the embedding lookup opearations
4 years ago
mindspore-ci-bot 6a04c21456 !8875 Fix some bug about GatherD and GatherDGrad op on gpu
4 years ago
mindspore-ci-bot d915fd9b96 !8592 change repeat_elements to a composite op
4 years ago
huangxinjing b0deb7a289 Add dense embedding
4 years ago
hedongodng 0279323b99 add grad definition for sigmoidGrad operation
4 years ago
mindspore-ci-bot ab26dd71dc !8789 Enable value inference in Concat; Support const input in graph_ir convertor.
4 years ago
caifubi 12643a33dd Add profiling reporter
4 years ago
zhouyuanshen e1026961f7 fix some bug in gather and gathergrad op
4 years ago
mindspore-ci-bot 2eee1c06f0 !8842 Change Ones/Zeros operator
4 years ago
mindspore-ci-bot 7f725b93a3 !8234 Remove expm1_generic and log1p_generic from PP utils
4 years ago
l00591931 f1e92d0ea7 Change Ones/zeros
4 years ago
mindspore-ci-bot e3371a01d5 !8751 Fix minor bugs in bijector and distribution
4 years ago
shenwei41 4132228c10 Add c++ api of randomresizecropwithbbox
4 years ago
mindspore-ci-bot 82456e3f2b !8749 batchnorm2d test case for use_batch_statistics is false
4 years ago
mindspore-ci-bot f6d7fc7eeb !8746 fixed get post message return type
4 years ago
mindspore-ci-bot cfb9fb40d0 !8794 Add nn.Interpolate() function.
4 years ago
mindspore-ci-bot 7689062c7d !8727 Clean code for gnmt_v2 network
4 years ago
mindspore-ci-bot 044c7d183c !8803 Validate SampledSoftmaxLoss Args
4 years ago
gaojing a23ddaf409 clean_code
4 years ago
l00591931 05e26f4739 Add nn.interpolate()
4 years ago
anancds 69338af0f5 fixed get post message return type
4 years ago
mindspore-ci-bot 81dfd70ece !8785 Add Parallel Operator UnsortedSegmentMax
4 years ago
jonwe 036e28bb96 batchnorm2d use_batch_statistics false test case
4 years ago
mindspore-ci-bot 2e0981faec !8801 gpu op for testing dynamic shape
4 years ago
tom__chen a52cd685fc change repeat_element op to a composite op
4 years ago
mindspore-ci-bot 812095de8f !8753 Adds execute testcase and fix get_dataset_size
4 years ago
Jonathan Yan 22cb2814e8 validate SampledSoftmaxLoss args
4 years ago
Peilin Wang 3d4d5ec77f initial commit for gpu dynamic shape testing op
4 years ago
chenhaozhe b3add83bf0 support const input in graph_ir convertor, add value inference in Concat
4 years ago
mindspore-ci-bot 8980bc3de7 !8675 support allreduce prod
4 years ago
mindspore-ci-bot 39352ca658 !8580 Add Operation AllSwap Primitive
4 years ago
huangxinjing 89e7778497 Add UnsortedSegmentMax Operation
4 years ago
mindspore-ci-bot fa2185b8ef !8661 Add nn.Tril() and nn.Triu()
4 years ago
wanyiming dad47cf2dd mod_comments
4 years ago
mindspore-ci-bot f827c18f1d !8289 Add Parallel Implements of Slice Op
4 years ago
mindspore-ci-bot 99fc0a4e64 !8526 Add 'in_channel' and 'out_channel' to cell_attr_register
4 years ago
Eric 45292abdfd Added execute test case
4 years ago
mindspore-ci-bot a3ae3b9794 !8695 add AdamOffload optimizer
4 years ago
l00591931 e1dba1337c Add nn.Tril function
4 years ago
Xun Deng b5e05472ce fix minor bugs in bijector and distribution utils, fix docs issues
4 years ago
mindspore-ci-bot c8047a35ab !8632 [MD] Add Multiply op for Lite Dataset
4 years ago
mindspore-ci-bot 215fce192e !8737 [MD] Fix the Pad function return false if bottom value is 0
4 years ago
mindspore-ci-bot b07f6383cb !8674 Fix doc example for ScatterUpdate and support int8/uint8
4 years ago
mindspore-ci-bot f1ef84e1a6 !8714 dataset Python UT: Add Sampler Chain Tests, with get_dataset_size
4 years ago
mindspore-ci-bot f352f9a54a !8511 [MD] Decouple more Transform Ops
4 years ago
mindspore-ci-bot 8e1ce841b4 !8688 dataset: modify the error log msg in python layer to be more acceptable
4 years ago
huangxinjing 8129806475 Add slice parallel op
4 years ago
mindspore-ci-bot ee72de1db2 !8441 Add Parallel Implements of UniformCandidateSampler
4 years ago
mindspore-ci-bot cd6236c0a0 !8712 update pipeline parallel interface
4 years ago
mindspore-ci-bot fb0e866ad1 !8269 forward unique dynamic shape
4 years ago
huangxinjing 23284f0b35 Add AllSwap Op
4 years ago
ms_yan 0cb5c47856 add err modify
4 years ago
jiangzhiwen bc91f7b3ac fix pad zero
4 years ago
wangnan39@huawei.com ab811fca8f add AdamOffload optimizer
4 years ago
yao_yf 31819bb4a7 support forward unique
4 years ago
luoyang d43155b5b0 [MD] Decouple more Transform Ops
4 years ago
mindspore-ci-bot 3b946d4eb2 !8678 expand logsoftmax and grad, delete cast in softmax and fix layernorm compute dsl
4 years ago
yangzhenzhang 278e82a849 update pipeline parallel
4 years ago
yao_yf 1529d544b9 add allreduce prod
4 years ago
mindspore-ci-bot f40a4781e4 !8656 Adapt DynamicGRUV2Grad for Ascend new backend.
4 years ago
huangxinjing 2730cef047 Uniform Sampler Base Update
4 years ago
mindspore-ci-bot 7fd2db437b !8484 Add Digamma op
4 years ago
mindspore-ci-bot e3b1814401 !8713 Fix for GetDatasetSize issue in TextFile
4 years ago
Cathy Wong e5f62013f4 dataset Python UT: Add Sampler Chain Tests, with get_dataset_size
4 years ago
Mahdi 449e1526dc Fixed GetDatasetSize for TextFile
4 years ago
TFbunny fb1a65c469 add int8 and uint8 support to scatteradd and fix doc example
4 years ago
peixu_ren 4aa836dae1 Add Digamma op
4 years ago
Zirui Wu ff5999fc2f add removal pass for getters
4 years ago
liuxiao93 2aaf5e2e1b Adapt DynamicGRUV2Grad for Ascend new backend.
4 years ago
mindspore-ci-bot 1bd0ed450c !8630 fix mul broadcast and tanhgrad bug
4 years ago
mindspore-ci-bot 88c91f4618 !8482 Add IGamma operator
4 years ago
zengzitao 266bfa50bf expand logsoftmax and logsoftmax_grad, delete softmax's cast and fix layernorm op
4 years ago
peixu_ren 65d50861ec Remove expm1_generic and log1p_generic from PP utils
4 years ago
Mahdi ecde0f03a2 Updated GetNumSamples logic
4 years ago