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
danishnxt
e3c75646eb
changes to GatherV2 kernel for int64 support
4 years ago
Xiao Tianci
290cc72887
add BasicTokenizer and BertTokenizer C++ API
4 years ago
jiangzhenguang
c45eee9b94
add conv3d object
4 years ago
yuanwei66
5735bb1289
CPU operation dev:StandardNormal
4 years ago
x00540480
03b403165b
add operator isfinite
4 years ago
zhuyuxiao
77a68b9d2b
add adagrad for gpu kernel
4 years ago
zhouyuanshen
3eec6a8d7b
fix bug in pack and unpack
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
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7ae84da261
!9462 add MapUniform dynamic kernel
...
From: @fangzehua
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
28885ea687
!9374 add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
yang_chun
52637531cd
add applyadagrad operator on cpu.
4 years ago
dinglongwei
8cd631ca8b
add cpu_ops_maximum()
4 years ago
mindspore-ci-bot
c81bb8fe39
!9260 Add ReduceMin op for cpu
...
From: @anrui-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9466429fdd
!9417 Mod test_dense in ut
...
From: @wanyiming
Reviewed-by: @zh_qh,@kingxian
Signed-off-by: @kingxian
4 years ago
lishixing3
824418c8f6
add dropout
4 years ago
mindspore-ci-bot
64de6a9a93
!9324 mindspore cxx api
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
fangzehua
b8943722c8
add random_map ops
4 years ago
hebotao
ae68883945
Add Select ops for cpu
...
Add select ops for cpu
Add select ops for cpu
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
4 years ago
yanzhenxiang2020
3a1a9ff6dc
add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
4 years ago
mindspore-ci-bot
a6b716003f
!9469 Fix minor issues in distribution classes
...
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
4 years ago
mindspore-ci-bot
07dbe082c5
!9188 Migrate 3 passes from run-time ExecutionTree to IR optimizer
...
From: @nsyca
Reviewed-by:
Signed-off-by:
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
215f0a7b46
!9037 Updating inputs for ScatterAdd and ScatterUpdate, fix dynamic issue
...
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
73c91e05b1
!9398 Change Build to return status
...
From: @alex-yuyue
Reviewed-by: @mikef
Signed-off-by:
4 years ago
zhoufeng
3204ecb7d6
mindspore c++ interface
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
b5269d6bd4
!9402 [GPU] Unique op int64 support
...
From: @tom__chen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
4bb7303463
!9424 [PipelineSplit]Fix Shared Parameter bug
...
From: @lichen666
Reviewed-by: @zh_qh
Signed-off-by:
4 years ago
lichenever
818e920f02
fix_pipeline_split_param_shared_bug
4 years ago
w00535372
5048c4cb24
Add operator ReduceMin for CPU backend
4 years ago
mxm
82268dc703
support DynamicShape and StridedSlice primitive return range of shape value.
4 years ago
mindspore-ci-bot
c3433b1271
!9345 add SubAndFilter dynamic cpu kernel
...
From: @fangzehua
Reviewed-by:
Signed-off-by:
4 years ago
alex-yuyue
ccff3a5316
Change build to return status
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
afe4a5fa81
!9395 [MD] Fix concat issue & fix schema doc
...
From: @luoyang42
Reviewed-by: @jonyguo,@heleiwang
Signed-off-by: @jonyguo
4 years ago
wanyiming
5ab8007475
mod dense
4 years ago
mindspore-ci-bot
b9d2392937
!9350 Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
...
From: @peixu_ren
Reviewed-by: @liangchenghui,@zh_qh
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
23856d6117
!9401 fix broadcast bug
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
445f0c5957
!9291 [AutoParallel]PipelineSplit adapt auto parallel
...
From: @lichen666
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d6dbfd6593
!9089 [GraphKernel] Add atomic add support
...
From: @tronzhang
Reviewed-by:
Signed-off-by:
4 years ago
jinyaohui
1d9d3b123c
fix broadcast bug
4 years ago
mindspore-ci-bot
b15504f6a5
!9327 Cast half to int by rounding down
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
hesham
809f9c91be
Add multiprocessing support to per_batch_map
4 years ago
mindspore-ci-bot
6945c4dd5f
!9338 [MS][DynamicShape] Bug in InferImpl for UnsortedSegmentOps (incorrect identification of dynamic mode)
...
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
danishnxt
bf5ceaae57
updated to test files + DynamicOpCheckFix
...
lintfix
Adding Dynamic_shape_depends
4 years ago
TFbunny
27a602f067
update input for ScatterUpdate/Add, fix doc text and fix dynamic shape
4 years ago
tom__chen
c454101d7c
unique op int64 support
4 years ago
YangLuo
a2ec7ad5bd
Fix concat issue & fix schema doc
4 years ago
tom__chen
ee8a060f55
Fix unique dynamic shape
4 years ago
lichenever
78e131cf15
pipeline_split adapt parallel
4 years ago
fangzehua
648692d46f
add SubOffset cpu op
4 years ago
mindspore-ci-bot
79fef0df0e
!9142 fix bug of addn not supported dynamic shape
...
From: @M20211031
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
0c46093496
!9346 add profiler st
...
From: @yanghaitao1
Reviewed-by: @lilongfei15,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
tronzhang
2190da9946
support atomic clean and change package for akg.
4 years ago
mindspore-ci-bot
0c7ba7a7fa
!9354 mode_mindir_suffix
...
From: @bai-yangfan
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
efc7e9f89e
!9358 PyNative Bugfix
...
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @jjfeing
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
...
From: @laiyongqiang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
eb7cbd49ac
!8595 Add Cholesky op at GPU back-end
...
From: @peixu_ren
Reviewed-by: @zichun_ye,@wilfchen
Signed-off-by:
4 years ago
mindspore-ci-bot
6c18c09121
!9266 PyNative Support Hccl(Data Parallel)
...
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
df44e1339e
!9249 Optimizing GetDatasetSize
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9ed31ea2cb
!9339 Disable getter optimization pass
...
From: @ezphlow
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
4ffd9b578f
!9331 More cache minor fix for HQ testers
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
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
...
From: @jonyguo
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
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.
...
From: @peilin-wang
Reviewed-by: @robingrosman,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
45b705bca0
!9129 support abs() and mean() method for Tensor object
...
From: @bairongz
Reviewed-by:
Signed-off-by:
4 years ago
jonyguo
847e59bd6c
fix: ndarray field without type in mindrecord
4 years ago
mindspore-ci-bot
920bbf1541
!9277 fix schema & zip validation
...
From: @luoyang42
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
da8d7d661a
!9283 Modify the dataset ut log message
...
From: @liucunwei
Reviewed-by: @pandoublefeng,@heleiwang,@jonyguo
Signed-off-by: @heleiwang,@jonyguo
4 years ago
mindspore-ci-bot
ca66aef549
!8775 remove "is_grad" in SoftmaxCrossEntropyWithLogits and correct its comments
...
From: @wanyiming
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
a16c87ded4
!8972 add auto-parallel use case
...
From: @big_hair_big_hair
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
1ffecf1874
!9180 fix dnnl binary broadcast
...
From: @zhao_ting_v
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c41a21d2c2
!9208 Add four new c++ api of text
...
From: @shenwei41
Reviewed-by: @heleiwang
Signed-off-by:
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.
...
From: @zh_qh
Reviewed-by: @ginfung
Signed-off-by: @ginfung
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
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
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
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
ea191ed5da
!8463 Run ops one by one in pynative bp graph
...
From: @HulkTang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
af3c27d354
!9244 Fix core dump with concat and getter_pass
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
Peilin Wang
e4444a1c12
initial commit
...
fix testcases
fix ci
4 years ago
mindspore-ci-bot
ccf637f64a
!9241 SequenceMask gpu kernel
...
From: @peilin-wang
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
mindspore-ci-bot
c3e7a8255c
!9248 Add input check to nlp operators
...
From: @ezphlow
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
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
...
add test case
4 years ago
Peilin Wang
f7dc2432a0
initial commit
...
fix ci
fix ci
remove old sequence mask api
fix ci
fix ci
remove old seuqence mask tests
4 years ago
mindspore-ci-bot
7748ae823a
!9141 Fix DatasetCache C++ API cache sharing behavior
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
a37e9710b5
!9038 port name functions from TensorOp to TensorOperation
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5835095e07
!9134 Equal op dynamic shape
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
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)
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
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
...
From: @tiancixiao
Reviewed-by: @liucunwei,@jonyguo,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
f0671ce513
!9076 [MD] Support vision c_transform python eager: Resize, Rescale, Normalize, HWC2CHW, Pad
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
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
...
From: @changzherui
Reviewed-by:
Signed-off-by:
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
...
From: @lvchangquan
Reviewed-by: @kisnwang
Signed-off-by:
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
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
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
...
From: @liucunwei
Reviewed-by: @pandoublefeng,@jonyguo
Signed-off-by: @jonyguo
4 years ago
mindspore-ci-bot
0b615a7e93
!9171 Add some pipeline ut test cases for c++ dataset
...
From: @liucunwei
Reviewed-by: @jonyguo,@pandoublefeng
Signed-off-by: @jonyguo
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
...
From: @echo_hua
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
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
...
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
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
...
From: @yao_yf
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
dcde1fc70a
!9092 Add LBeta op at nn level
...
From: @peixu_ren
Reviewed-by:
Signed-off-by:
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
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c1002d2eb4
!9138 Address left over comments from PR8802
...
From: @ziruiwu
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
55f7e3dc16
!9135 Minor fixs for cache error message
...
From: @tina_mengting_zhang
Reviewed-by: @mikef,@robingrosman
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
9f82393b24
!9137 Add Beta distribution
...
From: @peixu_ren
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
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
...
lint fix + SegMAX st fix
removing unreq whitspace
lint fix
lint fix2
4 years ago
mindspore-ci-bot
3e2eb70fc0
!8669 Split op extending PrimitiveWithCheck
...
From: @tom__chen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
442217314d
!8861 [MS][GPU][DynamicShapeUpdate] Converting UnsortedSegmentMax from normal to dynamic shape op
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
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
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
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
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
2e31899101
!9095 [MS][DynamicShape][API] Fixes for UnsortedSegementSum DynamicShape support API + InferImpl func
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
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
...
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @tom__chen
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