Commit Graph

3114 Commits (4f60cc12aff8e702108f2fa1fe6220b7df862605)

Author SHA1 Message Date
mindspore-ci-bot b67aaf6773 !9832 expose_allgather_fusion_to_users
4 years ago
yujianfeng 728fac6c9f Expand J for innermost graph first when the graph also contains J primitive
4 years ago
Ziyan bbf8ec82b9 expose allgather fusion interface to users
4 years ago
LianLiguang cb909c7242 add ut for conv2d
4 years ago
buxue 1a7c161e73 support len of a Tensor
4 years ago
chendongsheng 24345595f3 added collective send and receive
4 years ago
mindspore-ci-bot 4df0baa6c7 !10392 getitem fix bug
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
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 e1248a7246 !10389 Fix the Backward of the AllSwap Operation
4 years ago
Zirui Wu 0a31f563a7 minor fixes
4 years ago
Payne 4f78ee0077 fix getitem bug
4 years ago
ms_yan deb1e6e965 use from_numpy and add do_copy option
4 years ago
mindspore-ci-bot 70dc40551a !10020 Improve fancy index from 1st dimension to arbitrarily dimension
4 years ago
mindspore-ci-bot 20df37e428 !10287 Add ut for dataset to_number
4 years ago
huangxinjing 565ce81b29 Fix allsawp
4 years ago
Zirui Wu a1355a827c introduce a master switch to turn on and off profiler
4 years ago
mindspore-ci-bot 176ea4676c !10261 change the int32 restrict to int restric
4 years ago
Payne 5c9982729d fancy index getitem
4 years ago
mindspore-ci-bot 9b3226c2b6 !10289 Ignore the graphs with defer_inline flag when specializing on graph arguments
4 years ago
Payne 236bfb75e3 change the int32 restrict to int
4 years ago
yujianfeng e1aa34a030 Ignore the graphs with defer_inline flag when specializing on graph arguments
4 years ago
mindspore-ci-bot 00611b1c41 !10175 Add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
mindspore-ci-bot f1e1a2afd6 !10223 fixed codex and change bare pointer to shared pointer
4 years ago
Zirui Wu 0e2f7a9e9e add validate param to base class DatasetNode
4 years ago
YangLuo da6de519ae Add ut for dataset to_number
4 years ago
mindspore-ci-bot f8e5bffe4d !10286 fix Wrong TypeError in numpy_native
4 years ago
mindspore-ci-bot 441e283e21 !10197 Add input check for the embedding
4 years ago
wangrao 2fb3f0ef4f fix Wrong TypeError in numpy_native
4 years ago
chendongsheng ee23af58d8 fixed codex
4 years ago
Ziyan c5c905fdf5 add restriction for opt shard
4 years ago
mindspore-ci-bot 5ff6de83eb !10173 Fix Strategy Check for UnsortedSegments
4 years ago
mindspore-ci-bot d99189f681 !10207 Fix some minor doc, typo related to AutoNumWorker
4 years ago
Zirui Wu 4ae7102fd3 address 2 tickets
4 years ago
huangxinjing dd0da1542d Add input check
4 years ago
yanglf1121 918679daa3 add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
huangxinjing a8446af1ab Fix condition check
4 years ago
gzhcv bad8c0e422 Modify profiling dir structure to fit the new Run Package
4 years ago
mindspore-ci-bot 893d59afd7 !10097 Fix bugs for np.mean, np.asarray, np.concatenate, np.linspace
4 years ago
Mahdi 98ea8fa6ea Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers
4 years ago
mindspore-ci-bot fc11b7dd68 !10074 Fix a testcase error when shuffle is above cache
4 years ago
mindspore-ci-bot 691e3baab6 !10109 [MD] Fix Decode doc & RandomNode log
4 years ago
mindspore-ci-bot 6035823c4b !10044 fix get num classes of concat
4 years ago
yanglf1121 760cd1870a corner cases check for np.asarray, np.mean, np.concatenate
4 years ago
luoyang 595b7a782f [MD] Fix Decode doc & RandomNode log
4 years ago
mindspore-ci-bot 734f50f36e !10083 support non tensor inputs in model predict
4 years ago
buxue f90f77c16e support non tensor inputs in model predict
4 years ago
buxue aeeef7607a remove the 'raise' in construct of Cell
4 years ago
Lixia Chen a7f0e13234 Remove special treatment for cache above repeat
4 years ago
YangLuo df9f4f41e8 fix get num classes of concat
4 years ago
mindspore-ci-bot 26ff566f90 !10002 fix get dataset size in distributed scenario
4 years ago
Xiao Tianci 633f97bb48 fix get dataset size in distributed scenario
4 years ago
yanglf1121 9072283395 fix mindpsore.numpy packaging issue and format API comments
4 years ago
mindspore-ci-bot c4f284b928 !9910 [MD][Perf] MindData add NormalizePad for GPU performance
4 years ago
mindspore-ci-bot b8faa8293b !9920 python eager add decode
4 years ago
mindspore-ci-bot dd134d7554 !9926 optimize list setitem in bprop
4 years ago
buxue 2530943a7f optimize list getitem in bprop
4 years ago
xiefangqi 3c6cc3c58c Add NormalizePadOp
4 years ago
YangLuo 18e61a627a python eager add decode
4 years ago
mindspore-ci-bot a9f2de8307 !9737 complete fancy index getitem
4 years ago
mindspore-ci-bot c403948961 !9931 add reset device, fix runtime delete ring buffer failed
4 years ago
Payne 4c8f0914d0 complete fancy index getitem
4 years ago
mindspore-ci-bot fd311cf316 !9843 Added server node
4 years ago
zhoufeng ee7e412def add reset device, fix runtime delete ring buffer failed
4 years ago
mindspore-ci-bot ca4225a4f3 !9717 amend some script
4 years ago
mindspore-ci-bot 058fbd2d1f !9765 remove serving in mindspore repo
4 years ago
chendongsheng 2d2bf2d0ee added server node
4 years ago
mindspore-ci-bot 3a803b3c18 !9862 Fix the bug of ImageNetToMR
4 years ago
jiangzhenguang 9cf856dd25 amend some script
4 years ago
mindspore-ci-bot ad6507d88a !9825 [MD] fix pad, normalize in c_trasnform
4 years ago
mindspore-ci-bot e10dbb4a7f !9723 add ir passes to unify mindir
4 years ago
jjfeing 1984cf8e20 unify mindir
4 years ago
buxue 70d12aae26 add detailed and accurate description for support non tensor inputs for outermost net.
4 years ago
shenwei41 547f96717b Fix Bug
4 years ago
mindspore-ci-bot d5db8872fd !9834 Fix wrong input argument of Reshape for multi field embedding
4 years ago
huangxinjing 996ee72c50 Fix embedding layer
4 years ago
mindspore-ci-bot 5e35bec957 !9799 change_last_nodes_strategy_in_auto_parallel_when_eval_and_predict
4 years ago
luoyang 1cc147df1d fix pad, normalize in c_trasnform
4 years ago
mindspore-ci-bot 10d326ee62 !9798 hide arange
4 years ago
yao_yf 19fe28cb9b hange strategys of last nodes in eval/predict at auto parallel mode
4 years ago
Mahdi 0f2b5d8cac Changed SamplerObj validate params to return status and added AddChild to it
4 years ago
Zirui Wu 77521e78d2 staging
4 years ago
Bairong 8cf43e59e0 hide arange, delete related test case and improve the doc string of nn.Range
4 years ago
mindspore-ci-bot 60f7a62815 !9439 added worker node
4 years ago
xuyongfei c9b072b94d remove serving in mindspore repo
4 years ago
mindspore-ci-bot 8c0d066bf9 !9763 Change name from interpolate to resizeBilinear
4 years ago
chendongsheng ee4132889e added worker node
4 years ago
Xiaoda Zhang e78228603b move parallel-related black-list to core/ir, and fix the cloneCNode bug
4 years ago
l00591931 130c61cfc0 change name from interpolate to resizeBilinear
4 years ago
mindspore-ci-bot 9ecf062581 !9552 change the import level of dynamic_lr
4 years ago
mindspore-ci-bot 78fba32865 !9752 Fix potential hang in RandomData and incorrectly named functions
4 years ago
mindspore-ci-bot 3f82405d17 !9639 Add Numpy Native to Mindspore
4 years ago
Zirui Wu 91a6b2b0ca Add checks to RandomData and LookUp
4 years ago
mindspore-ci-bot e8a442eeb3 !9700 add ps cache manager
4 years ago
yanglf1121 59e5afd2bb Add mindnumpy to mindspore
4 years ago
mindspore-ci-bot 63d5eb215f !8965 Synchronize latest Ascend software suite 09 Dec 2020, with refactored GraphEngine
4 years ago
limingqi107 eca951c7bc add ps cache manager
4 years ago
yanghaoran 306bbe0e65 Synchronize latest Ascend software suite 09 Dec 2020, with refactored GraphEngine
4 years ago
wangnan39@huawei.com 0fe9e2e4cb support import dynamic_lr from nn
4 years ago
mindspore-ci-bot a2aea8cba5 !9578 add_conv3d_transpose_object
4 years ago
mindspore-ci-bot 6d34bacc17 !9470 support arange in functional.py
4 years ago
jiangzhenguang 5060565920 add conv3d_transpose.
4 years ago
mindspore-ci-bot 317a97e6b9 !9336 auto num_parallel_workers setup
4 years ago
mindspore-ci-bot a2c80435ce !9685 Fix a core dump in TreeConsumer::Terminate() plus minor cache fixes
4 years ago
Zirui Wu d6df1b0832 Implemented AutoNumWorker Pass which sets num_workers of selected parallel ops automatically if enabled
4 years ago
Lixia Chen 32b82c2737 Fix a core dump in TreeConsumer::Terminate()
4 years ago
mindspore-ci-bot 934005f390 !9636 Remove batch_map multi-process test case
4 years ago
mindspore-ci-bot e1e8f1d429 !9652 add ps cache
4 years ago
limingqi107 a5f57ce8a0 add ps cache
4 years ago
mindspore-ci-bot 231fccf66c !9600 Add Adagrad Optimizer
4 years ago
hesham ff65f6feb8 Remove batch_map multiprocess test case
4 years ago
Xiao Tianci 0659473535 add TruncateSequencePair, ToNumber C++ API and enable three test cases
4 years ago
mindspore-ci-bot f6a22cb455 !9591 Assignment enables negative index
4 years ago
mindspore-ci-bot ec3983b77d !9577 support distributed predict
4 years ago
zhuyuxiao 37bebc751b add adagrad optim
4 years ago
mindspore-ci-bot 49fd5308a4 !9564 Tidy up code in dataset compilation phase
4 years ago
mindspore-ci-bot 6b5626634c !9530 add BasicTokenizer and BertTokenizer C++ API
4 years ago
Nat Sutyanyong 41ea1621c5 Tidy up TreeAdapter::Compile
4 years ago
mindspore-ci-bot e6ec9be6c2 !9386 l1_regularizer开发
4 years ago
“dangjiaqi1” 39948670dd new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
4 years ago
l00591931 3189868a15 Assignment enable index smaller than 0
4 years ago
Bairong 2eeaec7512 support arange in functional.py
4 years ago
Ziyan e7e9dae54d support distributed predict
4 years ago
mindspore-ci-bot 186f5394ba !9155 add_conv3d_object
4 years ago
mindspore-ci-bot 5d1a8b09db !9097 Primitive Shape support return range of dynamic shape
4 years ago
mindspore-ci-bot 3c4a585143 !9545 Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
4 years ago
mindspore-ci-bot aa5d4e08a9 !9544 Fix a possible seg fault in GenerateCRC caused by std::regex
4 years ago
liuxiao93 712ad98a92 Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
4 years ago
mindspore-ci-bot 921930a3ae !9524 Add RegexReplace and RegexTokenizer C++ API
4 years ago
mindspore-ci-bot 3b7acc57c9 !9508 [Auto parallel] Set CNODE's fullname when cloning
4 years ago
shenwei41 206ae1a7c3 Add Three text C++ API
4 years ago
Lixia Chen 27579fe858 Fix a seg fault caused by std::regex
4 years ago
Nat Sutyanyong 4cb78f2e03 Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
4 years ago
mindspore-ci-bot 3280474d71 !9533 dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
4 years ago
Jesse Lee 0c8dfc68ec Fix hang on RequestFreeTag
4 years ago
Cathy Wong 69b269c6cf dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
4 years ago
Xiao Tianci 290cc72887 add BasicTokenizer and BertTokenizer C++ API
4 years ago
jiangzhenguang c45eee9b94 add conv3d object
4 years ago
Xiaoda Zhang 9a9e3a751e set cnode's fullname when cloning
4 years ago
mindspore-ci-bot 4f607e9c26 !9335 Add multiprocessing support to per_batch_map
4 years ago
mindspore-ci-bot a6b716003f !9469 Fix minor issues in distribution classes
4 years ago
Xun Deng 4ef9e9e57f fix minor issues in distribution classes
4 years ago
Nat Sutyanyong d69a29a44e Migrate 3 pre passes to IR optimizer, namely, cache_error_pass, epoch_injection, and removal_pass
4 years ago
mindspore-ci-bot 73c91e05b1 !9398 Change Build to return status
4 years ago
mindspore-ci-bot 4bb7303463 !9424 [PipelineSplit]Fix Shared Parameter bug
4 years ago
lichenever 818e920f02 fix_pipeline_split_param_shared_bug
4 years ago
mxm 82268dc703 support DynamicShape and StridedSlice primitive return range of shape value.
4 years ago
alex-yuyue ccff3a5316 Change build to return status
4 years ago
mindspore-ci-bot afe4a5fa81 !9395 [MD] Fix concat issue & fix schema doc
4 years ago
mindspore-ci-bot b9d2392937 !9350 Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
4 years ago
hesham 809f9c91be Add multiprocessing support to per_batch_map
4 years ago
YangLuo a2ec7ad5bd Fix concat issue & fix schema doc
4 years ago
lichenever 78e131cf15 pipeline_split adapt parallel
4 years ago
mindspore-ci-bot 79fef0df0e !9142 fix bug of addn not supported dynamic shape
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
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 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
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 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 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
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
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
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 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
liucunwei e612e23a05 Add some ut pipeline test case for C++ dataset
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
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
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
peixu_ren 37d40bc495 Add Beta distribution
4 years ago
tinazhang 6f31bdbf67 fix issues for hq testers: I277HD, I277HV
4 years ago
Zirui Wu 36bfd0d8ad address left over cmts from 8802
4 years ago
peixu_ren 6355f46d32 Add LBeta op at nn level
4 years ago
liucunwei 3e57236fe3 add some new ut test for minddataset
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
anancds fc380b8071 updated cluster config and proto
4 years ago
shenwei41 4e56618d18 Add text C++ API
4 years ago
mindspore-ci-bot 3fa7233f68 !9072 fix topk fussion help tensor size = 4096*2
4 years ago
tinazhang 27698866d1 Block take/skip under cache and fix docstring
4 years ago
Nat Sutyanyong 5e1bb0b697 boilerplate code for future IR optimizer
4 years ago
yao_yf 9cda064716 auto parallel predict
4 years ago
jjfeing 8fb7d11ecb fix topk help 4096
4 years ago
mindspore-ci-bot 421cad24ef !8715 Add Gamma distribution
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 22d683a805 !8920 Adapt ops LinSpace for Ascend.
4 years ago
mindspore-ci-bot d9b4b5c750 !8954 Add SequenceMask operator.
4 years ago
liuxiao93 584e241e29 Adapt ops LinSpace for Ascend.
4 years ago
peixu_ren 01f5da0a14 Add Poisson distribution
4 years ago
anancds 7c73bc50f4 fixed codex
4 years ago
l00591931 17c0810f9e add SequenceMask operator
4 years ago
zhoufeng d532af3a9a new hccl interface
4 years ago
mindspore-ci-bot 0d49650bd5 !8888 Add PyNative Device Profiling
4 years ago
mindspore-ci-bot 3d6d820612 !8154 Add nn.MultiFieldEmbedding for the embedding lookup opearations
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