Peilin Wang
dd72f44b27
tensor_scatter_update new op quick initial commit
...
fix ci
fix ci
fix ci
fix ci
4 years ago
mindspore-ci-bot
d8ec8f6e95
!12782 support load mindir and run
...
From: @wangnan39
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
891fd7df92
[auto-monad] Refactor ascend_auto_monad
...
1. Remove output parameter pool for ascend control flow;
2. Remove duplicate code for Switch and SwitchLayer;
3. Add 'return' attribute to label_goto that used for return;
4. Disable tail call optimize for graphs with 'recursive' flag.
4 years ago
mindspore-ci-bot
9ed9d950e2
!11446 fix argmax op for cpu and gpu
...
From: @xcnick
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
91cf88d692
!12883 Fix bugs of minddata transforms
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
YangLuo
74431ad117
Fix bugs of minddata transforms
4 years ago
wangnan39@huawei.com
0681c2597b
develop mindir load and run
4 years ago
mindspore-ci-bot
7ba21f8d8c
!12900 Add communication parallel mode.
...
From: @liujunzhu
Reviewed-by: @zhoufeng54,@guoqi1024
Signed-off-by: @guoqi1024
4 years ago
mindspore-ci-bot
48d4cca512
!12949 Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
...
From: @zh_qh
Reviewed-by: @hwhewei,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
Zhang Qinghua
df866f7248
Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
4 years ago
Zirui Wu
8022001450
Remove datasets.h dependency on tensor.h and other related dependencies
...
Replace std::function<TensorRow(TensorRow)> with std::function<MSTensorVec(MSTensor)> by using std::bind
Replace pad_info with MSTensor
Switch TensorShape/dataset::DataType to vector<int64> /mindspore::DataType
Change TypeId to mindspore::DataType in SchemaObj
address review cmts, add CreateFromMSTensor() in tensor.h/.cc
4 years ago
mindspore-ci-bot
ea8db7baf4
!12936 dataset UT: Reinstate INFO logging and data verification - part 1
...
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
df98fa0233
!12842 Add grad op for gpu dynamic shape testing op
...
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
521c313a3b
dataset: Reinstate INFO logging and data verification - part1
4 years ago
mindspore-ci-bot
fe53c71b3b
!12843 Add more callable test and clean the input check for tensor ops
...
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
liujunzhu
6541b96c40
Add communication parallel mode.
4 years ago
mindspore-ci-bot
d285692217
!12852 Change maketuple in coreops
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9baec79337
!12881 add GaussianBlur and Canny for lite_cv
...
From: @tiancixiao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
0fa20d5592
!12622 Debug for new interface ForwardValueAndGrad
...
From: @joylvliang
Reviewed-by:
Signed-off-by:
4 years ago
lvliang
26f6fea675
debug_for_new_interface_forwardvalueandgrad
4 years ago
l00591931
680324f225
Change make tuple in core.ops
4 years ago
Ziyan
ec9793861f
fix grad accu
4 years ago
mindspore-ci-bot
8432bdffbf
!12880 move operator primitive of Centralization to _inner_ops
...
From: @david-he91
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @liangchenghui
4 years ago
Peilin Wang
783c57c209
add float64 support to reducemax grad
...
fix ci
4 years ago
mindspore-ci-bot
569e679c66
!12895 [MD] C++ testcases cleanup: for random tensor ops and transforms ops
...
From: @tina_mengting_zhang
Reviewed-by: @mikef,@robingrosman
Signed-off-by: @robingrosman
4 years ago
TinaMengtingZhang
6280582315
fix testcases in c_api_random_test.cc
...
fix testcases in c_api_transforms_test.cc
4 years ago
Xiao Tianci
449452c7ef
add gaussian blur and canny for lite cv process
4 years ago
tom__chen
56e8aa9f7e
change index_add op input_x to type Parameter
4 years ago
mindspore-ci-bot
9b527cc9dd
!12800 Optimize the compile performance in Parser, FG, Manager and Renormalize.
...
From: @zh_qh
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
423dcfc917
!12836 Change return in core_ops
...
From: @liangzhibo
Reviewed-by: @kingxian,@jpc_chenjianping
Signed-off-by: @kingxian
4 years ago
xcnick
d65a5affba
fix cpu/gpu argmax op
4 years ago
hedongdong
d8382f4d57
move operator primitive of Centralization to _inner_ops
4 years ago
Zhang Qinghua
8b8c59f01e
Optimize the compile performance in Parser, FG, Manager and Renormalize:
...
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
4 years ago
mindspore-ci-bot
2f312dac66
!12091 Performance optimization for PyNative AllReduce
...
From: @jojobugfree
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
bb303647c7
!12799 Fix typos in head descriptions about license.
...
From: @c_34
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
9aa0753588
!12840 open 8p testcases
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7ff2b3b499
!12781 fix bug of amp bn cast
...
From: @jojobugfree
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
541643e16b
!12777 fix ci pynative case
...
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
4 years ago
l00591931
cf7c5840e3
Change return
4 years ago
alex-yuyue
6d7be32614
Add more callable test and clean the input check
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
Peilin Wang
347575a38f
add grad for GpuDynamicShape testing op
...
add tests
removed some unused imports
fix ci
4 years ago
mindspore-ci-bot
1c191a65fb
!12765 Fix numpy input to samplers
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c07371f5c9
!12763 Fix C++ API testcases
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8e13667ff4
!12674 Add support to multiple tensor in eager mode
...
From: @alexyuyue
Reviewed-by: @nsyca
Signed-off-by:
4 years ago
Eric
f9a2379a70
Fixing api leftover
...
Fixed compile error
Fixed more testcases
4 years ago
zhoufeng
98775f29dd
open 8p testcase
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
caifubi
ae1e6bf176
fix ci pynative case
4 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
4 years ago
mindspore-ci-bot
e58be0de71
!12737 quantum state evolution operator
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4b7e76b4fb
!12796 AIpp config file generator bug fix
...
From: @lizhenglong1992
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
4f504ad2a3
!12760 Fix include file(samplers.h) contains internal head file & Fix execute ut
...
From: @luoyang42
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @pandoublefeng,@liucunwei
4 years ago
chenhaozhe
82c5486714
fix typos in lincense
4 years ago
mindspore-ci-bot
7fcce73c51
!12700 add grad accumulation combined with optimizer parallel
...
From: @yangzhenzhang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
99c17c43d8
!12746 Fix ApplyAdagradCpuKernel output
...
From: @yang_chun
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
8fb01aabd4
!12738 Add heartbeat check in summary and delete test cases that do not exit
...
From: @ouwenchang
Reviewed-by: @yelihua
Signed-off-by:
4 years ago
mindspore-ci-bot
ccc343f8da
!12786 adapt some 3d ops.
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
alex-yuyue
66aff93940
Fix test team issue: ToNumber in eager mode.
...
And support multiple tensor as input in call method
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
7f71525b0a
!12810 dataset: Add IR vision error input tests, plus other UT updates
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
253f389817
dataset: Add IR vision error input tests, plus other UT updates
4 years ago
mindspore-ci-bot
1f93d097cf
!12762 [MD] C++ API class: make Parse() as protected
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
Zhenglong Li
07dd752e1e
Fix aipp config file generator bug
4 years ago
caifubi
a6959c2a13
fix bn cast bug
4 years ago
ougongchang
4309e20b1b
Add heartbeat check in summary and delete test cases that do not exit
4 years ago
liuxiao93
6459229fff
adapt some 3d ops.
4 years ago
YangLuo
eecbc99b2e
fix minddata include internal head file & fix execute ut
4 years ago
chendongsheng
db0a6f1e19
replace ps-lite
4 years ago
mindspore-ci-bot
d61f646431
!12743 Add ERROR and WARNING information for execute class
...
From: @lizhenglong1992
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
yang_chun
580d33e90e
Fix: ApplyAdagrad output.
4 years ago
mindspore-ci-bot
130f4c2810
!12654 numpy-native move matmul from numpy to ops
...
From: @jachua
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8800347e7a
!12745 remove test address exception
...
From: @anancds
Reviewed-by: @cristoval,@xsmq
Signed-off-by: @cristoval
4 years ago
TinaMengtingZhang
ccefa8b32e
Make Parse() as protected
4 years ago
hesham
616d1a1f3d
Fix sampler supporting numpy input
4 years ago
mindspore-ci-bot
85461bcdb3
!12532 add SyncBatchNorm
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
huangmengxi
3a319a97e9
move matmul from numpy to ops
4 years ago
Zhenglong Li
5cf805d46a
Fix some issue of ERROR information in log
4 years ago
chendongsheng
dfcbf96424
remove test address exception
4 years ago
xuxs
066d23e2ad
evolution operator
4 years ago
yangzhenzhang
a70d616841
mini step grad accumulation
4 years ago
yanzhenxiang2020
95dbfe0636
add Dropout2D and rename Dropout3d to Dropout3D
4 years ago
mindspore-ci-bot
c33d767314
!12672 Aipp config file generation
...
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
692d158f5c
!12656 numpy-native repeat add checking for repeats shape
...
From: @jachua
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
614cf339ad
!12703 Add a switch to control grad for scalar
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c34fda33df
!12578 added server
...
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @cristoval
4 years ago
Zhenglong Li
22e5ed13d6
Aipp config file generation
4 years ago
yujianfeng
f0b7c3dd4d
Add a switch to control grad for scalar
4 years ago
mindspore-ci-bot
dd22b5ea71
!12432 api support dual abi
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
febbbf45c8
added server
4 years ago
mindspore-ci-bot
fd3cec2e9f
!12627 update graphengine_0225
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
d10dc28eb2
update graphengine_0225
4 years ago
chendongsheng
c2be37aee8
fixed ut
4 years ago
yuchaojie
6d195f340c
add SyncBatchNorm
4 years ago
mindspore-ci-bot
7c32bbe972
!12516 added worker
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
03935de4bf
!12630 make CPU op ResizeNearestNeighbor support float64 and Int64
...
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5589881ffe
!12612 dataset: C++ API Vision support for Ops with TensorTransform op input
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
zhoufeng
504f215800
api support dual abi
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
ac5b59c962
!12634 remove cpp infer reg
...
From: @lianliguang
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
2f1f0c438d
dataset: C++ API Vision support for Ops with TensorTransform op input
...
plus UTs
4 years ago
mindspore-ci-bot
70e7877155
!12676 Fix sampler signature in affine transform test
...
From: @mhmotallebi
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
d8433e9f5c
!12605 Fix GPU ReduceMax/Sum float64 type failure
...
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
mohammad
6ffaf6bf00
fix sampler call in affine transform test
4 years ago
mindspore-ci-bot
f1c7aeaa6b
!12555 Create C++ API classes for Samplers
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5556b12da4
!12480 Adding Affine API
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
6c22dc0d55
added worker
4 years ago
mindspore-ci-bot
10692e9cd7
!12663 [auto-monad] Fix backend control flow bug found by igamma test
...
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
wanyiming
ca6ffac0e8
add_int64_float64
4 years ago
huangmengxi
76c8e10c4a
bug fix
4 years ago
mindspore-ci-bot
09eee17406
!12591 Add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for CPU
...
From: @wangrao124
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
c837fb25a2
[auto-monad] Fix backend control flow bug found by igamma test
4 years ago
mindspore-ci-bot
b13cabeb10
!12621 Eliminate all redundant nodes related to UpdateStates.
...
From: @zh_qh
Reviewed-by: @ginfung,@hwhewei
Signed-off-by: @ginfung
4 years ago
mindspore-ci-bot
f269f3fc8d
!12231 Support ad for scalar inputs
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6808816cb2
!12618 support index by negative number
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
LianLiguang
2fa4997674
remove all of cpp infer reg
4 years ago
mindspore-ci-bot
ed46bf8b18
!12624 add rmse_loss and mae_loss
...
From: @lijiaqi0612
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
4 years ago
Zhang Qinghua
9b26c210f4
Eliminate all useless nodes related to UpdateStates.
4 years ago
buxue
610300335f
support index by negative number
4 years ago
mindspore-ci-bot
0cc784b49f
!12439 GPU fused_batchnorm_ex op dynamic shape support
...
From: @tom__chen
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
f73def5933
make C++ API classes for samplers
4 years ago
Eric
d328d6eb54
Adding affine
...
Need to move Affine to image_utilC
Refactored affine
Added affine API
Added API class impl
Removed default from vision ir
Compiling
removed extra file
Spell check
4 years ago
TFBunny
ec644a5291
add fix to float64 support in reduce ops
4 years ago
mindspore-ci-bot
c8defc2a8a
!12558 Fix sampler error messages
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7dc13edc2e
!12554 [MD] Support C++ API class for 3 data transforms ops and some code cleanup
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
tom__chen
03b1aeecdb
FusedBatchNormEx dynamic shape support
4 years ago
Jiaqi
112b8488c5
add rmse loss
4 years ago
wangrao
ab17c49eba
add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for cpu
4 years ago
yujianfeng
41189781f3
support scalar input for cell
4 years ago
wangshuide2020
72e938eb06
change dimension of input for FusedBatchNormEx from 2D to 4D in test_two_matmul_batchnorm_ex.
4 years ago
mindspore-ci-bot
5b206557d2
!12586 support invert bool tensor
...
From: @zhangbuxue
Reviewed-by: @zh_qh,@ginfung,@zh_qh
Signed-off-by: @zh_qh,@zh_qh
4 years ago
mindspore-ci-bot
88484a4c83
!12556 add dynamic shape testcase to AllReduce GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
4 years ago
buxue
f8a00d52af
support invert bool tensor
4 years ago
wangshuide2020
b9eb90b198
add GPU for DenseBnAct, Erfc, Log1p, etc. in Supported Platforms.
4 years ago
mindspore-ci-bot
a38c996c9c
!12537 Dvpp API merge
...
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
09f1003617
!12504 Add ascend profiling st
...
From: @jojobugfree
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by:
4 years ago
hesham
aa4298721a
Fix sampler error messages
4 years ago
Zhenglong Li
581f1e82d4
API merge with new API class and new IR class
4 years ago
mindspore-ci-bot
50bf5033f2
!12400 Add float64 support to ZerosLike, remove duplicate ZerosLike gpu kernel
...
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9f48ab87c0
!12524 Add DType dynamic shape testcases for GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
TFBunny
f260e11c0f
adding dynamic shape testcase to all reduce
4 years ago
mindspore-ci-bot
182d928379
!12553 dataset: Split c_api_vision_test.cc
...
From: @cathwong
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
Cathy Wong
6112738fea
dataset: Split c_api_vision_test.cc
4 years ago
mindspore-ci-bot
2e7a785d44
!12535 add raises description for Cast, Diag, Eye, Fill etc. operators
...
From: @wangshuide2020
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
e73f43aa85
!12507 support convert ValueDict to py dict
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
wangshuide2020
8a7fa2e651
add raises description for Cast, Diag, Eye, Fill etc. operators.
4 years ago
wangmin0104
f1f0ad41ff
update tests/st/networks/models/resnet50/test_resnet50_imagenet.py.
4 years ago
mindspore-ci-bot
afcbf45019
!12506 Add testcase related to auto-monad
...
From: @huangbingjian
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1d640e50c9
!12230 add dynamic st test
...
From: @hwjiaorui
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
bff0fde980
!12249 make slice support tensor
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9893b3d128
!12320 add focal loss
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5c3fe0f9ac
!12526 replace tab with spaces
...
From: @xsmq
Reviewed-by: @ljl0711,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
086374f306
!12493 Added GetAffineTransform operator
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
xsmq
923b53d2e6
replace tab with spaces
4 years ago
mindspore-ci-bot
42f995e0dd
!12513 [auto-monad] Revert "Change backend execution order sorting policy"
...
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
buxue
47dd17a325
support convert ValueDict to py dict
4 years ago
mindspore-ci-bot
57f6c17933
!12438 Add backward op for IndexAdd GPU
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
4 years ago
TFBunny
cbc75810a9
add testcases to DType dynamic shape
4 years ago
Peilin Wang
ba9ae8097f
removed zeroslike from math/unary_op_gpu_kernel and added float64 support
...
fix ci
fix ci
4 years ago
TFBunny
e1462c8684
add indexaddgrad ops support and testcases
4 years ago
mindspore-ci-bot
cada22e7bf
!12354 Add float64 support to ReduceMax and ReduceSum GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
f7c86617bf
!11739 added log callback
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
3c44e731a2
[auto-monad] Revert "Change backend execution order sorting policy"
...
This reverts commit 141c39b71c
.
4 years ago
huangbingjian
a158b2f2fa
add testcase related to auto-monad
4 years ago
chendongsheng
425e5cae49
added log callback
4 years ago
Jiaqi
fd1a4726b7
add focal loss
4 years ago
mindspore-ci-bot
4f13c97c9e
!12495 trim down test case & add type checking for meshgrid
...
From: @jachua
Reviewed-by: @xsmq,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
buxue
416017bf65
make slice support tensor
4 years ago
caifubi
0beaa37313
add ascend profiling st
4 years ago
shenwei41
d8d56b5374
GetAffineTransform
4 years ago
mindspore-ci-bot
2088d38610
!12149 quantum simulation
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
4 years ago
huangmengxi
ceaa1603c8
trim down tests & add type checking for meshgrid
4 years ago
mindspore-ci-bot
90a56c9c23
!12384 Add Sin, Cos, Tan, Atan, AtanGrad for CPU
...
From: @wangrao124
Reviewed-by: @wuxuejian,@kisnwang
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
3805f0dfeb
!12355 dataset: Create C++ API classes for vision transform ops
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
3fc204e3bc
dataset: Create C++ API classes for vision transform ops
...
Review rework
Add overloaded API Map function
Overload Execute, update st test_de.cc and enhance ut execute_test.cc;
More TensorTransform support for BoundingBoxAugment and UniformAug
Execute support for auto case; UT updates
Rebase updates, including fix CI Ascend compilations
test_de.cc - comment out dvpp tests
Rebase updates
Added back testcase and constructor
Added back constructor
added missing macro
Fixed Macro
removed decode
4 years ago
mindspore-ci-bot
4f179898aa
!12420 fix resnet thor smoke threshold
...
From: @wangmin0104
Reviewed-by: @wang_zi_dong,@jjfeing
Signed-off-by: @wang_zi_dong
4 years ago
wangrao
0a2525a522
add sin, cos, tan, atan for cpu
4 years ago
xuxs
c70049b190
mindquantum
...
mindquantum
cmake lint
projectq patch
test pqc
space
pylint
pqc python ops
doc
check
bug
bug
bug
bug
check boundary condition
mindquantum in log_adapter
mindquantum in adapter and recorder cc
substract to subtract
public variable to private variable
public variable to private variable
commit
debug
debug
const in utils
delete dtol
clint
4 years ago
mindspore-ci-bot
4b805b87ee
!12386 issue #I37W2N & #I37W2L
...
From: @jachua
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
4ac1982c58
!12258 add multclass diceloss
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
52eae8d4ad
!12329 GPU index_add forward op
...
From: @tom__chen
Reviewed-by: @liangchenghui,@robingrosman
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
98f6d78778
!12361 Provide C++ API class for text and data transforms ops
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
tom__chen
b94bba1def
index_add gpu op
4 years ago
mindspore-ci-bot
feb07198e7
!12399 Add type support to Squeeze gpu op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
7d97d1300e
!12370 Add type support to CumSum gpu op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
515728da81
!12363 Sampler IR functions return status
...
From: @mhmotallebi
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
hwjiaorui
3981b6da0c
add dynamic st test
4 years ago
mindspore-ci-bot
3f7e9fe7d5
!12381 Device resource divide refactor and compling macro elimination
...
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
f940fe51b1
!12398 fix minddata issues
...
From: @luoyang42
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
huangmengxi
2e0d1b9940
bug fix
4 years ago
mwang
172e918359
fix resnet thor smoke threshold
4 years ago
Jiaqi
952e245000
add multclass diceloss
4 years ago
Zhenglong Li
f2dce335f2
Make the resource manager independent, new base class DeviceResource and new derived class AscendResource
4 years ago
mindspore-ci-bot
aa71118a99
!12281 fix exec order bug about monad and add test_case in ci
...
From: @zengzitao
Reviewed-by:
Signed-off-by:
4 years ago
YangLuo
d8ace8f041
fix minddata issues
4 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
...
Add API class for text transforms ops
4 years ago
mindspore-ci-bot
191b3f0c8c
!12368 Add type support to Split gpu op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
4821caa143
add uint16, uint32, int8, int64, float64 type support to gpu Squeeze op
...
change to test in graph mode
4 years ago
mindspore-ci-bot
7443ea4b5b
!12369 Add type support to tile op
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
f021af8096
!12367 Add float64 support to MatMul ops in GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
4b27c3206d
!12362 Add float64 support to Abs, Neg, Sqrt, Sin, Cos
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
07cb2f3e83
!12283 add new inner operator centralizaiton
...
From: @david-he91
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
14868354b9
!11649 Add-new-interface-'ForwardValueAndGrad'-to-merge-forward-run-and-grad-operation
...
From: @joylvliang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
166f7e7809
!12248 Fix the bug of calling recompute api after compiled
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
176afda078
!12307 Add result check for cases in test_cont_grad.py
...
From: @liangzelang
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
lvliang
dd36171976
add-new-interface-forward-value-and-grad
4 years ago
mindspore-ci-bot
94054172ce
!12341 fix st error for gpu type support
...
From: @yanglf1121
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui,@kingxian
4 years ago
zengzitao
ef3507e973
fix exec order bug about monad
4 years ago
mindspore-ci-bot
048eba4460
!12359 add float64 support to assign GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
6c67bf7cb6
!12223 update testcases of dump
...
From: @rainyhorse
Reviewed-by: @lilongfei15,@kingxian
Signed-off-by: @kingxian
4 years ago
Peilin Wang
5f7fc5a0b1
initial commit
...
fix ci
4 years ago
Peilin Wang
1655a88b64
initial commit
4 years ago
Peilin Wang
2252e440a5
initial commit
...
fix ci
4 years ago
Peilin Wang
073fc6fa93
initial commit
...
fix ci
4 years ago
TFBunny
4c18e0894e
add float64 support to matmul ops
4 years ago
mohammad
9e6fcc7f23
return status from sampler IR functions
4 years ago
mindspore-ci-bot
c5df707b69
!12327 Block caching after random pyfunc cases
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Peilin Wang
ce26d2e987
intitial commit
...
fix ci
fix ci
4 years ago
TFBunny
e1ed3b9c15
add float64 support to assign GPU
4 years ago
Lixia Chen
0667818d9a
Block caching after random pyfunc
4 years ago
TFBunny
c6baca71e5
add float64 support to ReduceMax and ReduceSum
4 years ago
mindspore-ci-bot
8d936a6589
!12352 Add float64 support to Gather GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
0ee8ef736d
!12351 Add float64 support to GatherNd GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
8fabb26412
!12350 add float64 support to concat GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
1e75ac45c4
!12348 Fix SequentialSampler issue
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
6f9cfb809e
add float64 support to GatherNd
4 years ago
TFBunny
6fad165e43
add float64 support to gather gpu
4 years ago
TFBunny
ebb7f2e771
add float64 support to concat GPU
4 years ago
mindspore-ci-bot
d249ededf6
!12347 add float64 support to slice ops in GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
ed5f9cb1f2
!11802 Optimize GPU kernels for fasterrcnn
...
From: @robingrosman
Reviewed-by:
Signed-off-by:
4 years ago
Mahdi
4b106f184c
Fixed an issue with SequentialSampler
4 years ago
TFBunny
799e51cff0
Add float64 support to slice ops
4 years ago
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
260c77f4ad
!12336 [MD] fix sampler log & transform log
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
yanglf1121
f7dc5e2649
fix gpu_op type error
4 years ago
hedongdong
0660140708
add new inner operator centralizaiton
4 years ago
luoyang
416ad23e9d
fix resize & randomcoloradjust
...
fix sampler
4 years ago
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
4 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
4 years ago
mindspore-ci-bot
5f72693b4b
!12275 【MD】【TASK】Fixed tenor compile error for MD
...
From: @xulei2020
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
923dd47b0f
!12331 Adding validators back to check method
...
From: @ezphlow
Reviewed-by: @robingrosman,@nsyca,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Eric
5d91fa6d77
changed discription
...
Added validator checks
Added builtin sampler check
Added proper input check for samplers
4 years ago
hesham
58193bc469
User explicit deepcopy
4 years ago
RobinGrosman
5d5225f2ee
optimize fasterrcnn on gpu. fix randomchoicewithmask, topk kernels
4 years ago
mindspore-ci-bot
adf934c567
!12152 Rewrite sequence_mask as a composite op
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
1239a4a848
!12314 [auto-monad] Change backend execution order sorting policy
...
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
94d8cc1f2a
!12296 Add ME daily monitor files
...
From: @huangbingjian
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
141c39b71c
[auto-monad] Change backend execution order sorting policy
...
Change backend execution order sorting policy from DFS to BFS
in KernelGraph::SetExecOrderByDefault().
4 years ago
huangbingjian
7e3afac1c0
add me daily monitor files
4 years ago
mwang
fbcb3061d8
fix smoke of resnet thor
4 years ago
liangzelang
81afa9f103
check result in test_cont_graph cases
4 years ago
Eric
9953757ff4
Fixed tenor compile error for MD
4 years ago
mindspore-ci-bot
ca37351927
!12268 Fix the core dump of MsRunGraph related to auto-monad
...
From: @huangbingjian
Reviewed-by: @zh_qh,@hwhewei
Signed-off-by: @zh_qh
4 years ago